body {
	margin: 0;
	padding: 0;
	font-size: 10pt;
 	font-family: "Myriad Pro", Calibri, Arial, Verdana, Tahoma, sans-serif;
	font-style: italic;
	background-color: #000000;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	float: left;
	vertical-align: bottom;
}
#main {
	width: 2591px;
	height: 513px;
	margin-top: 2%;
	background-color: #ffffff;
	border-bottom: #999999 1px solid;
	overflow: hidden;
	
}
.header {
	width: 497px;
	height: 513px;
	float: left;
	border-right: #000000 3px solid;
	background: url(../img/header_bg.jpg) no-repeat;
	background-position: left top;
}
#title {
	width: 312px;
	height: 185px;
	float: left;
	margin-top: 327px;
}
a.logo {
	width: 312px;
	height: 152px;
	display: block;
	float: left;
	text-indent: -3000px;
	background: url(../img/logo.gif) no-repeat;
	overflow: hidden;
}
#link {
	width: 167px;
	height: 127px;
	float: left;
	margin-top: 382px;
	border-top: #000000 3px solid;
	
}
#link ul {
	margin: 60px 0 0 10px;
	background: url(../img/arrow.gif) no-repeat;
	background-position: right bottom;
}
#link ul a {
	font-size: 24px;
	text-decoration: none;
	color: #585858;
}
#link ul a.second {
	color: #999999;
}
.text {
	width: 686px;
	height: 513px;
	float: left;
	background: url(../img/text_bg.gif) no-repeat;
	background-position: left top;
	border-right: #000000 3px solid;
}
.text img {
	margin: 148px 0 0 33px;
}
#menu {
	width: 325px;
	height: 513px;
	float: left;
	background: url(../img/menu_bg.gif) no-repeat;
	background-position: left bottom;
	border-right: #000000 3px solid;
}
#menu ul {
	width: 216px;
	margin: 25px 0 40px 53px;
	background: url(../img/menu.gif) no-repeat;
	background-position: 10px 0;
	padding-top: 50px;
}
#menu a {
	width: 220px;
	display: block;
	padding-left: 10px;
	color: #010000;
	text-decoration: none;	
}
#menu a:hover {
	color: #ffffff;
	background-color: #aeaeae;
}
#menu li.selected a {
	color: #5385d9;
}
#content {
	width: 683px;
	height: 513px;
	float: left;
	border-right: #000000 3px solid;
	background: url(../img/article_bg.gif) no-repeat;
	background-position: right bottom;
	overflow:auto;
}
#content img {
	margin: 11px 12px 5px 20px;
	float: left;
}
#content h1 {
	padding-left: 80px;
	margin: 25px 0 0 0;
	font-size: 24px;
	font-weight: normal;
	background: url(../img/title.gif) no-repeat;
	background-position: 20px 6px;
}
#content p {
	margin: 5px 5px 5px 17px;
	color: #010000;
}
#footer {
	width: 388px;
	height: 513px;
	float: right;
	background: url(../img/footer_bg.jpg) no-repeat;
	background-position: right top;			  
}
#links {
	width: 338px;
	float: left;
	padding: 325px 25px 25px 25px;
	text-align: center;
}
#links a {
	color: #010000;
}
#links a:hover {
	color: #933333;
}
.google_center {
	width: 388px;
	float: right;
	text-align: center;
}
.google {
	display: block;
	width: 380px;
	margin: 0 auto;	
}
.google form {
	margin: 0;
	padding: 0;	
}
.google img {
	margin: 0;
}
.copyright {
	width: 388px;
	float: right;
	margin-top: 5px;
}
.copyright p {
	margin: 0;
	font-size: 24px;
	text-align: center;
}