body {
	margin: 0;
	background: #d7cfa5 url(images/background.jpg) repeat-x top left;
	font: small 'trebuchet ms', sans-serif;
}

a {
	color: #9e5b07;
}

a:hover {
	color: #8b2809;
}

img {
	border: 0;
}

h1 {
	color: #6e1306;
	font: normal x-large 'trebuchet ms', sans-serif;
	margin-top: 0;
}

h2 {
	color: #5d5524;
	font: normal large 'trebuchet ms', sans-serif;
	margin-top: 0;
}

h2 a {
	text-decoration: none;
}

.center {
	text-align:center;
}

#all {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	width: 950px;
	background: #ebe8ce;
	border-left: 1px solid #9d5a07;
	border-right: 1px solid #9d5a07;
}

#topmenu {
	height: 27px;
	background: #97300c url(images/topmenubg.jpg) repeat-x top left;
	width: 950px;
	text-transform: uppercase;
}

#topmenuright {
	text-align: right;
	padding-top: 4px;
	padding-right: 20px;
}

#topmenuright a {
	color: #cdc397;
	text-decoration: none;
}

#topmenuright a:hover {
	color: #ffffff;
	text-decoration: none;
}

#logoarea {
	height: 226px;
	background: #c6b872 url(images/logoareabg.jpg) repeat-x top left;
	text-align: center;

}

#contain {
	position: relative;
}

#secondmenu {
	position:absolute;
	top: 199px;
	right: 0px;
	width: 140px;
	height: 23px;
	margin: 0px;
	z-index: 10;
	background: #bc8615 url(images/secondnavbg.jpg) repeat-x top left;
	text-align: right;
	padding-right: 20px;
	padding-top: 4px;
}

#secondmenu a {
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
}

#secondmenu a:hover {
	text-transform: uppercase;
	color: #dad19f;
	text-decoration: none;
}


#copyarea {
	margin: 20px;
	
}

#leftcol {
	width: 550px;
	float: left;

}

#rightcol {
	width: 320px;
	float: right;
}

#homeleftcol {
	width: 435px;
	float: left;

}

#homerightcol {
	width: 435px;
	float: right;
}

#footer {
	height: 27px;
	width: 950px;
	background: #97300c url(images/topmenubg.jpg) repeat-x top left;
	text-transform: uppercase;
	color: #dbd4a9;
}

#footerleft {
	padding-top: 4px;
	padding-left: 20px;
	float: left;
}

#footerright {
	padding-top: 4px;
	padding-right: 20px;
	float: right;
	text-align: right;
}

#footer a {
	color: #dbd4a9;
	text-decoration: none;
}

#footer a:hover {
	color: #ffffff;
}

.imageborder {
	border: 1px solid #000;
}