﻿body	
{
	margin:100px auto 5px auto;
	background-image:	        url(Home-Graphics/bg.gif);
	background-repeat:repeat;
}
a:link 
{ 
     margin: 0 10px 0 10px;
     font-family: Palatino,Verdana,Arial; 
     color: #fff; 
     font-size: 0.8em; 
     font-weight: normal; 
     text-decoration: none;
}
a:visited    
{ 
     margin: 0 10px 0 10px;
     font-family: Palatino,Verdana,Arial; 
     color: #fff;
     font-size: 0.8em;  
     font-weight: normal; 
     text-decoration: none;
}
a:active     
{ 
     margin: 0 10px 0 10px;
     font-family: Palatino,Verdana,Arial; 
     color: #fff;
     font-size: 0.8em; 
     font-weight: normal; 
     text-decoration: none;
}
a:hover 
{    
     margin: 0 10px 0 10px;
     font-family: Palatino,Verdana,Arial; 
     color: #fff;
     font-size: 0.8em; 
     font-weight: normal; 
     text-decoration: none;
}
#wrapper
{
	width: 900px;
    background-color: transparent;
    margin: 0 auto 0 auto;
}
#banner
{
	width: 900px;
	background-color: transparent;
}
.nav
{
	width: 900px;
	padding: 2px 0 2px 0;
	background-color: #336666;
	text-align:center;
}
#flashcontent /* Home Image */
{
	width: 900px;
	background-color: transparent;
	color:#000;
	margin: 10px 0 10px 0;
}
#footer
{
	width: 900px;
	background-color: transparent;
	text-align:left;
	padding: 10px 0px 10px 0px;
}