 html {
	height:100%; 
	max-height:100%; 
	padding:0; 
	margin:0; 
	border:0; 
	background:#000000;
	color:#FFFFFF;
	font-size:76%; 
	font-family:georgia, palatino linotype, times new roman, serif;
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden; 
	/* */ 
	}
	
body {
	height:100%; 
	max-height:100%; 
	overflow:hidden; 
	padding:0; 
	margin:0; 
	border:0;
	background:#000;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  	font-size: 12px;
  	scrollbar-face-color:#fff;
  	scrollbar-highlight-color:#000;
 	scrollbar-3dlight-color:#000;
 	scrollbar-darkshadow-color:#000;
 	scrollbar-shadow-color:#000;
 	scrollbar-arrow-color:#000;
 	scrollbar-track-color:#000;
	}
	
a:link, a:visited { color: #000;
	text-decoration: none;}
a:hover, a:active {	color: #c7b419;
	text-decoration: underline;}

#content {
	display:block; 
	overflow:auto; 
	position:absolute; 
	z-index:3; 
	top:150px; 
	bottom:20px; 
	width:800px; 
	margin-left:-400px; 
	left:50%; 
	border-left:1px solid #000;
	border-right:1px solid #000;
	background-color: #808080;
	border: 1px solid black;
	color:#fff;	
	}
	
* html #content {
	top:0; 
	bottom:0; 
	height:100%;
	width:800px;
	border-top:115px solid #808080; 
	border-bottom:20px solid #808080;
	}

#head {
	position:absolute; 
	margin-left:-399px; 
	left:50%; 
	top:0; 
	width:800px; 
	min-width:800px; 
	height:110px; 
	background:#000; 
	font-size:1em; 
	z-index:5; 
	}
	
#nav {
	position:absolute; 
	margin-left:-398px; 
	left:50%; 
	top:130px; 
	width:800px; 
	min-width:800px; 
	height:25px; 
	background:#000; 
	font-size:1em; 
	z-index:5; 
	border:1px solid #000;
	color:#FFFFFF;
	}
	
#head a:link, a:visited{ 	color: #fff;
	text-decoration: none;}
#head a:hover, a:active{	color: #c7b419;
    text-decoration:underline;}	


#foot {
	text-align:center;
	position:absolute; 
	margin-left:-400px; 
	left:50%; 
	bottom:0; 
	width:800px; 
	min-width:802px; 
	height:20px; 
	font-size:1em; 
	z-index:5; 
	font-family: trebuchet MS, tahoma, verdana, arial, sans-serif;
	font-weight:bold;
	color:#fff;
	background:#000;
	}
	
#foot a:link, a:visited{ 	color: #fff;
	text-decoration: none;}
#foot a:hover, a:active{	color: #c7b419;
    text-decoration:underline;}
	
* html #foot {
	bottom:2px; width:800px; height:48px;
	}


.justify {
	padding:5px; text-align:justify;
	}
	
.center { padding:5px; text-align:center;}

.boldhead {
	font-size:1.5em; 
	font-weight:bold;
	}
.bold {font-weight:bold;}
.left {float:left; margin:10px; border:1px solid #000;}
.right {float:right; margin:10px; border:1px solid #000;}
.lefttext {float:left; width:300px; text-align:justify;}
.righttext {float:right; width:300px; text-align:justify;}

* html .lefttext {float:left; width:310px; text-align:justify;}
* html .righttext {float:right; width:310px; text-align:justify;}
