/* Layout Stylesheet */ 

body{
background-color: #000000;
color: #000000;
background-image: url(background.png) ; 
background-repeat: repeat ;
background-position: top;
font-family: verdana, sans-serif;
font: black;
 }

a:link { color: green; text-decoration: none; }
 
a:visited { color: purple; text-decoration: none; }

#container{
background-color: #FFFFFF;
margin-top: 5px;
margin-left: 20%;
width: 760px;
height: 100%;
border: 2px solid #666699;
z-index: 1; }

#hdr{
 background-color: none;
 border: 0px;
 z-index: 2;
 }
 
.menu {
	width: 760px;
	padding: 0px;
	margin: 3px 0 5px 0;
	border: 0px solid #ccc;
	background: none;
	}

/* rounded */

#nav {
	margin: 0;
	padding: 0 0 23px 10px;
	border-bottom: 2px solid #666699;
	}

#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}
	
#nav a:link, #nav a:visited {
	float: left;
	font-size: 1 em;
	font-weight: bold;
	padding: 0 12px 6px 12px;
	text-decoration: none;
	color: #666699;
	}

#nav a:link.active, #nav a:visited.active, #nav a:hover {
	color: #000;
	background: url(tab_rounded.gif) no-repeat bottom center;
	}

#rh-col{
 background-color: #ffffff;
 padding: 10px;
 position: relative;
 z-index: 2;
 }
