@charset "ISO-8859-1";
/* ---------- basic styling ---------- */
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #000;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 85%;
	background: url(../assets/background.jpg);
}
#wrapper {
	position: relative;
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background: #fff url(../assets/sidebar_back.jpg) repeat-y;
}
#clear {
	clear: both;
}
/* ---------- position container elements ---------- */
/* ----- header ----- */
#header {
	position: relative;
	background: #c82127 url(../assets/header.jpg) no-repeat top left;
	height: 178px;
}
#header h2 {
	margin-left: -9000px;
}
#header #title {
	position: absolute;
	top: 0;
	right: 0;
	margin: .5em .5em;
	color: #fff;
}
#header ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position: absolute;
	left: 200px;
	bottom: 0px;
}
#header ul li {
	float: left;
}
#header li a:link, #header li a:visited {
 	display: block;
	background: #c82127;
	padding: .2em .5em;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	margin-right: 1em;
	line-height: 1.2em;
}
#header li a:hover, #header li a:active {
	color: #000;
	background: #fff;
}

/* ----- sidebar ----- */
#sidebar {
	float: left;
	width: 200px;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar ul li {
	margin: 0;
	padding: 0;
}
#sidebar ul a {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	line-height: 34px;
	margin: 0;
	width: 170px;
	padding-left: 30px;
	display: block;
	background: url(../assets/sidenav.jpg) no-repeat left center;
}
#sidebar ul a:hover {
	background-position: -200px 0px;
	color: #fff;
}
/* ----- content ----- */
#content {
	padding: 10px 10px; 
	float: right;
	width: 680px;
}
/* ----- footer ----- */
#footer {
	padding: .5em 1em;
	color: #fff;
	font: .8em "Times New Roman", Times, serif;
	background: #000;
	margin-top: 0;
	height: 30px;
}
#footer a {
	padding: 0 .5em;
	text-decoration: none;
	color: #fff;
}
#footer a:hover {
	color: #0033FF;
}