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: 226px;
	padding: 15px 0 30px 30px;
	line-height: 1.6em;
	color: #888888;
}

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

#shortdescription {
	position: relative;
	display: block;
}

#description {
	position: relative;
	display: none;
}

#shortdescription h2, #description h2 {
	font-size: 1em;
	font-weight: bold;
	display: block;
	margin: 0;
	padding: 0;
}

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

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

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

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

#pages {
	position: absolute;
	height: 50px;
	top: 21px;
	right: 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: 885px;
	overflow: hidden;
	margin: 0 0 15px 0;
	background: transparent url('../img/dotted.gif') repeat-x bottom;
}

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

.cell.last {
	margin: 0 0 15px 0;
}

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

.cell a {
	color: #888888;
	text-decoration: none;
}

.cell a:hover {
	text-decoration: underline;
}

.light {
	color: #888888;
}

.red {
	color: #e5002a;
}

h3 a {
	color: #333333 !important;
}
