body {
	color: #FFFF;
	background: #CCCCCC; 
}

a:link, a:visited {
	font: 12px "Trebuchet MS", Verdana;
	text-decoration: none;
	color: #00FF00;
}
a:hover, a:active {
	font: 12px "Trebuchet MS", Verdana;
	text-decoration: none;
	color: #00000;
}

#header {position:  absolute;
top: 100px;
width: 870px;
height:  100px;
background-image:url(header.jpg);
left: 80px;
}

#container 
{
background-color:#FFFFFF;
position: absolute;
width: 838px;
border: 1px solid #000000; 
left:  80px;
top: 201px; 
margin-right: 30px; margin-top:0; 
margin-bottom:40px;
padding-left: 25px;
padding-right: 5px;
padding-bottom: 45x;
}

#menu
{
border: 1px solid #000000;
position: absolute;
padding-top: 30px;
padding-right: 10px;
padding-bottom: 30px;
width: 135px;
background-color:#999999;
text-align: left;
font: Georgia, "Times New Roman", Times, serif; size: 15px;
top: 260px;
left: 855px;
}

li {padding-bottom: 3px;}

h1 {
padding-top: 20px;
font-family: Georgia, "Times New Roman", Times, serif;  
font-size: 25px;
}

h2 {
font:  Georgia, "Times New Roman", Times, serif;
font-size: 20px;
padding-bottom: 0px;}

h3 {font:  Georgia, "Times New Roman", Times, serif;
font-size: 15px;
font-weight: bold;}


.indented
   {
   padding-left: 50pt;
   padding-right: 50pt;
   }