body {
	margin: 0;
	padding: 0;
	font-size: 12pt;
 	font-family: "Myriad Pro", Calibri, Arial, Verdana, Tahoma, sans-serif;
	color: #878787;
	background-color: #f5f5f5;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	float: left;
}
#main {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	background-color: #ffffff;
}
.header {
	width: 1000px;
	height: 404px;
	float: right;
	background: #ebebeb url(../img/menu_bg.gif) right bottom no-repeat;
}
#title {
	width: 624px;
	height: 404px;
	float: left;
	background: url(../img/title_bg.jpg) left bottom no-repeat;
}
a.logo {
	width: 624px;
	height: 182px;
	float: left;
	text-indent: -3000px;
	background: url(../img/logo.jpg) left top no-repeat;
	overflow: hidden;
}
#menu {
	width: 321px;
	height: 404px;
	float: right;
	padding-left: 55px; 
}
#menu ul {
	width: 266px;
	padding-top: 15px; 
	text-align: center; 
}
#menu a {
	display: block;
	width: 266px;
	margin: 0;
	color: #b2b2b2;
	font-size: 11pt;
	text-decoration: none;
	vertical-align: bottom;
}
#menu a:hover {
	color: #000000;
	background-color: #ffffff;
}
#menu li.selected a {
	color: #f52390;
}
#content {
	width: 960px;
	float: left;
	padding: 30px 40px 30px 0;	
	background: url(../img/content_bg.gif) 15px 30px no-repeat;
}
.left {
	width: 605px;
	float: left;
}
.box {
	width: 480px;			   
	float: left;
	padding-left: 125px;
}
.box img {
	margin: 18px 12px 0 0;
}
.box h1 {
	margin: 0;
	font-size: 26pt;
}
.box p {
	margin: 10px 0 0 0;
}
.for_text {
	width: 315px;
	float: right;
}
.for_text img {
	margin-right: 20px;
}
#links {
	width: 480px;
	float: left;
	padding: 20px 0;
	text-align: center;
}
#links a {
	font-size: 10pt;
	color: #878787;
}
#links a:hover {
	color: #000000;
}
.google_center {
	width: 480px;
	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: 357px;
	height: 51px;
	margin-top: 20px;
	float: left;
}
.copyright {
	width: 357px;
	height: 51px;
	float: left;
	text-indent: -3000px;
	overflow: hidden;
	background: url(../img/copyright.gif) left top no-repeat;
}