/* CSS Document */
body {
	background-color: #816D51;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-color:#333;
	line-height:18px;
	margin:5px;
}
#wrap {
	width:700px;
	padding:3px;
	border:1px dashed #D4BFAA;
	float:left;
	}
#header {
	width:700px;
	float:left;
	margin:0px;
	padding:0px;
	}
#content {
	background-color: #DFDFA9;
	/*background-image:url(../images/logo.gif);
	background-position:bottom left 50px;
	background-repeat:no-repeat;*/
	width:680px;
	float:left;
	margin:0px;
	padding:10px 10px 0px 10px;
	}
#footcontain {
	width:680px;
	float:left;
	margin:0px;
	padding:0px;
	}
#footer {
	width:700px;
	float:left;
	margin:0px;
	padding:0px 0px 5px 0px;
	background-color:#DFDFA9;
	}
h1 {
	font-size:20px;
	margin-bottom:0px;
	font-weight:bold;
	color:#7F7F55;
	}
p {
	padding-right:100px;
	}
#hnav {
	width:700px;
	float:left;
	margin:0px;
	padding:0px;
	}
#hmenu {
	width: 700px;  /* bmh */
	height: 27px;	
	}	 
html>#hmenu{
	width: 700px;
	} 

	/*  from A List Apart */
	/*  Horizontal nav */

#navmenu {
	margin: 0;
	padding: 0;
	}

#navmenu ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	clear: left;
	}

#navmenu ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	}

#navmenu ul li a {
	background-image:url(../images/but_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	width: 139px;
	line-height:2.3em;
	height: 26px;
	border-top: 0px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 0px solid #ccc;
	border-right: none;
	padding: 0px;
	margin-top:0px;
	color: #fff;
	text-decoration: none;
	display: block;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: xx-small;      
	voice-family: "\"}\"";   
	voice-family: inherit;   
	font-size: x-small;   
	}

html>#navmenu ul li a  {
	font-size: x-small;   
	} 

#navmenu ul li#one a	{
	width: 140px;
	border-left: solid 0px #ccc;
	}

#resources a:link, #resources a:visited {
	border-right: 1px solid #ccc;
	}

#navmenu ul li a:hover {
	color: #000;
	background-image:url(../images/but_bg_ov.jpg);
	background-repeat: repeat-x;
	background-position: top;	}

#navmenu a:active {
	background-image:url(../images/but_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	color: #fff;
	}
#content img {
	float:right;
	margin:5px;
	padding:3px;
	/*border:1px dashed #D4BFAA;*/ 
	}
.caption {
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333300;
	}
#leftcol {
	width:335px;
	float:left;
	margin:0px;
	padding:0px;
	}
#leftcol p {
	padding-right:10px;
	}	
#rightcol {
	width:325px;
	float:left;
	padding:0px;
	margin:0px;
	}
#rightcol img {
	padding:0px;
	margin:0px;
	float:left;
	}
#rightcol p {
	margin-bottom:5px;
	margin-top:0px;
	}					

