html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { 	margin: 0; 	padding: 0; 	border: 0; 	outline: 0; 	font-size: 100%; 	vertical-align: baseline; 	background: transparent; } body { 	line-height: 1; } ol, ul { 	list-style: none; } blockquote, q { 	quotes: none; } blockquote:before, blockquote:after, q:before, q:after { 	content: ''; 	content: none; } :focus { 	outline: 0; } ins { 	text-decoration: none; } del { 	text-decoration: line-through; } table { border-collapse: collapse; 	border-spacing: 0; }

html, body {
	height: 100%;
	min-width: 880px;
	max-width: 1200px;
	margin: 0 auto;
	background-color: #000;
	}
	
body {
	font-size: 62.5%;
	font-family: Helvetica, Arial, sans-serif;
	}
	
#wrap {
	width: 880px;
	height: 600px;
	margin: 0 auto;
	background: url(media/graphics/interface/splash/wrap_bg.jpg) top left no-repeat;
	}
	
#topnav {
	float: left;
	width: 100%;
	background-color: #3f0002;
	}
	
#topnav ul {
	float: left;
	padding-right: 20px;
	font-size: 1.1em;
	font-weight: bold;
	text-align: right;
	background: url(media/graphics/interface/splash/topnav_arrow.png) center right no-repeat;
	}
	
#topnav ul li {
	float: left;
	background-color: #5e0004;
	}
	
#topnav ul li a {
	display: block;
	padding: 8px;
	color: #fff;
	text-decoration: none;
	background-color: #5e0004;
	}

#topnav ul li a:hover {
	background-color: #8c010a;
	}
	
#title {
	width: 590px;
	height: 550px;
	float: left;
	}
	
#title h1 a {
	display: block;
	height: 500px;
	text-indent: -10000px;
	overflow: hidden;
	}
	
#sidebar {
	width: 290px;
	height: 340px;
	padding-top: 127px;
	float: right;
	font-size: 1.4em;
	}
	
#sidebar p {
	margin-bottom: 1em;
	padding-left: 1em;
	font-size: 1.2em;
	color: #333300;
	}
	
#sidebar ul li {
	border-top: 1px solid #fff;
	}
	
#sidebar ul li a {
	display: block;
	padding: 15px 15px 15px 45px;
	line-height: 1.2em;
	text-decoration: none;
	text-transform: uppercase;
	color: #333300;
	background-color: transparent;
	}
	
#sidebar ul li a.one:hover,
#sidebar ul li a.two:hover,
#sidebar ul li a.three:hover,
#sidebar ul li a.four:hover,
#sidebar ul li a.five:hover {
	background-color: #fff;
	}
	
#sidebar ul li a.one {
	background: url(media/graphics/interface/splash/number_one.png) center left no-repeat;
	}
	
#sidebar ul li a.two {
	background: url(media/graphics/interface/splash/number_two.png) center left no-repeat;
	}
	
#sidebar ul li a.three {
	background: url(media/graphics/interface/splash/number_three.png) center left no-repeat;
	}
	
#sidebar ul li a.four {
	background: url(media/graphics/interface/splash/number_four.png) center left no-repeat;
	}
	
#sidebar ul li a.five {
	background: url(media/graphics/interface/splash/number_five.png) center left no-repeat;
	}
	
p#port_version {
	margin-top: 20px;
	padding-right: 10px;
	text-align: right;
	}
	
p#port_version a {
	padding: .5em 1em;
	font-size: 0.8em;
	text-decoration: none;
	background-color: #86ba45;
	color: #fff;
	}
	
p#port_version a:hover {
	background-color: #97d24e;
	}

	
p#produced_by {
	padding: 30px 10px 10px 10px;
	font-size: 0.8em;
	line-height: 1.4em;
	}
	
p#produced_by a {
	font-weight: bold;
	color: #69a600;
	text-decoration: none;
	}
	
p#produced_by a:hover {
	color: #86d500;
	}
	
#footer {
	width: 880px;
	clear: both;
	margin: 0 auto;
	font-size: 1.1em;
	}
	
#footer p {
	padding: .8em 1em;
	color: #777;
	}
	
#footer p a {
	color: #666;
	}
	
#footer p a:hover {
	color: #aaa;
	}
