body 
	{
    font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/bg_tile.gif);
	}

p
	{
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	color: #000;
	padding: 3px 10px 3px 10px; 
	}		

a
	{
	text-decoration: underline;
	color: #010066; 
	}
	
a:hover
	{
	color: #ff7f00; 
	}		
	
img
	{
	border: 0; 
	} 
	
h1
	{
    width: 550px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal;
	font-size: 18px;
	text-decoration: none;
	color: #010066; 
    margin: 15px 10px 5px 10px; 
	}			
	
h2
	{
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	color: #0D3318;
	padding: 0 10px 0 10px; 
	}
	
h3
	{
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	color: #010066;
	padding: 0 10px 0 10px; 
	}				
    
 h4
	{
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal;
	font-size: 16px;
	text-decoration: none;
	color: #0D3318;
	padding: 0 10px 0 10px; 
	}
       
/*---------- page elements ----------*/			

#wrapper
	{
	width: 800px; 
	margin: 0 auto; 
	background-color: #fff; 
	}

#main
	{
	width: 800px; 
	background-color: #fff; 
	background-image: url(images/bg_wrapper.gif);
	float: left; 
	}
	
#header
	{
	width: 800px; 
	height: 174px; 
	background: #010066;
	}	
	
#content
	{
	width: 620px; 
	float: right;
	}	

#heading
	{
	font-size: 1.2em; 
	color:#0D3318; 
	font-family: verdana, sans-serif;
	padding: 0 10px;
	}
	
#content li 
	{
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	color: #000;
	padding: 3px 10px 3px 10px; 
	list-style-type: square; 
	}	
	
#content td 
	{
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	color: #000;
	padding: 0; 
	text-align: center; 
	}		
	
#right_sidebar
	{
	width: 270px; 
	float: right; 
    clear: left; 
	margin: 10px; 
	text-align: center; 
	}	
	
#right_sidebar img
	{
	margin: 0 10px 0 10px; 
	border: 3px solid #010066;
	}		
	
#right_sidebar p
	{
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	color: #000;
	}	
	
#gallery img
	{
	border: 3px solid #010066;
	}	
	
#footer
	{
	width: 620px; 
	height: 38px; 
    float: right;
    clear: both; 
	}	
	
#footer p
	{
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	color: #000;	
	padding: 5px; 
	text-align: right; 
	} 
	
#footer a
	{
	color: #010066; 
	text-decoration: underline; 
	}	
	
#footer a:hover
	{
	color: #ff7f00;
	}	
		
	
/*---------- navigation ----------*/			
		
#nav
	{
	width: 180px; 
	float: left; 
	clear: right; 
	}	
	
#nav ul 
	{
	list-style-type: none; 
	padding: 0;
	margin: 0;
	border: 0; 
	} 	
	
#nav li 
	{
	float: left; 
	width: 170px; 
	padding: 5px 0 5px 10px;
	border-bottom: 1px solid #ffb266;
	}	
	
#nav a
	{
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: #fff;	
	}	
	
#nav a:hover
	{
	text-decoration: underline; 
	color: #010066;
	}			
