html,body {
	height: 100%;
}
body {
	font: 14px "Lucida Sans", "Lucida Grande", Arial, sans-serifl;
	color: #303030;
	margin: 0;
	background: url('../images/body-bg.jpg');
}
img {
	border: none;
	display:block;
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
#page {
	width: 950px;
	margin: 0 auto;
	min-height: 100%;
}
* html #page {
	height: 100%;
}
#page:after {
	content:"";
	display:block;
	clear:both;
}
#main{
	width:915px;
	margin:0 17px 0 18px;
	position:relative;
	padding:279px 0 0 0;
}
#main:after {
	content:"";
	display:block;
	clear:both;
}
#header {
	overflow: hidden;
	width:100%;
	height:279px;
	position:absolute;
	top:0;
	left:0;
	z-index:90;
	background:url(../images/header-bg.jpg) no-repeat;
}
.header-top h2{
	font:34px/40px Georgia, "Times New Roman", Times, serif;
	margin:0;
	color:#b8af98;
	font-weight:normal;
}
.header-top h2 span{
	letter-spacing:7px;
}
.header-top .number{
	font-size:32px;
	color:#8a8371;
}
.header-top{
	width:305px;
	overflow:hidden;
	padding:145px 0 0 45px;
	float:left;
}
.logo {
	position:absolute;
	top:13px;
	left:-61px;
	z-index:100;
	margin:0;
}
.logo a {
	display: block;
	text-indent: -3000px;
	width: 408px;
	height: 121px;
	outline:none;
	background: url('../images/logo.gif') no-repeat;
}
.img-right{
	float:right;
	margin:3px 8px 0 0;
}
.img-left{
	float:right;
	margin:3px 78px 0 0;
}
#content-div{
	width:915px;
	overflow:hidden;
	padding-bottom:210px;
}
#content{
	width:915px;
	overflow:hidden;
	background:#390e0b url(../images/content-top.gif) repeat-x
}
.content-top{
	width:900px;
	overflow:hidden;
	background:#dbd3c1 url(../images/content-bg.gif) repeat-x;
	margin: 0 8px 0 7px;
}
.content-up{
	width:915px;
	overflow:hidden;
	background:url(../images/content-up.gif) no-repeat;
	margin:0 -8px 0 -7px;
}
.content-bottom{
	width:915px;
	background:url(../images/content-bottom.gif) no-repeat 0 100%;
	overflow:hidden;
}
.left-box{
	width:236px;
	overflow:hidden;
	padding:4px 0 0 34px;
	float:left;
}
.navigation{
	width:100%;
	margin:0;
	padding:6px 0 0 0;
	list-style:none;
	overflow:hidden;
	font-size:12px;
	background:url(../images/navigation-bg.gif) no-repeat;
}
.navigation li{
	padding:0 0 2px 0;
	line-height:14px;
	font-weight:bold;
}
.navigation li a{
	color:#5c4c25;
	background:url(../images/nav-a-bg.gif) no-repeat;
	padding:10px 0 10px 21px;
	display:block;
}
.navigation li a:hover,
.navigation li a.active{
	background:url(../images/nav-a-hover.gif) repeat-x;
	text-decoration:none;
}
.right-box{
	width:561px;
	overflow:hidden;
	float:right;
	padding:37px 42px 17px 0;
}
.right-box h2{
	margin:0;
	font:26px/30px Georgia, "Times New Roman", Times, serif;
	color:#9c3d3d;
	background:url(../images/right-h2-bg.gif) no-repeat;
	overflow:hidden;
	padding:2px 0 25px 47px;
	font-weight:normal;
}
.right-box p{
	margin:0;
	line-height:24px;
	word-spacing:3px;
	padding:0 0 17px 0;
}
.right-box a{
	color:#303030;
	text-decoration:underline;
}
.right-box a:hover{
	text-decoration:none;
}
#footer{
	width:915px;
	overflow:hidden;
	margin:0 auto;
	height:190px;
	padding:20px 0 0 0;
	margin-top:-210px;
	background:url(../images/footer-bg.gif) repeat-y;
	text-align:center;
}
#footer p{
	margin:0;
	color:#8a8371;
	line-height:16px;
	font-weight:bold;
}







