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

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background: #f6f6f6;
}
#menu_wrapper {
	margin: 0;
	height: 36px;
	background: #c0c0be;
	text-align: center;
}
#menu {
	margin: 0 auto;
	padding: 2px 0;
	width: 850px;
	text-align: left;
	line-height: 32px;
}
#header {
	clear: both;
	margin: 0 auto 1px auto;
	padding: 0;
	width: 850px;
	height: 107px;
	background: #fff url(../Images/header.jpg) top right no-repeat;
	text-align: left;
}
#wrapper {
	margin: 0 auto;
	width: 850px;
	background: white;
}
#content_frame {
	width: 850px;
	margin: 0 auto 0 auto;
	padding: 0 0 20px 0;
	text-align: center;
	font-size: 120%;
}
#submenu {
	width: 210px;
	float: left;
	text-align: left;
}
#search {
	height: 65px;
	background: #c1c2bd;
	font-size: 12px;
	font-weight: bold;
}
#content {
	width: 640px;
	float: left;
	text-align: left;
}
#content_heading {
	height: 65px;
	background: #666;
}
#content_body {
	margin: 10px;
}
#pageimage {
	float: right;
	text-align: right;
	margin: 0 0 20px 20px;
	padding: 0;
}
#pageimage img {
	margin: 0;
	padding: 0;
}
#footer_frame {
	clear: both;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
	background: #c0c0be;
}
#footer {
	margin: 0 auto;
	width: 850px;
	text-align: left;
}
#footer_left {
	width: 200px;
	float: left;
}
#footer_centre {
	width: 600px;
	float: left;
	text-align: center;
}
#footer_right {
	width: 200px;
	float: right;
	text-align: right;
}
#footer_bottom {
	clear: both;
	color: white;
	margin: 10px 0 0 0;
}
#footer_bottom_right {
	float: right;
	text-align: right;
}
