p
{
font-family:Helvetica, Veranda, sans-serif; font-size:9pt;
}

body
{
background:#555555;
margin-top:0;
margin-bottom:0;
margin-left:20px;
}

hr
{
color:#666666;
background-color:#666666;
height:1px;
}

h1 { font-family:Georgia, Times New Roman, Times, serif;
	font-style:italic;
	font-size:24px;
	color:#663300;
}

h2 {font-family:Georgia, Times New Roman, Times, serif;
	font-style:italic;
	font-size:18px;
	color:#99ffcc;
	}

a:link {
	text-decoration: none;
	color: #666666;
	font-family:Helvetica, Veranda, sans-serif; font-size:9pt;
}
a:visited {
	text-decoration: none;
	color: #999999;
	font-family:Helvetica, Veranda, sans-serif; font-size:9pt;
}
a:hover {
	text-decoration: line-through;
	color:#663300;
	font-family:Helvetica, Veranda, sans-serif; font-size:9pt;
}
a:active {
	text-decoration: none;
	color:#000000;
	font-family:Helvetica, Veranda, sans-serif; font-size:9pt;
}

#holder
{
position:relative;
width:800px;
float:left;
background:#eeeeee;

}


#header
{
position:relative;
width:800px;
}


#nav
{
position:relative;
float:left;
width:240px;
padding-top:5px;
padding-left:10px;
padding-right:10px;
padding-bottom:5px;
}



#content1
{
position:relative;
float:right;
width:515px;
padding-top:5px;
padding-left:10px;
padding-right:10px;
padding-bottom:5px;
}



#footer
{
position:relative;
clear:both;
width:790px;
padding:5px;

}
