	html
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: medium;
	}
	
	body
	{
		font-size: 97%;
		
		color: #333333;
		background-color: #666666;
		
		padding: 0px;
		margin: 0px;
	}
	
	.main
	{
		width: 100%;
		padding: 0px;
		margin: 0px;
	}


/****************
   H E A D E R
*****************/
	.logo
	{
		text-align: left;
		padding-left: 10px;
		width: 40%;
	}
	
	.header
	{
		text-align: right;
		vertical-align: middle;
		
		padding-right: 10px;
	}
	
	.header_img
	{
		width: 100%;
		background-image: url(images/header_photo.jpg);
		background-position: center;
		background-repeat: repeat-x;
	}
	
	.grey
	{
		background-color: #333333;
		font-size: 3px;
	}
	


/****************
  C O N T E N T 
*****************/
	.content_main
	{
		padding: 30px;
		vertical-align: top;
		background-image: url(images/content_bg.gif);
		background-position: right;
		background-repeat:repeat-y;
	}
	
	.content_header
	{
		margin-left: -10px;
		margin-top: -10px;
	}
	
	.content_header_old
	{
		color: #999999;
	}
	
	.content_important
	{
		color: #CC0000;
		font-weight: bold;
	}
	
	.gallery
	{
		padding: 10px;
	}
	

/****************
     M E N U 
*****************/
	.navigation
	{
		width: 20%;
		text-align: left;
		vertical-align: top;
		
		line-height: 180%;
		font-weight: bold;
		
		padding: 20px;
	}
	
	td.menu
	{
		background-image: url(images/menu_bg.gif);
		background-position: left;
		background-repeat: repeat-y;
	}
	
	.sub
	{
		font-size: 75%;
		font-weight: normal;
		margin-left: 20px;
	}
	
	a.menu:link, a.menu:visited
	{
		color: #FFFFFF;
		text-decoration: none;
	}
	
	a.menu:hover, a.menu:active
	{
		color: #FFCC00;
		text-decoration: underline;
	}
	
	.current_page
	{
		color: #FFCC00;
		font-style: italic;
	}

	.current_page_small
	{
		color: #FFCC00;
		font-style: italic;
		
		font-size: 75%;
		font-weight: normal;
		margin-left: 20px;
	}


/****************
   F O O T E R
*****************/
	.footer
	{
		width: 100%;
		text-align: center;
		background-color: #999999;

		padding: 10px;
		color: #FFFFFF;
	}
	
	.zip_codes
	{
		font-size: 70%;
		color: #CCCCCC;
	}
	
	a.footer
	{
		font-size: 80%;
		font-weight: bold;
		text-transform: uppercase;
	}
	
	a.footer:link, a.footer:visited
	{
		color: #FFFFFF;
		text-decoration: none;
	}
	
	a.footer:hover, a.footer:active
	{
		color: #CCCCCC;
		text-decoration: underline;
	}

