body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #FFFFFF;
}.header_bg {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.footer_bg {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


.menu{
	list-style-type: none;
	padding: 0;
	width: 184px;
	border-bottom-width: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	background-image: url(../images/menu.1.jpg);
}

.menu li a{
	color: #423d02;
	display: block;
	width: auto;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding-right: 0px;
	padding-bottom: 0px;
	background-image: url(images/menu_1.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	line-height: 32px;
	height: 36px;
	text-align: center;
}


* html .menu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
	width: 184px;
	height: 36px;
}

.menu li a:visited, .glossymenu li a:active{
	color: #423d02;
	text-decoration: none;
	height: 36px;
	width: 184px;
}

.menu li a:hover{
	background-image:   url(../images/menu.2.jpg);
	color: #000000;
	left: auto;
	line-height: 33px;
	text-decoration: none;
}

.bottem_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #473b02;
	text-decoration: none;
	line-height: inherit;
}
.bottem_link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	line-height: 1%;
}
