*{
	margin: 0;
	padding:0;
	}

body{
	background: #161613;
	color: #eee;
	font: 86% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	}

#topborder{	
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 1.0em;
	background-color: #D0EB6A;
	}
#seperate{
	background-color: #3D3D33;
	width: 100%;
	height: 4px;
}
	
#sidebar{ position:fixed; top: 38px; left:20px;	width: 250px; }
* html div#sidebar  { top: 38px; left:20px;	width: 230px; position:absolute; }

#content{ margin: 45px 20% 5em 315px; padding-bottom: 200px; width: 750px; }

hr.clear { clear:both; visibility:hidden; }

.hand:hover { cursor:pointer; }

#nav li.hand { cursor:pointer; }


/* typography
----------------------------------------------- */

p {	line-height: 1.5em;	margin-bottom: 1.0em; font-size: 1em;}
#sidebar ol, ul, dl { line-height: 1.5em; }

h1, h2, h3{ font-family: "Trebuchet MS",Verdana,Sans-Serif;}

h1 { font-size: 2.3em; }
h1 a { color:#fff; border: none; }
h1 em{ font-size: 1.25em; color: #D0EB6A; font-style: normal; }

h2 {
	font-size: 20px;
	letter-spacing: 0.4pt;
	color: #D0EB6A;
	text-transform: uppercase;
	padding-top: 0.5em;
	}
h3 {
	font-size: 14px;
	letter-spacing: 0.2pt;
	color: #c0dB5A;
	text-transform: uppercase;
	padding-top: 0.5em;
	line-height: 24px;
	font-weight:bold;
	}

a{
	color: #8ad459;
	text-decoration: none;
	}

#content a:hover { border-bottom: 1px dotted #8ad459; }
a img{ 	border: none;}
#content ul li{
	list-style:inside;
	padding: 10px 0 0 12px;
	line-height: 16px;
	}


fieldset{ border: none; }

#nav{ list-style: none; margin: 2em 2em 2em 0;}
#nav li{ padding: 0; margin: 0; }
#nav a{
	display: block;
	height: 2.0em;
	padding: 0.3em 0.2em 0em 0.8em;
	margin-bottom: 1px;
	color: #eee;
	background-color: #363633;
	}

#nav a:hover{
	color: #1a1a1a;
	background-color: #D0EB6A;
	}	
	
.sidebartop {
	font:22px Arial Black;
	color: #333333;
	line-height:18px;
	font-weight:bold;
	}
	
.sidebarbottom {
	font:22px Verdana, Arial, Helvetica, sans-serif;
	line-height:18px;
	}
.body {
	font-size: .8em;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	line-height: 20px;
	}