﻿body	
{  
        margin-left: auto;
	    margin-right: auto;
        margin-top: 5px;
        margin-bottom: 10px;
        background-color: #000000;
}
a:link 
{ 
     background-color: transparent;
     font-family: Century Gothic,Georgia,Verdana; 
     color: #D7D7A0; 
     font-size: 0.9em; 
     font-weight: normal; 
     text-decoration: none;
}
a:visited    
{ 
     background-color: transparent;
     font-family: Century Gothic,Georgia,Verdana; 
     color: #D7D7A0; 
     font-size: 0.9em; 
     font-weight: normal; 
     text-decoration: none;
}
a:active     
{ 
     background-color: transparent;
     font-family: Century Gothic,Georgia,Verdana; 
     color: #D7D7A0; 
     font-size: 0.9em; 
     font-weight: normal; 
     text-decoration: none;
}
a:hover 
{    
     background-color: transparent;
     font-family: Century Gothic,Georgia,Verdana; 
     color: #D7D7A0; 
     font-size: 0.9em;
     font-weight: normal; 
     text-decoration: none;
}
a.Nav:link /* Begin Site Navigation */
{
     font-family: Century Gothic,Georgia,Verdana; 
     color: #D7D7A0; 
     font-size: 0.9em; 
     font-weight: normal;  
     text-decoration: none;
     margin-left: 3px;
     margin-right: 3px;
     padding: 3px;
}
a.Nav:visited /* Navigation Visited */
{
     font-family: Century Gothic,Georgia,Verdana; 
     color: #D7D7A0; 
     font-size: 0.9em;
     font-weight: normal; 
     text-decoration: none;
     margin-left: 3px;
     margin-right: 3px;
     padding: 3px;
}
a.Nav:active /* Navigation Active */
{
     font-family: Century Gothic,Georgia,Verdana; 
     color: #D7D7A0; 
     font-size: 0.9em;
     font-weight: normal; 
     text-decoration: none;
     margin-left: 3px;
     margin-right: 3px;
     padding: 3px;
}
a.Nav:hover /* Navigation Hover */
{
     font-family: Century Gothic,Georgia,Verdana; 
     color: #D7D7A0; 
     font-size: 0.9em;
     font-weight: normal; 
     text-decoration: none;
     margin-left: 3px;
     margin-right: 3px;
     padding: 3px;
}
#wrapper /* Site Content Holder */
{
	width: 800px;
	background-color: #000;
	margin:0 auto 0 auto;
}
#banner /* Banner Content */
{
	width: 800px;
	background-color: #000;
	margin-left: auto;
	margin-right: auto;
}
#nav /* Site Navigation */
{
	width: 800px;
	background-color: #000;
	margin-left: auto;
	margin-right: auto;
    text-align:left;
    text-indent:20px;
    padding-bottom:20px;
}
#Footer
{
	width: 800px;
	background-color: transparent;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}
