body {
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-size: 12pt;
	font-family: "Myriad Pro", Calibri, Arial, Verdana, Tahoma, sans-serif;
	background-color: #000000;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	float: left;
}
a {
	color: #ffffff;
	text-decoration: none;	
}
#main {
	width: 900px;
	margin: 0 auto;
	overflow: hidden;
}
.header {
	width: 900px;		 
	height: 481px;
	float: left;
}
.header img {
	display: block;
	float: right;
}
#title {
	width: 665px;
	height: 481px;
	float: left;
	background: url(../img/title.jpg) left top no-repeat;
}
a.logo {
	width: 375px;
	height: 100px;
	float: left;
	margin-top: 270px;
	text-indent: -3000px;
	overflow: hidden;
	background: url(../img/logo.jpg) left top no-repeat;
}
.box {
	width: 900px;
	float: left;
	background: url(../img/box.jpg) 220px bottom no-repeat;	
}
#menu {
	width: 360px;
	float: left; 
	padding-bottom: 170px;
	background: url(../img/menu.jpg) 105px bottom no-repeat;	
}
#menu ul {
	width: 260px;
	float: left;
	padding: 46px 0 0 84px;
	background: url(../img/ul.jpg) left bottom no-repeat;
}
#menu a {
	display: block;			 
	width: 250px;
	margin: 0;
	padding-left: 10px;
	font-size: 13pt;
	vertical-align: bottom;
}
#menu a:hover {
	color: #d93c47;
	background-color: #ffffff;
	border-left: 8px solid #d03723;
	border-right: 8px solid #d03723;
}
#menu li.selected a {
	color: #00a8ff;
}
#content {
	width: 525px;
	float: right;
}
#content h1 {
	width: 495px;
	margin: 46px 0 0 0;
	color: #ff1e00; 
	font-size: 24pt;
	font-weight: normal;
	border-bottom: 1px solid;
}
#content p {
	margin: 10px 30px 10px 0;
}
.image img {
	margin: 18px 12px 5px 0; 
}
#links {
	width: 495px;
	float: left;
	padding: 12px 0;
	text-align: center;
}
#links a {
	font-size: 10pt;
}
#links a:hover {
	color: #d93c47;
	text-decoration: underline;
}
.google_center {
	width: 495px;
	float: left;
}
.google {
	display: block;
	width: 380px;
	margin-left: 75px;
}
.google form {
	margin: 0;
	padding: 20px 0;
}
.google img {
	display: block;
	margin: 3px 0 0 0;
}
#footer {
	width: 900px;
	height: 56px;
	padding-left: 375px;
	float: left;
}
.copyright {
	width: 495px;
	height: 28px;
	float: left;
	text-indent: -3000px;
	overflow: hidden;
	background: url(../img/copy.gif) right bottom no-repeat;
	border-top: 1px solid #00a8ff;
}