@charset "utf-8";
/* CSS Document */

html, body, ul, ol, li, form, fieldset, legend {
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5, h6{
	margin-top:0;
	font-weight:bold;
}
fieldset, img{
	border:0;
}
legend{
	color: #000; /* to overcome IE issue of creating this in a color */
}
input, textarea, select, button{
	font-family: arial, helvetica, sans-serif;
	font-size:110%;
	line-height:1.1;
}
button{ /* to solve IE issues */
	width:auto;
	overflow:visible;
}
table{
	border-collapse: collapse; /* The border-collapse property sets whether the table borders are collapsed into a single border or detached as in standard HTML. */
	border-spacing: 0;
}
li{
	list-style: none;
}
pre, code{
	font-family: "Courier New", monospace, serif;
	font-size: 100%;
	line-height: 1.2;	
}
.clear{
	clear:both;
	visibility:collapse;
}
/**************************************************/
body{
	background-color: #7B5E20;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
#page-wrapper{
	width:960px;
	margin:auto;
	padding:0;
}
#header, #main-wrapper{
	width:960px;
	margin:0;
	padding:0;
}
#menu{
	margin:0;
	padding:3px 0 0 10px;
	width:946px;
	background:#896D31;
	height:17px;
	border:2px solid #FFFEE4;
	color:#FFFEE4;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
}
#menu ul{
	list-style:none;
	display:block;
	text-transform:uppercase;
}
#menu ul li, #menu ul li a{
	display: inline;
	list-style:none;
	padding-right: 17px;
}
#menu ul li a:hover{
	color:#896D31;
}
.main-wrapper{
	margin:0;
	padding:0;
	margin-left: auto;  
	margin-right: auto;  
}
.leftcol, .rightcol{
	float:left;
	background:none;
	padding:20px 15px 20px 13px;
}
.leftcol{
	width:676px;
	border-left:2px solid #FFFEE4;
	border-right:2px solid #FFFEE4;
	background:#E3E0B8;
	
}
.rightcol{
	width:224px;
	background:#C1AB78;
}
.footer{
	text-align:center;
	padding-top:35px;
}
.footermenu ul{
	list-style:none;
	display:block;
}
.footermenu ul li, .footermenu ul li a{
	display: inline;
	list-style:none;
	padding-right: 15px;
	text-decoration:underline;
}
h1, h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#000000;
	font-weight:bolder;
}
h2{ 
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#4A5B00;
	font-style:italic;
	font-weight:bold;
}