@charset "utf-8";
/* beyond-comparison css */

* {
	margin: 0;
	padding: 0;
}
img, img a {
	border: 0 !important;
}
body {
	background: url('../img/spotlights.png') top center no-repeat #001726 !important;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
}
#wrapper {
	margin: 0 auto;
	margin-top: 75px;
	min-width: 850px;
	width: 850px;
	background: url('../img/topeffects.png') top center no-repeat !important;
	padding-top: 30px;
}
#bcontent {
	margin: 0 auto;
	width: 800px;
	background: url('../img/bcontent.png') center top repeat-y !important;
	min-height: 452px;
	padding-bottom: 3px;
}
.clear {
	clear: both;
}
#left {
	float: left;
	width: 300px;
}
#right {
	margin-left: 300px;
}
#header {
	margin-left: 0px;
}
#nav {
	margin-top: 11px;
	width: 150px;
}
#navL {
	margin: 0;
	padding: 0;
}
#navL li {
	display: block;
	margin: 0;
	padding: 0;
}
#body_right_content {
	padding-top: 37px;
	font-size: 11px;
	moz-opacity: 20%;
}
#footer {
	width: 850px;
	margin: 0 auto;
	padding-top: 7px;
	font-size: 11px;
	text-align: center;
	background: url('../img/footer.png') center top no-repeat;
}

#footer a:link, #footer a:visited, #body_right_content a:link, #body_right_content a:visited {
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
	color: #ccc;
}

#footer a:hover, #footer a:active, #body_right_content a:hover, #body_right_content a:active {
	text-decoration: none;
	color: white;
	border-bottom: 1px solid white;
}
