@charset "utf-8";
body {
	background-color: #171717;
	margin: 0px;
}
#holder {
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#header {
	height: 323px;
	width: 800px;
}
#body {
	height: auto;
	width: 800px;
	position: absolute;
}
#menu {
	position: absolute;
	height: 253px;
	width: 201px;
	top: 70px;
}
#image {
	position: absolute;
	height: 253px;
	width: 599px;
	left: 201px;
	top: 70px;
}
#logo {
	position: absolute;
	height: 70px;
	width: 222px;
}
.contentBG {
	background-color: #0f0f0f;
}
.hightlightsLeft {
	background-color: #0b0b0b;
}
.hightlightsLeft a:link {
		color: #D02020;
	text-decoration: none;
}
.hightlightsLeft a:visited {
	color: #A61E1E;
	text-decoration: none;
}	
.hightlightsLeft a:hover {
	color: #DFAC24;
}		
.bodyText {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	line-height: 16px;
	letter-spacing: 0.02em;
	text-align: left;
}
.bodyText a:link {
	color: #D02020;
	text-decoration: none;
}
.bodyText  a:visited {
	color: #A61E1E;
	text-decoration: none;
}
.bodyText a:hover {
	color: #DFAC24;
}
.bodyText a:active {
	color: #C27D16;
}
.bodyText strong {
	font-size: 15px;
	line-height: 20px;
}
.textFooter {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #CCC;
}
.textFooter a:link {
	color: #C01814;
	text-decoration: none;
}
.textFooter  a:visited {
	color: #84120F;
}
.textFooter a:hover {
	color: #FC6;
}
.heading1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}
