body
		{
			margin: 0;
			padding: 0;
			font-family: 'trebuchet ms', verdana, sans-serif;
			color: #000;
		}

#container		
		{
			margin: 1em 3%;
			width: 902px;
			background-color: #fff;
			background-image:  url(images/bg.jpg);
			background-repeat: repeat-y;
		}
		
#banner
		{
			background-color: #fff;
		}
		
.strip_966
		{
			background-color: #966;
			line-height: .3em;
		}
		
.strip_fff
		{
			background-color: #fff;
			line-height: .2em;			
		}

#nav_area
		{
			float: right;
			width: 316px;
			margin: 0px 0px 10px 10px;
			font-size: .85em;
			color: #8b5c5c;
		}
		
.nav_main
		{
			border-top: solid 1px #e7e3bc;
			border-bottom: solid 1px #e7e3bc;
			border-left: solid 1px #e7e3bc;
		}	
			
.nav_border
		{
			border-bottom: solid 1px #e7e3bc;
		}
		
.nav_item
		{
			padding: 4px; margin-left: 6px;
		}
		
#content
		{
			padding: 1em;
			margin: 0 320px 0 0;
			border-top: solid 1px #966;
			border-right: solid 1px #966;
			border-left: solid 1px #966;
			color: #000;
			font-size: .9em;
			background-color: #E7E3BC;
		}
		
.current
		{
			color: #966;
			font-weight: bold;
		}		

h2, h3 {
			color: #8b5c5c;
		}		
		
#footer
		{
			clear: both;
			background-color: #966;
			line-height: .7em;
		}
		
.copy {
		margin: 10px 5px 0px 10px; 
		font-size: .8em;
}		
		
a:link, a:visited, a:active	{
			color: #8b8b8b;
			text-decoration: none;
			font-weight: bold;
		}

a:hover {
			color: #8b5c5c;
			text-decoration: none;
			font-weight: bold;
		}		