.header 
{
	
	position:absolute;
	left:30px;
	top: 0px;	
	z-index:10;	 
}
.menu	
{
	position:absolute;
	left:500px;
	top:160px;
	color:#FFFFFF;
	z-index: 4;
}

.nav	
{ 
	position: absolute;
	left:30px;
  	top:220px;
  	height:37px;
  	width:153px;
  	z-index:4;
}
.left
{
	position:absolute;
	left:10px;
	top:1px;
  	background-image: url('leftpanel.gif');
  	height: 506px;
  	width: 203px;
  	z-index: 4;
  	text-align:right;
  	color:white;
}
body	
{
	
	background-image: url('background_slate.gif');
	color: white;	
	
}


img	
{
	border:none;
}	  
#inner
{
		background-image: url('background_slate.gif');
		color:white;
		font-style: oblique;
	font-family: Verdana, sans-serif;
}

.content 
{
	position: absolute;
	left: 230px;
    top: 160px;
    color: white;
  background-image: url('background_slate.gif');
	font-size: 13pt;
	z-index: 3;
}
h2	
{
        color: white;
}
a:link 
{
	color:yellow; 
	text-decoration: none;
	border:none;
}
a:visited 
{
	color: #66CCFF;
	text-decoration: none;
} 
a:hover
{
 	text-decoration: underline;
}         
h4 
{
	color: blue
}	
 
.banner
{
	position:absolute;
	top: 250px;
	left: 10px;
}

blockquote
{
 color:white;
}	
.script
{
	position:absolute;
	left:0;top:230px;
	width:50%; 
	z-index:2001;
}
hr
{
	width: 50%;
}