body {
		 background-color: #b2b2b2;
		 background-image: url(images/header-end.jpg);
		 background-repeat: repeat-x;
		 background-position: top center;
		 font-family: Arial, Helvetica, sans-serif;
		 font-size: 12px;
		 margin: 0px;
		 text-align: center;
		 }
		 
div, p, h1, h2, h3, h4, h5, ol, ul	{
		 margin-top: 0px;
		 margin-bottom: 0px;
		 line-height: 1.3em;
		 }
		 
h1   {
		 font-size: 200%;
		 color: #483226;
		 font-weight: normal;
		 font-family: Century Gothic, Tahoma, Geneva, sans-serif;
		 }
		 
h2	 {
		 font-size: 120%;
		 color: #483226;
		 font-weight: normal;
		 font-family: Century Gothic, Tahoma, Geneva, sans-serif;
		 padding-top: 1em;
		 }

h3	 {
		 font-size: 100%;
		 color: #483226;
		 font-weight: bold;
		 font-family: Century Gothic, Tahoma, Geneva, sans-serif;
		 padding-top: 1em;
		 }
		 
p		 {
		 padding-top: .5em;
		 }

#background-header {
		 text-align: center;		 
		 background-image: url(images/header.jpg);
		 background-position: top center;
		 background-repeat: repeat-x;
		 width: auto;
		 margin: 0px auto;
		 }
		 
#contain {
		 width: 800px;
		 background-color: #fff;
		 background-image: url(images/header.jpg);
		 background-position: top center;
		 background-repeat: repeat-x;
		 text-align: left;
		 margin: 0px auto;
		 }		 
 
#header {
		 height: 154px;
		 width: auto;
		 padding: 50px 0px 0px 50px;
		 font-family: Century Gothic, Tahoma, Geneva, sans-serif;
		 margin: 0px auto;
		 }
		 
#logo {
			height: 73px;
			padding: 0px;
			font-size: 300%;
			}
			
#header div a, #header div a:link, #header div a:active, #header div a:visited	{
		color: #ffffff;
		text-decoration: none;
		}
			
#header div a:hover {
		color: #ffffff;
		text-decoration: underline;
		}
		
#nav_sub a, #nav_sub a:link, #nav_sub a:active, #nav_sub a:visited	{
		color: #000000 !important;
		text-decoration: none;
		}
			
#nav_sub a:hover {
		color: #000000 !important;
		text-decoration: underline;
		}
		
#nav_main	{	
			font-size: 150%;
			height: 45px;
			}
		 
#nav_sub {
		font-size: 100%;
		height: 24px;
		padding-top: 12px;
		}
		
#content {
				 padding: 50px 50px 50px 50px;
				 }

#footer {
				text-align: center;
				padding: 15px;
				color: #444;
				}	
		
.brown {
			 color: #483226;
			 }
			 
.grey	 {
			 color: #848484;
			 }	
			 
#clear {
			 clear: both;
			 }		 

