@charset "UTF-8";
/* CSS Document */

body {
	background-image:url('../images/bg_dark.jpg');
	background-position: top center;
	background-repeat:repeat-x;
	background-color:#070706;
	}
	
a:link, a:visted,  {
	color:#605d5d;
	}

a:active {
	color:#7d7979;
	}
	
#content {
	width:900px;
	height:533px;
	text-align:right;
	}

#sidebar {
	background-image:url('../images/sidepanel.gif');
	width:243px;
	height:533px;
	text-align:left;
	float:left;
	margin-right:18px;
	color:#e1ddde;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:18px;
	text-decoration:none;
	}
	
#sidebar a {	
	color:#e1ddde;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:18px;
	text-decoration:none;
	}
	
#textbox {
	background-image:url('../images/textbox_bg.gif');
	width:638px;
	height:533px;
	text-align:left;
	float:left;
	}
	
#textboxmargin {
	padding:20px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	}
	
#text {
	overflow:auto;
	height:500px;
	padding-right:10px;
	}

#text a {
	color:#605d5d;
	}
	
	
h1 {
	font-size:28px;
	color:#525252;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	}
	
h2 { clear:both;font-size:16px;}	
	
h3 {
	color:#424040;
	font-size:16px;
	}
	
ul {list-style-type: none; margin-left:0px;}

li {float: left; width:180px; height:28px; font-size:12px;}
	
	
