body {
	background: #3c2307 url('images/body_bg.png');
	padding: 0;
	margin: 0;
	color: #3f2609;
	font-family: Tahoma, Geneva, sans-serif;
}

p, h1, h2, h3, h4, h5 {
	padding: 12px 35px;
}
h1, h2, h3, h4, h5 {
	text-align: right;
}

#contentWrapper {
	background: url('images/content_bg.png') repeat-y;
	width: 1068px;
	margin: 0 auto;
}

#head {
	background: url('images/head_bg.png') no-repeat;
	width: 1024px;
	height: 285px;
	margin: 0 auto;
}

#headLogo {
	background: url('images/head_logo.png') no-repeat;
	width: 550px;
	height: 273px;
	text-align: right;
	float: right;
	padding: 12px 12px 0 12px;
}
#headLogo h1 {
	color: #d3c63b;
	max-width: 288px;
	float: right;
	font-size: 1.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#menu {
	margin-left: -7px;
	width: 207px;
	float: left;
}

#menu ul {
	padding: 0;
	margin: 0;
}

#menu ul li {
	background: url('images/menu_bg.png') repeat-y;
	padding: 0 0 0 42px;
	list-style: none;
}

#foot {
	background: url('images/foot_bg.png') no-repeat;
	width: 1068px;
	height: 104px;
	margin: -16px auto 0 auto;
}

#leftComb {
	width: 100%;
	height: 100%;
	background: url('images/ll_comb.png') no-repeat bottom left;
}
	#centerComb {
	width: 100%;
	height: 100%;
	background: url('images/bg_comb.png') no-repeat center;
}
	#rightComb {
	width: 100%;
	height: 100%;
	background: url('images/lr_comb.png') no-repeat bottom right;
}
	
