body 
{
margin-top: 10px;
color: black;
background-color: white;
font-family: Helvetica, Verdana, Arial, sans-serif; 
}


a {color: #b3fe28; font-family: Courier;  text-decoration: none}
a:visited {color: ; text-decoration: none}
a:active {color: #b3fe28; text-decoration: none}
a:hover {color: #b3fe28; text-decoration: underline}


h1 
{
font-family: Helvetica, Verdana, Arial, sans-serif; 
font-size: 24px; 
font-style: normal; 
font-weight: bold;
text-decoration: none;
padding-left: 10px;

}


h2 
{  
font-family: Helvetica, Verdana, Arial, sans-serif; 
font-size: 18px;
font-weight: bold;
text-decoration: none;
padding-left: 10px;

}


p  
{
font-family: Helvetica, Verdana, Arial, sans-serif; 
font-size: 12px;
font-style: normal; 
font-weight: normal; 
text-decoration: none;
margin-top: 10px;
padding-left: 10px;
line-height: 2em;

}

p.small  
{
font-family: Helvetica, Verdana, Arial, sans-serif; 
font-size: 10px;
font-style: normal; 
font-weight: normal; 
text-decoration: none;
margin-top: 0px;
padding-left: 10px;
color:#CCCCCC;
line-height: 1.5em;


}

#wrapper
{
position: relative;
margin: auto;
width: 800px;
background-color: white;
border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
}


#logo
{
margin-left: -2px;
margin-right: auto;
width: 800px;
height: 150px;
padding-left: 0px;
padding-top: 0px;
background-color: white;
}


#nav
{
position: relative;
margin-left: auto;
margin-right: auto;
border-style: hidden;
width: 800px;
height: 60px;
background-color: white;
}


#nav ul 
{
padding-top: 5px;
padding-left: 10px;
margin: 0px;
list-style-type: none;
}

#nav li
{
padding-right: 25px;
display: inline ;
}


#nav a {color: black; font-family: Helvetica, Verdana, Arial, sans-serif;  font-size: 20px; font-weight: bold; text-decoration: none}
#nav a:visited {color: black; text-decoration: none}
#nav a:active {color: #666666; text-decoration: none}
#nav a:hover {color: #666666; text-decoration: none}

#content
{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 100%;
	padding-left: 0px;
	padding-top: 20px;
	padding-bottom: 0px;
	background-color: white;
}


#footer
{
margin-left: auto;
margin-right: auto;
width: 800px;
height: 75px;
padding-left: 0px;
padding-top: 0px;
background-color: black;

}

#whole
{
position: relative;
margin-left: auto;
margin-right: auto;
border: 0px solid gray;
width: 800px;
top: 15px;
background-color: white;
padding-bottom:50px;

}
