* {
padding:0;
margin:0;
}



body {
	background:#FFFFFF;
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
}

a {color:#000000;}
a:hover {color:#FFFF00;}

h1 {font-size:16px; margin-bottom:5px;}

div#wrapper {
	width:900px;
	margin:0; padding:0;
	background:#FFFFFF;
}

div#header { width:100%; background:#000000; height:150px; margin:0; padding:0;}




#nav {
	position:absolute;
	left:2px;
	top:168px;
	width:160px;
	height:3092px;
	z-index:1;
	background-color: #CCCCCC;
}
#content {
	position:absolute;
	left:163px;
	top:168px;
	width:567px;
	height:712px;
	z-index:2;
}

