body {
	padding: 0px;
	margin: 0px;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-image: url(images/bk.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #080603;
 }
div, td {
	font-family: Georgia, Verdana, Tahoma, Arial;
	font-size: 11px;
	color: #fff;

}
.bottom-border-hov{
	text-decoration: underline;
	font-weight: bold;
	color: #90764A;
	text-transform: uppercase;
}


input, textarea, select {
	background-color: #E9DFCB;
	color: #000;
	font-family: Georgia, Verdana, Tahoma, Arial;
	font-size: 11px;	
}
.button {
	background-color: #80612C;
	border-top: 1px solid #9B875F;
	border-left: 1px solid #9B875F;
	border-bottom: 1px solid #2A200F;
	border-right: 1px solid #2A200F;	
		
	color: #fff;
	font-weight: bold;
}
#cont {
	WIDTH: 700px;
/*	overflow: auto;*/
}
#header{
/*	overflow: auto;*/
	height: 99px;
}
#navbar{
	background-image: url(images/navbar.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 24px;
	padding-left: 20px;
	padding-top: 0px;
	text-align: left;
}
#logo{
	float: left;
	height: 99px;
	width: 194px;
	background-image: url(images/logo.gif);
	background-repeat: repeat-x;
	background-position: left top;	
}
#header-pic{
	margin-top: 10px;
}
#topnav{
	float: right;
	padding-top: 60px;
	color: #846738;
}
#topnav a {
	color: #846738;
}
#topnav a:hover {
	background-color: #846738;
	color: #4F3C1D;
	text-decoration: none;
}

a {
	text-decoration: none;
	color: #E4D0A5;
}
a:hover {
	text-decoration: underline;
}
#header-bottom{
	background-image: url(images/header-below.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 13px;
}
.title{
	font-weight: bold;
	font-size: 16px;
}
a.readmore-link{
	color: #E4D0A5;
}
a:hover.readmore-link {
	background-color: #967741;
	color: #000;
	text-decoration: none;
}
#footer{
	text-align: left;
	margin-top: 5px;
	font-size: 10px;
	padding-bottom: 40px;
}
#content {
	padding: 10px;
	padding-top: 0px;	
	background-color: #513D1B;
}
.content-cont{
	border: 1px solid #684D21;
	padding: 20px;
	text-align: left;

}
#foot-right{
/*	float: right;*/
	text-align: center;
	padding-top: 10px;
	color: #857C6B;
}
#foot-left{
	float: left;
	color: #857C6B;	
}
#foot-right a{
	color: #675F50;
	text-decoration: underline;
}
#foot-right a:hover{
	text-decoration: none;
}
h4 {
	font-size: 11px
}
h3 {
	font-size: 12px;
	color: #E4D0A5;
}
h2{
	font-size: 12px;
}
h1{
	font-size: 12px;
}