body {
	margin: 0;
	padding: 0;
	font-size: 12pt;
	font-family: "Myriad Pro", Calibri, Arial, Verdana, Tahoma, sans-serif;
	background-color: #ffffff;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	float: left;
}
#main {
	width: 750px;
	margin: 0 auto;
	overflow: hidden;
}
.header {
	width: 750px;
	height: 480px;
	float: left;
}
#title {
	width: 750px;
	height: 430px;
	float: left;
	background: url(../img/title_bg.jpg) left top no-repeat;
}
a.logo {
	width: 750px;
	height: 230px;
	float: left;
	margin-top: 200px;
	text-indent: -3000px;
	overflow: hidden;
	background: url(../img/logo.jpg) no-repeat;
}
.text {
	width: 750px;
	height: 50px;
	float: left;
	text-indent: -3000px;
	overflow: hidden;
	background: url(../img/text.jpg) left top no-repeat;
}
.column {
	width: 282px;
	float: left;
}
#menu {
	width: 269px;
	float: left;
	padding: 30px 0 20px 13px;
	background: #fee7a7 url(../img/home2.jpg) right bottom no-repeat;	
}
#menu ul {
	width: 250px;
	float: left;
}
#menu a {
	width: 240px;
	display: block;
	margin: 0;
	padding-left: 10px;
	color: #000000;
	font-size: 10pt;
	text-decoration: none;
}
#menu a:hover {
	color: #000000;
	background-color: #f9c351;
}
#menu li.selected a {
	color: #ffffff;
}
#content {
	width: 750px;
	float: left;
	background: #fcdf90 url(../img/home.jpg) right bottom no-repeat;
}
.center {
	width: 455px;
	float: right;
}
.center img {
	margin: 18px 12px 5px 10px; 
}
.center h1 {
	width: 430px;
	margin: 30px 0 0 0;
	padding-left: 8px;
	font-size: 26pt;
	background-color: #f9c351;
}
.center p {
	margin: 12px 15px 12px 10px;
}
#links {
	width: 455px;
	float: right;
	padding: 12px 0;
	text-align: center;
}
#links a {
	font-size: 10pt;
	color: #000000;
}
#links a:hover {
	color: #a01802;
}
.google_center {
	width: 455px;
	float: right;
	text-align: center;
	background: url(../img/google_bg.gif) no-repeat;
}
.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: 750px;
	height: 105px;
	float: left;
}
.copyright {
	width: 750px;
	height: 105px;
	float: left;
	float: left;
	text-indent: -3000px;
	overflow: hidden;
	background: #fcdf90 url(../img/copyright.jpg) right top no-repeat;
}