body {
	margin: 0;
	padding: 0;
	font-size: 12pt;
 	font-family: "Myriad Pro", Calibri, Arial, Verdana, Tahoma, sans-serif;
	background-color: #c0c0c0;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	float: left;
	vertical-align: bottom;
}
#main {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	background-color: #e9e4df;
}
.box {
	width: 1000px;
	float: left;
	background: url(../img/main_bg.gif) repeat-y;
	background-position: right top;
}
.header {
	width: 865px;
	height: 239px;
	float: left;
}
.title {
	width: 526px;
	height: 239px;
	float: left;
}
a.logo {
	width: 526px;
	height: 239px;
	display: block;
	float: left;
	text-indent: -3000px;
	background: url(../img/logo.gif) no-repeat;
	overflow: hidden;
}
.text img {
	width: 339px;
	height: 207px;
	float: right;
	border: none;
}
#content {
	width: 865px;
	float: left;
}
.column {
	width: 342px;
	float: left;
	background: url(../img/column_bg.gif) no-repeat;
	background-position: left bottom;
}
.bg {
	width: 307px;
	float: left; 
	background: url(../img/menu_bg.gif) no-repeat;
	background-position: 31px 0;
}
#menu {
	width: 277px;
	float: right;	
}
#menu ul {
	width: 248px;
	margin: 103px 0  277px 0;
	padding: 18px 0 18px 28px;
	background-color: #d7cdc5;
}
#menu a {
	width: 210px;
	display: block;
	margin: 0;
	padding-left: 10px;
	color: #84493a;
	text-decoration: none;
}
#menu a:hover {
	color: #ffffff;
	background-color: #ac6f60;
}
#menu li.selected a {
	color: #492319;
}
.center {
	width: 523px;
	float: right;
	background-color: #ffffff;
}
.center img {
	margin: 18px 12px 5px 15px;
	float: left;
}
.center h1 {
	margin: 11px 0 0 15px;
	color: #84493a;
	font-size: 24px;
}
.center p {
	margin: 12px 50px 12px 15px;
	color: #84493a;
}
#links {
	width: 493px;
	float: left;
	padding: 12px 15px;
	text-align: center;
}
#links a {
	font-size: 12px;
	color: #84493a;
}
#links a:hover {
	color: #933333;
}
.google_center {
	width: 523px;
	float: right;
	text-align: center;
	background: url(../img/google_bg.gif) no-repeat;	
}
.google {
	display: block;
	width: 380px;
	margin: 0 auto;	
}
.google form {
	margin: 0;
	padding: 20px 0;	
}
.google img {
	margin: 0;
}
#footer {
	width: 865px;
	height: 190px;
	float: left;
	margin-top: 28px;
	background: url(../img/footer_bg.gif) no-repeat;
	background-position: right top;
}
.copyright {
	width: 408px;
	height: 133px;
	float: left;	
	background: url(../img/copyright_bg.gif) no-repeat;
	background-position: 9px 0;
}
.copyright p {
	float: left;
	text-indent: -3000px;
	overflow: hidden;
}