
html {
	scrollbar-base-color: #000000;
	scrollbar-arrow-color: #ffffff;
	scrollbar-track-color: #000000;
	scrollbar-shadow-color: #808080;
	scrollbar-lightshadow-color: #606060;
	scrollbar-darkshadow-color: #808080;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
}


body {
	font-size: 62.5%; 
	margin: 0em auto; 
	padding: 0em; 
	font-family: "trebuchet ms", verdana, arial, sans-serif;
	background-color: #000; 
	
} 


.menu {
	clear: both; 
	float: left; 
	width: 800px; 
	margin: 0px; 
	padding: 0px; 
	
	background-color: White;
	border-top: thin solid #fff;
	border-bottom: thin solid #fff;
}

.menu ul {	
	list-style: none; 
	margin: 0px; 
	padding: 0px; 
	font-weight: bold;
}	

.menu li {
	float: left; 
	display: block; 
	white-space: nowrap; 
	background-color: inherit;
}

.menu li a {
	color: #80ffff; 
	margin: 0px; 
	padding: 0px 10px 0px 10px; 
	border-right: solid 1px rgb(255,255,255); 
	text-decoration: none; font-size: 130%;		
}

.menu a:hover, .menu a.selected {
	background-color: inherit; 
	color: #A9A9A9; 
	text-decoration: none;
}

div.body	{
	
	background-color: #000;
	background-repeat: repeat;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 130px;
	padding-top: 0;
	padding-bottom: 0;
	padding: 0.5em;
}

h1 {
	text-align: center;
	color: #fff;
	font-family: "Garamond", Arial, sans-serif;
	background-color: transparent;
	font-size: 36px;
	}
	
	
	
h2, h3 {
		margin-left: 25px;
		font-family: "Garamond", Arial, sans-serif;
		color: #fff;
		background-color: transparent;
	}

	
	h4, h5 {
		margin-left: -25px;
		font-family: "Garamond", Arial, sans-serif;
		color: #fff;
		background-color: transparent;
		font-size: medium;
	}
	
	
#container {
width: 800px;
margin: 0 auto;
background: center;
 border-bottom: 1px solid #fff;
 border-bottom-width: thin;
 border-top: 1px solid #fff;
 border-top-width: thin;
  border-right: 1px solid #fff;
 border-right-width: thin;
  border-left: 1px solid #fff;
 border-left-width: thin;
  background-color: black;
}



#content {
background: #000;
float: left;
width: 295px;
text-align: right;
 margin-left: 40px;

}


