body {
	margin: 0;
	padding: 0;
	color: #000000;
	font-size: 10pt;
 	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: 1000px;
	margin: 0 auto;
	overflow: hidden;
	background: url(../img/bg.gif) right top repeat-y;
}
#header {
	width: 1000px;
	height: 300px;
}
#title {
	width: 1000px;
	height: 300px;
	float: left;
	background: url(../img/title.gif) 631px 81px no-repeat;
}
a.logo {
	width: 632px;
	height: 300px;
	float: left;
	text-indent: -3000px;
	overflow: hidden;
	background: url(../img/logo.jpg) left top no-repeat;
}
.column_left {
	width: 280px;
	float: left;
}
#menu {
	width: 280px;
	float: left;
}
#menu ul {
	width: 250px;
	float: left;
	padding: 10px 0 0 25px;
}
#menu a {
	display: block;
	width: 190px;
	margin: 0;
	padding-left: 10px;
	color: #000000;
	font-size: 10pt;
	text-decoration: none;
}
#menu a:hover {
	background-color: #ff7f00;
}
#menu li.selected a {
	color: #ff7f00;
}
.text {
	width: 280px;
	height: 210px;
	float: left;
	background: url(../img/text.gif) 35px 35px no-repeat;
}
.box {
	width: 720px;
	float: right;
}
#content {
	width: 520px;
	float: left;
}
.image img {
	margin: 18px 12px 5px 0; 
}
#content h1 {
	color: #ff7f00;
	margin: 0;
	font-size: 26pt;
}
#content p {
	margin: 12px 0;
}
#links {
	width: 520px;
	float: left;
	padding: 12px 0;
	font-size: 11pt;
	text-align: center;
}
#links a {
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
}
#links a:hover {
	color: #ff7f00;
	text-decoration: underline;
}
.google_center {
	width: 520px;
	float: left;
}
.google {
	display: block;
	width: 390px;
	margin: 0 auto;	
}
.google form {
	margin: 0;
	padding: 15px 0;	
}
.google img {
	display: block;
	margin: 3px 0 0 0;
}
.inform {
	width: 730px;
	height: 170px;
	float: right;
}
.text1 {
	width: 540px;
	height: 90px;
	float: left;
	background: url(../img/text1.gif) left top no-repeat;
}
.text2 {
	width: 540px;
	height: 80px;
	float: left;
	background: url(../img/text2.gif) left top no-repeat;
}
.text p,
.inform p,
.copyright {
	float: left;
	text-indent: -5000px;
	overflow: hidden;
}
#footer {
	width: 1000px;
	height: 250px;
	margin-top: 25px;
	float: left;
}
.copyright {
	width: 270px;
	height: 250px;
	float: left;
	background: url(../img/copy.jpg) 37px top no-repeat;	
}