body {
	margin: 0;
	padding: 0;
	font-size: 12pt;
 	font-family: "Myriad Pro", Calibri, Arial, Verdana, Tahoma, sans-serif;
	background-color: #faebc6;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	float: left;
}
#main {
	width: 992px;
	margin: 0 auto;
	overflow: hidden;
	background-color: #e7c87d;
}
.header {
	width: 992px;
	height: 669px;
	float: right;
	background: url(../img/header_bg.jpg) right top no-repeat;
}
#title {
	width: 992px;
	height: 242px;
	float: left;
	background: url(../img/title_bg.jpg) left top no-repeat;
}
a.logo {
	width: 662px;
	height: 207px;
	margin-top: 35px;
	float: left;
	text-indent: -3000px;
	background: url(../img/logo.png) left top no-repeat;
	overflow: hidden;
}
.text {
	width: 356px;
	height: 427px;
	float: left;
	background: url(../img/text_bg.jpg) left bottom no-repeat;
}
#menu {
	width: 586px;
	height: 427px;
	float: right;
	padding-left: 50px;
	background: url(../img/menu_bg.jpg) left top no-repeat;
}
#menu ul {
	width: 275px;
	float: left;
	padding-top: 40px;
}
#menu a {
	display: block;
	width: 263px;
	margin: 0;
	padding: 0 6px;
	color: #ffffff;
	font-size: 11pt;
	text-decoration: none;
	vertical-align: bottom;
}
#menu a:hover {
	background-color: #e7c87d;
}
#menu li.selected a {
	color: #000000;
	background-color: #e7c87d;
}
#content {
	width: 882px;
	float: left;
	padding: 20px 45px 0 67px;
	background: url(../img/content_bg.gif) left top no-repeat;
}
.box {
	width: 570px;
	float: left;
}
.box img {
	margin: 18px 12px 0 0;
}
.box h1 {
	margin: 0;
	font-size: 26pt;
}
.box p {
	margin: 10px 25px 0 0;
}
.for_text {
	width: 305px; 
	float: right;
	padding-top: 25px;
}
.for_text img {
	margin-top: 15px;
}
#links {
	width: 545px;
	float: left;
	padding: 20px 0;
	text-align: center;
}
#links a {
	font-size: 10pt;
	color: #000000;
}
.google_center {
	width: 570px;
	float: left;
	text-align: center;
}
.google {
	display: block;
	width: 390px;
	margin: 0 auto;
}
.google form {
	margin: 0;
	padding: 20px 0;
}
.google img {
	display: block;
	margin: 3px 0 0 0;
}
#footer {
	width: 732px;
	height: 95px;
	float: left;
	padding-left: 305px;
	background: url(../img/footer_bg.gif) 45px 0 no-repeat;
}
.copyright {
	width: 658px;
	height: 34px;
	float: left;
	margin-top: 37px;
	text-indent: -3000px;
	overflow: hidden;
	background: url(../img/reserved.gif) right bottom no-repeat;
	border-top: #ffffff 1px solid;
}