body {
	margin: 0;
	background: #f7f4eb;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
}

#wrap {
	width: 1024px;
	margin: 0 auto;
}

#header {
	background-image: url('../images/headerbg.png');
	height: 133px;
}

#menu {
	float: left;
	margin-top: 93px;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#content {
	background: #fff;
	background-image: url('../images/contentbg.png');
	background-position: top;
	background-repeat: no-repeat;
	margin-left: 18px;
	width: 978px;
	float: left;;
}

#content_subpage {
	padding: 10px 37px 10px 37px;
}

#rightbgp {
	float: left;
}

#content_left {
	float: left;
	/*background: #00f;*/
	padding: 0 24px 0 16px;
	width: 409px;
}

#content_right {
	float: left;
	width: 500px;
}

#content_lower {
	padding-left: 16px;
}

h1,h2,h3,h4 {
	margin: 0;
	padding: 0;
}

h1 {
	color: #9f0402;
	font-size: 24px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
}

h2 {
	color: #9f0402;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

em, i {
	color:#b78c7c;
}

#footer {
	background: #ebe6d8;
	border-top: 1px solid #7d6161;
	border-bottom: 4px solid #360622;
	background-image: url('../images/footerbg.png');
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	color: #360622;
	font-size: 12px;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
}

#footer a {
	color: #360622;
	text-decoration: none;
}

#footer a:hover {
	text-decoration:underline;
}

#letterfromdirector {
	background: #c3bd9d;
	width: 390px;
	font-size: 12px;
	padding: 8px;
	color: #360622;
	line-height: 17px;
}