body {
	font: 12px 'Lucida Grande', Arial, Verdana, sans-serif;
	background: #000000;
	color: #ffffff;
	background-attachment:fixed; 
}

* {
	scrollbar-DarkShadow-Color: #85AA87;
	scrollbar-Track-Color: #404040;
	scrollbar-Face-Color: #404040;
	scrollbar-Shadow-Color: #404040;
	scrollbar-Highlight-Color: #404040;
	scrollbar-3dLight-Color: #85AA87;
	scrollbar-Arrow-Color: #85AA87;
}

#out {
	text-align: left;
	background:  url('out.jpg') repeat;
	margin: 0 auto;
	padding: 0;
	width:760px;
}

#header {
	text-align: right;
	height: 124px;
	margin: 0;
	padding: 0px 9px 0px 0;
	background: #737373 url('header.jpg') repeat;
}



#menu {	
	margin: 0 0 0 4px;
	padding: 2px;
	width: 162px;
	float: left;
	background: #000000;
}

html>body #menu {
	width: 150px;
	margin-top: 2;
	margin-right: 2;
	margin-bottom: 2;
	margin-left: 14px;
}

#content {
	margin: 0 0 0 177px;
	padding: 5px;
	width: 563px;
	height: 100%;
	background: #000000;
}

html>body #content {
	margin: 0 0 0 185px;
	width: 550px;
}

#footer {
	clear: both;
	text-align: center;
	height: 8px;
	margin: 0;
	padding: 0;
	background: url('footer.jpg') bottom center no-repeat;
}

/* Navigation
--------------------------------------------------------- */
#menu ul {
	list-style-type: none;
	padding-left: 5px;
	margin:15px auto 10px auto;
}

#menu h2 {
	font: bold 14px 'Lucida Grande', Arial, Verdana, sans-serif;
	background: #000000;
	padding: 3px 3px 0 5px;
	text-align: left;
	display: block;
	height: 20px;
	color: #404040;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
}

#menu li {
	text-align:left;
	border-left:10px solid #808080;
	padding-right:5px;
	text-decoration:none;
	margin-bottom:2px;
	padding-left:5px;
}

#menu li a {
	font: 11px 'Lucida Grande', Arial, Verdana, sans-serif;
	background: #000000;
	text-decoration: none;
	padding: 0 3px 0 0px;
	text-align: left;
	display: block;
	height: 18px;
	color: #ffffff;
	margin: 0px;
}

#menu li a:hover {
color:#8E8C2E;
}

#menu li:hover {
border-color:#8E8C2E;
}
/* Links
--------------------------------------------------------- */

a {
	color: #808080;
	text-decoration: none;
}

a img {
	border: none;
}

a:visited {
	color: #808080;
	text-decoration: none;
}

a:hover {
	color: #8E8C2E;
	text-decoration: underline;
}

/* Headlines
--------------------------------------------------------- */
h1 {
	font: bold 14px 'Lucida Grande', Arial, Verdana, sans-serif;
	text-align: right;
	color: #FFFFFF;
	padding: 2px 5px;
	margin: 5px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C0C0C0;
}

h3 {
	font: bold 11px 'Lucida Grande', Arial, Verdana, sans-serif;
	text-align: right;
	color: #FFFFFF;
	padding: 2px 5px;
	margin: 5px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C0C0C0;
}