/* Layout Stylesheet */ 

body {
 margin:20 px;
 background:#9c9f84;
 color: #333333;
 text-align:center;
 padding:0;
scrollbar-3dlight-color: #9c9f84;
scrollbar-arrow-color: #a97d5d;
scrollbar-base-color: #9c9f84;
scrollbar-darkshadow-color: #9c9f84;
scrollbar-face-color: #9c9f84;
scrollbar-highlight-color: #a97d5d;
scrollbar-shadow-color: #9c9f84;
scrollbar-track-color: #5c755e;


 }

#outer {
 text-align:left;
 width:800px;
 margin:auto;
 }

#header {
 height:138px;
 background:#9c9f84 url(images/Road Shot2.jpg);
 }

#navbar {
 height:25px;
 background:#5c755e;
 color: #CCCCCC;
  margin: 0;
 padding: 0;
text-align: center;
 }

#navbar li {
 list-style: none;
 float: left;
 margin: 0;
 white-space: nowrap;
 font-size: 11px;
 line-height: 20px;
 margin-left: 1px;
 padding-left: 16px;
 background: #919F84;
 /*background: #BBB url(tabs2-big.gif) 0 100% no-repeat; */
 }

#navbar a {
 display: block;
 text-decoration: none;
 font-weight: bold;
 float: left;
 color: #330000;
 padding: 0 16px 0 0;
 width: .1em;
/* background: #ddd url(tabs2-big.gif) 100% 100% no-repeat; */
 }
html>body #navbar a {width: auto;} /*fixes IE6 hack*/
/* Hide from IE5-MAC \*/
 #navbar a {float: none;} \* end IE5 Mac hack */
 }
#navbar a:hover {
 background-color: #330000;
 color: #9c9f84;
 }
 #navbar #current {
  background-image:url(tabs2-big-ct.gif);
  }
  #navbar #current a {
  background-image:url(tabs2-big-ct.gif);
  }
#bodyblock {
 position:relative;
 background: #869368;
 color: #333333;
 width:800px;
 padding:0;
 }

#left-col {
 float:left;
 background:#869368;
 color: #333333;
 width:200px;
 }
 #left-col  a {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: f7dcb4;
}
 
#right-col {
 float: right;
 background: #869368;
 color: #333333;
 width: 200px;
}
#right-col  a {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: f7dcb4;
}
#content {
float:left;
 background:#FCF3D8;
 color: #333333;
 text-align:center;
 width: 800px;
 }

#content a{
  	font-family: Arial, Helvetica, sans-serif;
	color: #5c755e;
	font-size: 12px;
	font-weight: bold;
	}
#footer {
 height:45px;
 width:800px;
 /*background:#5c755e;*/
 color: #5c755e;
 margin:0;
 clear:both;
 text-align:center;
 background-image:url(images/footer.jpg)
 }
 
 #footer a{
  font-size:xx-small;
  color:DBC4BB;
  }
  
  #indent {
	list-style-position: inside;
	list-style-type: none;
	position: relative;
	left: 50px;
	width: 600px;
  }
  
  #indent a{
  	font-family: Arial, Helvetica, sans-serif;
	color: #5c755e;
	font-size: 12px;
	font-weight: bold;
	}

