body 	{ 
	font: 12pt georgia;
	color: #FFFFFF;
	background: #000000 url() repeat-y;
	margin: 0%;
	}

a:link { 
	font-weight: none;
	text-decoration: none;
	color: #FFFFFF;
	}

a:visited { 
	font-weight: none; 
	text-decoration: none; 
	color: #FFFFFF;
	}

a:hover, a:active { 
	text-decoration: none; 
	color: #555555;
	}
	
#header {
  	position: absolute;
  	left: 0%;
  	right: 0%;
  	top: 0%;
  	padding: 0px;
  	height: 10%;
  	width: 100%;
  	margin: 0% 10% 0% 0%;
  	background-color: #AFAD78;
  	border-bottom: 2px solid #000000;
}

#navigation {
  	position: absolute;
  	z-index:1;
  	left: 0%;
  	right: 0%;
  	top: 11%;
  	padding: 0px;
  	height: 2%;
  	width: 100%;
  	margin: 0% 10% 0% 0%;
  	background-color: #AFAD78;
  	border-top: 10px solid #000000;
	}

#content {
  	position: absolute;
  	filter:alpha(opacity=99);
    	opacity:.99;
    	-moz-opacity:.99;
  	z-index:0;
  	left: 23%;
  	right: 0%;
  	top: 5%;
  	padding: 0px;
  	height: 80%;
  	width: 50%;
  	margin: 0% 10% 0% 0%;
  	background-color: #000000;
  	border: 3px solid #3F3E2B;
	}
	
#maincontent {
  	position: absolute;
  	z-index:0;
  	left: 24%;
  	right: 0%;
  	top: 17%;
	overflow: auto;
  	padding: 0px;
  	height: 50%;
  	width: 48%;
  	margin: 0% 10% 0% 0%;
  	background-color: #000000;
	}

#footer {
  	position: absolute;
  	left: 0%;
  	right: 0%;
  	top: 80%;
  	padding: 0px;
  	height: 2%;
  	width: 100%;
  	margin: 0% 10% 0% 0%;
  	background-color: #AFAD78;
  	border-top: 10px solid #000000;
	}
