body { 
  background:#7391E8;
  margin:0;
  padding:0;
	font-size: 14px;
 	font-family: "Myriad Pro", Calibri, Arial, Verdana, Tahoma, sans-serif;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	float: left;
	vertical-align: bottom;
}
#main {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	background-color: #a4bcff;
}
.header {
	width: 1000px;
	height: 567px;
	float: left;
}
a.logo {
	width: 363px;
	height: 441px;
	display: block;
	float: left;
	text-indent: -3000px;
	background: url(../img/logo.jpg) no-repeat;
	overflow: hidden;
}
.bg {
	width: 251px;
	height: 441px;
	float: left;
	background-color: #ffffff;
}
#menu {
	width: 251px;
	height: 441px;
	float: left;
	background: url(../img/menu_bg.gif) no-repeat;
	background-position: right bottom;
}
#menu ul {
	width: 200px;
	margin: 30px 0 0 15px;
}
#menu a {
	width: 200px;
	display: block;
	padding-left: 5px;
	color: #a4bcfe;
	text-decoration: none;	
}
#menu a:hover {
	color: #ffffff;
	background-color: #a4bcfe;
}
#menu li.selected a {
	color: #0d339b;
}
.text {
	width: 337px;
	height: 441px;
	float: left;
	background: url(../img/text.gif) no-repeat;
	background-position: 25px 25px;
	overflow: hidden;
}
.text2 {
	width: 1000px;
	height: 126px;
	float: left;
	background: url(../img/text2.jpg) no-repeat;
}
.text p,
.text2 p,
#footer p {
	float: left;
	text-indent: -3000px;
	overflow: hidden;
}
#content {
	width: 1000px;
	float: left;
	background: url(../img/content_bg.gif) no-repeat;
	background-position: left bottom;
}
.box {
	width: 729px;
	float: left;
	background: url(../img/center_bg.gif) no-repeat;
	background-position: right bottom;
}
.center {
	width: 729px;
	margin-right: 24px;
	margin-left: 247px;
	float: right;
	background-color: #ffffff;
}
.center img {
	margin: 18px 12px 5px 40px;
	float: left;
}
.center h1 {
	margin: 0 0 0 40px;
	padding-bottom: 10px;
	font-size: 36px;
	font-weight: normal;
}
.center p {
	margin: 12px 40px;
	color: #2b4da8;
}

#links {
	width: 729px;
	float: left;
	padding: 10px 0;
	text-align: center;
}
#links a {
	font-size: 12px;
	color: #a4bcfe;
}
#links a:hover {
	color: #0d339b;
}
.google_center {
	width: 729px;
	float: left;
	margin-top: 25px;
	text-align: center;	
}
.google {
	display: block;
	width: 380px;
	margin: 0 auto;	
}
.google form {
	margin: 0;
	padding: 20px 0;	
}
.google img {
	margin: 0;
}
#footer {
	width: 1000px;
	height: 123px;
	float: left;
	background: url(../img/copyright.gif) no-repeat;
}