/* CSS Document */

html { margin: 0px; } 

body { 
height: 290px;
 background: #665956; 
 text-align: center; 

 margin: 0px; 
 padding: 0px; 
}

#wrapper { 
 margin: 0px auto;  /* to fix centering in Mozilla */ 
 background: url('images/length2.gif') repeat-y; 
 text-align: left; 
 width: 749px;
    /* width should be the same as the background image */
 padding: 0px 17px 0px 17px; 
 /* box model hack */ 
 voice-family: "\"}\""; 
 voice-family:inherit; 
 width: 715px; 
} 
 html>body #wrapper { width: 715px; }
 
 #footer { 
  font:  bold .7em Trebuchet MS, Helvetica, Arial, Helvetica, sans-serif;
color:#483817;
 margin: 0px auto;  /* to fix centering in Mozilla */ 
 background: url('images/lengthbottom2.gif') no-repeat; 
 width: 749px;    /* width should be the same as the background image */ 

}

#header { 
 height: 66px; 
 background: #bddedf; 
}  

#menu { 
 background: url('images/navbarcolor.gif') #989836 repeat-x; 
 padding: 4px; 
 color: #fff;
 font:  bold .8em Trebuchet MS, Helvetica, Arial, Helvetica, sans-serif;
 font-stretch: extra-expanded;
 
}

#menu ul { 
 list-style: none;  /* removes list marker */ 
 padding: 0px;    /* removes left indent */ 
 margin: 0px; 
} 

#menu ul li { 
 display: inline;  /* sets list items to display in a row */ 
 padding-left: 24px;  /* puts space in between list items */ 
} 

#menu a:link, #menu a:visited { 
 color: #fff; 
 text-decoration: none; 
} 

#menu a:active, #menu a:hover { 
 color: #483817; 
 text-decoration: none; 
}



#leftcol { 
 width: 405px; 
 height: 290px;
 float: left; 
 padding: 20px 15px 15px 10px;

 /* box model hack */ 
 voice-family: "\"}\""; 
 voice-family:inherit; 
 width: 390px; 

 } 
 
 html>body #leftcol { width: 390px; } 

#maincol { 

  color: #ca6a29;
  font: 0.8em Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; 
  width: 300px; 
 height: 290px;
 overflow:auto;
 float: left; 
 padding: 10px; 
 /* box model hack */ 
 voice-family: "\"}\""; 
 voice-family:inherit; 
 width: 275px; 
}
html>body #maincol { width:270px; }

#maincol h2 {

	margin: 0;
	padding: 0;
	font-family: helvetica, arial, verdana, tahoma, sans-serif;
	letter-spacing: -2px;
	font-size: 200%;
	border-bottom: 1px solid #FFF;
	padding-bottom: 5px;
	width: 75%;


}

#maincol a:link, #maincol a:visited { 
 color: #989836; 
 text-decoration: none; 
} 
#maincol a:active, #maincol a:hover { 
 color: #483817; 
 text-decoration: none; 
}


.clear { clear: both; }
