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; }

* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	}
	
body {
	text-align: center;
	font-size: 100%;
	font-family: "Helvetica Neue", Arial, sans-serif;
	color: #fff;
	background-color: #000;
	}
	
#wrap {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background-color: #417D93;
	}
	
#content {
	float: left;
	width: 640px;
	background-color: #fff;
	}
	
#content a {
	display: block;
	}

#sidebar {
	float: right;
	width: 320px;
	min-height: 450px;
	font-size: 13px;
	font-weight: bold;
	line-height: 24px;
	background: #417D93 url(media/graphics/interface/sidebar_bg.jpg) 0 0 repeat-x;
	}
	
#sidebar a {
	color: #E6EAE5;
	}
	
#sidebar a:hover {
	color: #fff;
	text-decoration: underline;
	}
	
#sidebar ul {
	padding-bottom: 20px;
	padding-left: 60px;
	}
	
#sidebar ul li#begin {
	margin-left: -20px;
	margin-top: 165px;
	margin-bottom: 20px;
	}
	
#footer {
	clear: both;
	width: 100%;
	font-size: 11px;
	background-color: #262523;
	}
	
#footer p {
	padding: 10px;
	color: #E6EAE5;
	}
	
a {
	color: #fff;
	text-decoration: none;
	}