body {
	margin: 0;
	padding: 0;
	font-size: 12pt;
 	font-family: "Myriad Pro", Calibri, Arial, Verdana, Tahoma, sans-serif;
	background-color: #000000;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
a {
	font-size: 11pt;
	color: #ffffff;
}
img {
	float: left;
}
#main {
	width: 810px;
	margin: 0 auto;
	overflow: hidden;
}
.header {
	width: 810px;
	height: 377px;
	float: left;
}
#title {
	width: 809px;
	height: 377px;
	float: left;
	background: url(../img/title_bg.jpg) 28px bottom no-repeat;
}
a.logo {
	width: 640px;
	height: 138px;
	float: left;
	margin-left: 28px;
	text-indent: -3000px;
	overflow: hidden;
	background: url(../img/logo.jpg) no-repeat;
}
#title img {
	width: 219px;
	height: 88px;
	float: right;
	margin-top: 43px;
}
#content {
	width: 782px;
	float: left;
	padding:  0 0 15px 28px;
	background: url(../img/content_bg.jpg) 28px 0 no-repeat;
}
.column {
	width: 282px;
	float: left; 
}
.column img {
	margin-top: 25px;
}
#menu {
	width: 265px;
	float: left;
	padding-left: 70px;
	background: url(../img/menu_bg.gif) left 51px no-repeat;	
}
#menu ul {
	width: 195px;
	float: left;
	padding-bottom: 20px;
	text-align: center;
}
#menu a {
	width: 195px;
	display: block;
	margin: 0;
	vertical-align: bottom;
	text-decoration: none;
}
#menu a:hover {
	background-color: #366aa6;
}
#menu li.selected a {
	color: #dd301f;
}
.box_right {
	width: 415px;
	float: right;
	margin-top: 47px;
}
.box {
	width: 415px;
	float: left;
}
.box img {
	margin: 18px 12px 5px 0;
}
.box h1 {
	margin: 35px 0 0 0;
	font-size: 26pt;
	color: #67a8de;
}
.box p {
	margin: 12px 0;
	color: #ffffff;
}
#links {
	width: 410px;
	float: left;
	padding: 12px 0;
	text-align: center;
}
#links a:hover {
	color: #dd301f;
}
.google_center {
	width: 410px;
	float: left;	
}
.google {
	display: block;
	width: 390px;
	float: right;
}
.google form {
	margin: 0;
	padding: 20px 0;
	color: #ffffff;	
}
.google img {
	display: block;
	margin: 3px 0 0 0;
}
#footer {
	width: 786px;
	height: 75px;
	float: left;
	padding: 0 12px;
	background: url(../img/footer_bg.gif) right 45px no-repeat;
}
.copyright {
	width: 786px;
	height: 30px;
	float: left;
	padding-top: 13px;
	text-align: center;
	background: url(../img/copyright.gif) right bottom no-repeat;
	border-top: #ffffff 1px solid;
}
.copyright a {
	font-variant: small-caps;
	font-size: 12pt;
}