* {
	font-family: "Courier New", Courier, mono; font-size: 12px; color: #AAAAAA;
}
body {
	 background-color: #000; color: #AAAAAA; 
	scrollbar-face-color: #E8E2D9; scrollbar-shadow-color: #000; 
	scrollbar-highlight-color: #CCC; scrollbar-3dlight-color: #CCC; 
	scrollbar-darkshadow-color:#CCC; scrollbar-track-color: #E8E2D9; 
	scrollbar-arrow-color: #000
}
h1 {
	margin: 0 0 10px 0; text-transform: uppercase; font-size: 13px;
}
h2 {
	margin: 0 0 5px 0; text-transform: uppercase; font-size: 12px;
}
p {
	line-height: 14px; margin: 0px;
}
a {
	color: #AAAAAA;
}
a:hover {
	color: #FFF;
}
#wrap {
	width: 900px; position: relative;
	height: 580px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
	background-image: url(../images/bg.gif);
}

#header {
	position:absolute; width:358px; height: 22px; z-index:2; left: 60px; top: 28px;
}
#footer {
	position:absolute; width:340px; height: 25px; z-index:3; left: 406px; top: 428px;
}
#content {
	position:absolute; width:709px; height: 390px; z-index:4; left: 160px; top: 94px;
}
#content_image {
	position:absolute; width:94px; height: 274px; z-index:6; left: -102; top: 2;
}
#content_text {
	position: relative; margin: 0 0 10px 10px; padding: 0 5px 5px 0; overflow:auto; height: 390px;
}
	#content_text ul {
		margin: 0; list-style-type: none; padding-left: 10px;
	}
	#content_text li {
		margin: 2px 0 0;
	}

#menu {
	position:absolute; width:141px; height:326px; z-index:1; left: 28px; top: 96px;
}


