@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#bg {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}
#wrapper {
	width: 875px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 356px;
	position: relative;
}
#middle {
	height: 256px;
	background-image: url(../images/middle.jpg);
	background-repeat: repeat-x;
	position: relative;
	background-position: center;
}
#footer {
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-y;
	height: 150px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #a7bda7;
	padding-top: 25px;
	position: relative;
	background-position: center;
}
#right {
	float: right;
	width: 400px;
	height: 213px;
	background-image: url(../images/right_bg.jpg);
	background-repeat: no-repeat;
	padding-left: 50px;
	padding-right: 75px;
	padding-top: 25px;
}
#clear {
	clear: both;
	height: 1px;
	width: 1px;
}

#footer a {
	color: #a7bda7;
	text-decoration: none;
}
#footer a:hover {
	color: #FFF;
	text-decoration: underline;
}
#nav {
	float: left;
	width: 185px;
	height: 220px;
	padding-left: 165px;
	padding-top: 5px;
}
#text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5c8660;
	line-height: 18px;
	font-weight: bold;
}
#address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #999;
	margin-top: 15px;
}
#buttons ul li {
	display: inline;
	float: left;
	margin-right: 15px;
}
#buttons {
	position: relative;
	margin-top: 25px;
	height: 37px;
}

