body {
	margin: 0;
	padding: 0;
	font-size: 12pt;
 	font-family: "Myriad Pro", Calibri, Arial, Verdana, Tahoma, sans-serif;
	background-color: #eeeeee;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	display: block;
	float: left;
}
#main {
	width: 723px;		     
	margin: 0 auto;
	overflow: hidden;
}
.header {
	width: 683px;	 
	height: 318px;
	float: left;
	padding-left: 40px;
	background-color: #cbcbcb;
}
#title {
	width: 642px;
	height: 318px;
	float: left;
	background: url(../img/title_bg.jpg) left bottom no-repeat;
}
a.logo {
	width: 642px;
	height: 131px;
	display: block;
	float: left;
	text-indent: -3000px;
	background: url(../img/logo.jpg) left top no-repeat;
	overflow: hidden;
}
.bg_left {
	width: 723px;
	float: left;
	background: url(../img/bg_left.gif) left top repeat-y;
}
.bg_right {
	width: 723px;
	float: right;
	background: url(../img/bg_right.gif) right top repeat-y;
}
.bg {
	float: left;
	background-color: #facb7a;
}
#menu {	   
	width: 659px;
	float: left;
	padding-left: 64px;
	background: url(../img/menu_bg.jpg) left top no-repeat;
}
#menu ul {
	width: 542px;
	float: left;
	padding: 10px 2px;
	border: #cbcbcb 25px solid;
	background-color: #ffffff;
	opacity: 0.8;
	filter:alpha(opacity=80);
}
#menu a {
	display: block;
	width: 532px;
	margin: 0;
	padding: 0 5px;
	color: #000000;
	font-size: 9pt;
	text-decoration: none;
}
#menu a:hover {
	color: #ffffff;
	background-color: #e0442e;
}
#menu li.selected a {
	color: #cf7200;
}
#content {
	width: 723px;
	float: left;	
} 
.center {
	width: 570px;
	float: left;
	padding: 0 35px;
	background-color: #facb7a;
	border-left: #e0442e 41px solid;
	border-right: #e0442e 42px solid;	
}
.center h1 {
	width: 546px;
	margin: 20px 0 0 13px;
	text-align: center;
	color: #ffffff;
	font-size: 19pt;
	font-weight: normal;
	background: url(../img/h1_bg.jpg);
}
.center p {
	margin: 12px 0;
}
.center img {
	display: block;
	margin: 18px 12px 5px 0;
	float: left;
}
#links {
	width: 570px;
	float: left;
	padding: 25px 0;
	text-align: center;
}
#links a {
	font-size: 9pt;
	color: #000000;
}
#links a:hover {
	color: #e0442e;
}
.google {
	width: 380px;
	float: left;
	padding: 10px 0 10px 90px;
}
.google form {
	margin: 0;
} 
.google img {
	margin: 0;
	display: block;
}
#footer {
	width: 723px;
	height: 36px;
	float: left;
	background: url(../img/footer_bg.jpg) left top repeat-x;	
}
.copyright {
	width: 723px;
	height: 36px;
	background: url(../img/copyright.jpg) 264px 9px no-repeat;
}