html {
	background-image: url(images/html_bg.jpg);
	background-repeat: repeat;

}
body {
	margin: 0;
	padding:0;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 1.5em;
	color: #b48842;
	width: 100%;
	display: table;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;

}
#container {
	width: 806px;
	margin: auto;
	background-image: url(images/html_bg.jpg);

}
#topmenu{
	margin: auto;
	width: 806px;

}
#topmenu      ul {

	list-style: none;

	padding: 0px;

	margin: 0px;

}
#topmenu      li{

	display: inline;

}
#topmenu     li     a{
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #beb052;
	width: 103px;
	height: 100px;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 12px;

}
#topmenu   li   a:hover, #topmenu   li   .current{
	color: #beb052;
	background-image: url(images/button_hover.jpg);
	background-repeat: no-repeat;
}
#topsection {
	float: left;
	margin-top: 0px;
	width: 806px;
	height: 270px;
	color: #c1b25d;
	font-size: 24px;
	font-weight: bold;
	padding-top: 0px;
	line-height: 1.6em;
	text-align: center;
	background: url(images/title_bg.jpg) no-repeat;

}
#content_section {
	float: left;
	width: 750px;
	text-align: justify;
	padding-left: 30px;

}
#content_section     img {

	float: left;

	padding-right: 20px;

}
#footer {
	float: left;
	margin: auto;
	margin-top: 20px;
	text-align: center;
	padding-top: 35px;
	width: 806px;
	height: 50px;
	background: url(images/footer.jpg) no-repeat;
	background-position: top;
	position: static;

}
