/* this layout based on an article on A List Apart on css multi-column layout: http://www.alistapart.com/articles/negativemargins/ */
body {
	margin: 0;
	background-color: #f9f9e0;
	text-align: center;
	border-bottom: 20px solid #2a593b;
	}
#outer_wrapper {
}
#wrapper {
	background: url(images/herdbg.gif) repeat-y right;
}
#container {
	width: 100%;
	float: left;
	margin-right: -388px;
	border-top: 20px solid #962c19;
}
#content {
	margin-right: 380px;
	margin-left: 15px;
}
#content .text {
	text-align: left;
	line-height: 18pt;
}
#content .topimage {
	margin-right: 15px;
}
#container1 {
	width: 100%;
	float: left;
	margin-right: -258px;
	border-top: 20px solid #962c19;
}
#content1 {
	margin-right: 250px;
	margin-left: 15px;
}
#content1 .text {
	text-align: left;
	line-height: 18pt;
}
#content1 .topimage {
	margin-right: 15px;
}
#herdmenu {
	width: 230px;
	float: right;
	font: 9pt Lucida Sans, sans-serif;
	text-align: left;
	line-height: 15pt;
	border-top: 20px solid #c08146;
	padding-left: 8px;
}
#herdmenu h1 {
	font: 36pt Garamond, serif lighter;
	color: #2a593b;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
}
.last {
	margin-bottom: 0;
}
.clearing {
	height: 0;
	clear: both;
}
.herdlist {
	margin-top: 0;
	margin-left: 8px;
	margin-bottom: 0;
}	
.herdlist a {
	text-decoration: none;
	color: #c08146;
}
.herdlist a:hover {
	text-decoration: underline;
}
#menu {
	width: 175px;
   padding : 7px;
	margin-top: 10px;
}
#menu a {
   background-color : #f9f9e0;
   color : #033;
   padding : 2px;
   text-decoration : none;
   font : 9pt Verdana, Helvetica, sans-serif;
   display : block;
   margin : 8px 0;
	border-left: 18px solid #962c19;
	text-align: left;
}
#menu a:hover {
	border-left: 18px solid #E8DC72;
}
.details {
	background-color: white;
   font : 9pt Verdana, Helvetica, sans-serif;
	line-height: 14pt;
}	
.details2 {
	background-color: white;
   font : 8pt Verdana, Helvetica, sans-serif;
}	
.odd {
	background-color: #F6F6D8;
}

.even {
	background-color: #f8f5ee;
}
