body, a, img, form, div, ul, li, h1, h2, h3, h4, h5, table, tr, td, p, span {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	background-color: #eee7c4;
	margin: 0px;
	color: #666666;
	background-image: url('../img/bg.jpg');
	background-repeat: repeat-x;

}



.top {width: 805px; height: 147px; margin-top: 105px; position: absolute; background-image: url('../img/top.jpg');}
.title { color: #5a4e11; font-weight: bold; font-size: 22px; position: absolute; margin: 40px 0 0 40px; }
.top_links { width: 805px; position: absolute; margin-top: 39px; }
.top_links ul { list-style-type: none; float: right; margin-right: 0px; }
.top_links a { padding: 10px 20px; color: #eee7c4; display: block; background-color: #9b9473; text-decoration: none; }
.top_links a:hover { background-color: #eee7c4; color: #9b9473; }
.top_links li { display: inline; float: left; }

.clear { clear: both; }

.main { }
.menu { float: left; display: inline;  list-style-type: none; margin: 310px 0 15px 20px; width: 203px; }
.menu li { padding: 4px 0 4px 0; }
.menu a { color: #9b9473; text-decoration: none; }
.menu a:hover { color: #5a4e11; font-weight: bold; }

.content { float: left; display: inline; padding: 15px; background-image: url('../img/content_bg.jpg'); background-repeat: repeat-y; width: 500px; margin: 292px 0 0 0px; }
.content h1 { font-size: 16px; margin: 0 0 10px 0; }

.footer1 { background-color: #d5cda1; height: 43px; margin-top: 30px; }

.footer2 { color: #847b50; background-color: #b9af7e; padding: 10px 20px; }
.footer2 ul { clear: both; list-style-type: none; }
.footer2 li { float: left; display: inline; margin-right: 25px; }
.footer2 a { color: #5a4e11; text-decoration: none; }
.footer2 a:hover { text-decoration: underline; }

