 A:link {text-decoration:underline; color:white;}
 A:visited {text-decoration:underline; color:white;}
 A:active {text-decoration:underline; color:white;}
 A:hover {text-decoration:underline; color:red;} 


html, body{ 
 width:800px;
 background:url(body.gif) repeat-y top center;
 margin:150px;
 padding:0; 
 text-align:center;
 color:white;
 font-family: verdana, arial, sans-serif;
 margin:auto;
 
} 
 
#pagewidth{ 
 width:700px;
 background-color:black; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 margin-top:10px;
 margin-bottom:10px;
 position:relative; 
 height:100px; 
 background-color:#000000; 
 width:100%;
} 
 
#menu{
 width:100px;
 float:left; 
 background-color:#000055; 
 }
 
#maincol{
 background-color: #000000;
  text-align:justify;
 line-height:110%;
 font-size:small;
 padding:10px;  
 float: right; 
 display:inline; 
 width:565px; 
 }
 
#footer{
 width:588px;
 float: right;
 height:10px;
 margin-bottom:10px; 
 background-color:#000000;
 text-align:center; 
 font-size:xx-small;
  } 
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

/* =-=-=-=-=-=-=-[Vertical Menu]-=-=-=-=-=-=-=- */
	
#menu {
	width: 100px;
	border-style: solid solid none solid;
	border-color: #D76100;
	border-size: 0px;
	border-width: 0px;
	margin-right: 4px;
        margin-top: 8px;
	font-size:xx-small;
	}
	
#menu li a {
  	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}
	
#menu li a:link, #menu li a:visited {
	color: #aaa;
	display: block;
        text-align:right;
	background: url(menu.gif);
	padding: 8px 8px 0px 3px;
	}
	
#menu li a:hover {
	color: #ff0;
	background: url(menu.gif) 0 -32px;
	padding: 8px 10px 0 30px;
	}
	
#menu li a:active {
	color: #fff;
	background: url(menu.gif) 0 -64px;
	padding: 8px 10px 0 30px;
	}


