/* CSS Document */body {	background-color:#333333;	font-family: "Trebuchet MS", Verdana, Arial, Geneva, sans-serif;	font-size: 80%;	color: #FFFFFF;	margin: 0;	padding: 8px;}a, a:visited {	color: #6B8CB7;}a:hover {	color: #F4560F;}/* Classes */img.right {	background-color: #333333;	float: right;	margin: 0 0 10px 10px;}img.left {	background-color: #333333;	float: left;	margin: 0 10px 10px 0;}.question {	border-bottom: 1px solid #666666;	margin-bottom: 30px;	padding-bottom: 30px;}/* IDs */#wrapper {	width: 100%;	text-align: left;}#header {	border-bottom: 1px solid #FFFFFF;}#breadcrumb {	border-bottom: 1px solid #FFFFFF;	font-weight: bold;	padding: 5px 0;	width: 100%;}#main {	clear: both;}#left-col {	float: left;	margin: 0;	padding: 0;	width: 200px;}#right-col {	margin-left: 220px;	padding: 0;}ul#menu {	list-style-type: none;	margin: 0 0 50px 0;	padding: 0;}	ul#menu li {	width: 200px;	border-top: 1px solid #999999;	list-style-type: none;	margin: 0;	padding: 5px;}	ul#menu li a {	color: #FFFFFF;	font-weight: bold;	text-decoration: none;}	ul#menu li a:hover {	color: #F4560F;}#footer {	border-top: 1px solid #FFFFFF;	clear: both;	padding-top: 10px;	text-align: center;	font-size: 80%;	width: 100%;}#splash {	margin: 30px 0;	text-align: center;	width: 100%;}#splash-pic {	margin: 0 auto;	background: url('images/splash_page.jpg');	background-repeat: no-repeat;	width: 750px;	height: 589px;	z-index: 0;}#splash-text {	position: relative;	text-align: center;	width: 300px;	z-index:2; 	left: 430px; 	top: 325px;}* html #splash-text { 	left: 205px; }*:first-child+html #splash-text { 	left: 205px; }