* {
	margin: 0;
	padding: 0;
}
body {
	background: #FFE480 url(../images/bg.png) repeat-y center;
}
h1, h2, h3, h4, h5, h6 {
	margin: 15px 0 5px 0 !important;
	font-family: "Book Antiqua", "Times New Roman";
	color: #965a1e;
}
h1 { font-size: 22px; }
h2 { font-size: 18px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 14px; }
p, td, th, li {
	margin: 10px 0;
	font: 12px sans-serif;
	line-height: 20px;
}
li {
	margin: 0 0 0 20px;
}
a {
	color: #965a1e;
}
a img {
	border: 0;
}
#wrappertop {
	background: url(../images/header_bg.png) repeat-x top;
	clear: both;
}
#wrapperbottom {
	background: url(../images/footer_bg.png) repeat-x top;
	clear: both;
}
.shadows {
	width: 780px;
	margin: 0 auto 0 auto;
}
#shadowleft {
	background: url(../images/shadow_left.gif) repeat-y left;
	padding: 0 0 0 30px;
}
#shadowright {
	background: url(../images/shadow_right.gif) repeat-y right;
	padding: 0 30px 0 0;
}
#headerleftbg {
	background: url(../images/header_wrapper_bg_left.png) no-repeat top left;
	padding: 0 0 0 30px;
}
#headerrightbg {
	background: url(../images/header_wrapper_bg_right.png) no-repeat top right;
	padding: 0 30px 0 0;
}
#header {
	min-height: 226px;
}
#content {
	padding: 1px 0 1px 0;
}
#footer {
	min-height: 45px;
	background: url(../images/footer_middle_bg.png) repeat-x top;
}
#footerleftbg {
	background: url(../images/footer_wrapper_bg_left.png) no-repeat top left;
	padding: 0 0 0 30px;
}
#footerrightbg {
	background: url(../images/footer_wrapper_bg_right.png) no-repeat top right;
	padding: 0 30px 0 0;
}
#footer * {
	color: White;
	font-size: 10px;
}
#footer ul {
	list-style: none;
}
#footer li {
	margin: 0 15px 0 15px;
	padding-top: 5px;
	float: left;
}
#website_by_line {
	float: right;
}
#leftmenu ul {
	list-style: none;
	width: 170px;
	float: left;
	padding-top: 8px;
}
#leftmenu li{
	margin: 0;
	padding: 10px 20px 7px 15px;
	background: url(../images/leftmenu_bg.gif) no-repeat bottom right;
}
#leftmenu * {
	text-decoration: none;
	color: #965a1e;
	font-size: 16px;
	font-family: "Book Antiqua", "Times New Roman";
	font-weight: bold;
}
#content {
	min-height: 300px;
}
#text {
	margin-left: 180px;
	padding: 0 20px 20px 20px;
}
.content {
	background-color: #fff2bf;
}
.note {
	border: 1px solid #965a1e;
	padding: 5px 15px;
}
.gallery_img {
	width: 120px;
	height: 110px;
	text-align: center;
	vertical-align: top;
	padding: 10px 0px 10px 0;
	float: left;
}
.gallery_img img {
	border: 1px solid #965a1e;
}
