/* SETUP */
html, body {
	height: 100%;
}

body {
	background-color: #000000;
	margin: 0;
	padding: 0;
	text-align: center;
	min-width: 950px;
	font-family: arial, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #707070;
}

.contentClear {
	height: 0px;
	clear: both;
}



/* MAIN CONTENT */
.wrapper {
	text-align: left;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}



/* NAV */
#mainNavHolder {
	width: 910px;
	height: 70px;
	margin-left: 20px;
	margin-bottom: 0px;
	background-image: url(../images/compsLine.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
}

#logo {
	width: 470px;
	height: 14px;
	margin-top: 40px;
	float: left;
}

#navLinksHolder {
	width: 300px;
	text-align: right;
	padding-top: 40px;
	font-family: arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 18px;
	color: #666666;
	float: right;
}

ul#navLinks {
	white-space: nowrap;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

#navLinks li {
	display: inline;
	list-style-type: none;
	padding-left: 15px;
}

#navLinks a {
	text-decoration: none;
}

#navLinks a:link, #navLinks a:visited {
	color: #666666;
}

#navLinks a:hover, #navLinks a:active {
	color: #FFFFFF;
}



/* COMPS */
.compImg {
	width: 950px;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}

.compInstruct {
	width: 950px;
	font-family: arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 18px;
	color: #999999;
	text-align: center;
	padding-top: 24px;
	padding-bottom: 20px;
}

.compDiv {
	width: 950px;
	height: 1px;
	background-image: url(../images/compsLine.gif);
	background-position: top center;
	background-repeat: no-repeat;
}



/* FOOTER */
.compSpacer {
	height: 30px;
}

#footer {
	height: 46px;
	text-align: center;
	margin: 0 auto;
	min-width: 950px;
	background-image: url(../images/compsLine.gif);
	background-position: top center;
	background-repeat: no-repeat;
}

.footerCopyright {
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #555555;
	text-align: center;
}

ul#footerNav {
	white-space: nowrap;
	text-align: left;
	margin-right: 20px;
	float: left;
}









