* {
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial;
	color: #000;
	font-size: 11px;
	background-color: #821C05;
}

a {
	text-decoration: none;
	color: #000;
}

#page{
	width: 972px;
	margin: 0px auto;
}

#headtop {
	background-image: url(../images/header_bgr.jpg);
	background-repeat: repeat-x;
	height: 239px;
	width: 100%;
}

#header {
	margin-top: -239px;
	position: relative;
}

ul.menu_a {
	clear: both;
	width: 972px;
}

ul.menu_b {
	clear: both;
	width: 972px;
}

ul.menu_a li {
	float: left;
	height: 47px;
	list-style: none;
}

ul.menu_b li {
	float: left;
	height: 54px;
	list-style: none;
}

h1 {
	background-image: url(../images/header.jpg);
	height: 138px;
	width: 972px;
	background-repeat: no-repeat;
}

.main_inh {
	width: 193px;
	float: left;
}

p.preinh {
	background-image: url(../images/main_top.jpg);
	background-repeat: no-repeat;
	height: 13px;
	width: 193px;
}

.postinh {
	background-image: url(../images/main_foot.jpg);
	background-repeat: no-repeat;
	height: 68px;
	width: 193px;
	display: block;
}

.inh {
	background-image: url(../images/main_content.jpg);
	background-repeat: repeat-y;
	width: 163px;
	padding: 5px 15px 0px 15px;
}

#main_left {
	float: left;
	width: 772px;	
}

#main_right {
	float: right;
	width: 193px;
}

#main_left .main_inh .inh { height: 300px; }


#footer {
	clear: both;
	height: 30px;
	padding-top: 17px;
	width: 972px;
	background-image: url(../images/footer.jpg);
	
}
