h1 {
	color: #e5002a;
	font-weight: bold;
	font-size: 18px;
	display: inline;
}

h2, h3 {
	color: #333333;
	font-weight: bold;
	font-size: 1em;
	display: inline;
}

#frame1 {
	position: static;
	overflow: hidden;
	background: #ffffff url('../img/dotted.gif') repeat-x bottom;
}

#submenu {
	position: static;
	float: left;
	width: 236px;
	padding: 15px 0 30px 30px;
	line-height: 1.6em;
	color: #888888;
}

#text {
	position: static;
	float: left;
	width: 442px;
	padding: 45px 0 45px 0;
	line-height: 1.6em;
}

#location {
	position: absolute;
	top: 15px;
	right: 30px;
}

#frame2 {
	position: static;
	overflow: hidden;
	background-color: #e6e6e6;
}

#frame2-holder {
	position: relative;
	padding: 50px 0 34px 0;
}

#subtitle {
	position: absolute;
	height: 50px;
	top: 21px;
	left: 30px;
	color: #888888;
	font-size: 13px;
}

.pages-top, .pages-bottom {
	position: absolute;
	height: 50px;
	width: 944px;
	left: 0;
	line-height: 50px;
	text-align: center;
	color: #888888;
}

.pages-top {
	top: 0;
}

.pages-bottom {
	bottom: 0;
}

.table {
	position: static;
	width: 900px;
	margin: 0 14px 0 30px;
	overflow: hidden;
}

.row {
	position: static;
	width: 900px;
	overflow: hidden;
	margin: 0 0 16px 0;
	background: transparent url('../img/dotted.gif') repeat-x bottom;
	
}

.cell {
	position: relative;
	width: 209px;
	float: left;
	margin: 0 16px 16px 0;
	line-height: 1.6em;
}

.cell img {
	margin: 0 0 16px 0;
}

.light {
	color: #888888;
}

.red {
	color: #e5002a;
}
