* {
	margin: 0;
	padding: 0;
	border: 0;
	}	
body {
	background: #fff;
	text-align: center;
	color: #000;
	font: 17px Calibri, arial, tahoma, sans-serif;
	}	
a {
	text-decoration: none;
	color: #057dc4;
	}		
a:hover {
	text-decoration: underline;
	}
ul {
	list-style: none;
	}
.top {
	width: 1000px;
	height: 191px;
	margin: 0 auto;
	background: url('gfx/top_bg.png') no-repeat 0 0;
	text-align: left;
	position: relative;
	}
.top h1 {
	color: #fff;
	font: bold 72px Calibri, arial, tahoma, verdana, sans-serif;
	position: absolute; left: 90px; top: 28px;
	}
.top h1 a, .top h1 a:hover {
	color: #fff;
	text-shadow: 2px 2px #FF7429;
	text-decoration: none;
	}
.top h2 {
	color: #fff;
	font: 26px Calibri, arial, tahoma, verdana, sans-serif;
	position: absolute; left: 170px; top: 110px;
	}
.top h2 a, .top h2 a:hover {
	color: #fff;
	text-shadow: 2px 2px #FF7429;
	text-decoration: none;
	}
.top p {
	position: absolute; right: 310px; top: 112px;
	width: 216px;
	text-align: right;
	font: 12px tahoma, arial, verdana, sans-serif;
	line-height: 15px;
	color: #909090;
	text-shadow: 1px 1px #fff;
	}
.top .menu {
	position: absolute; right: 24px; top: 18px;
	width: 290px;
	}
.top .menu li {
	padding: 0 0 6px;
	}
.top .menu a {
	display: block;
	height: 35px;
	font-size: 24px;
	color: #b9b9b9;
	text-shadow: 1px 1px #fff;
	}
.top .menu a span {
	display: block;
	height: 34px;
	background: url('gfx/dot1.png') no-repeat 90px 13px;
	padding: 1px 0 0 120px;
	}
.top .menu a:hover, .top .menu a.active {
	background: url('gfx/menu.png') no-repeat 0 0;
	color: #000;
	text-decoration: none;	
	}
.content {
	width: 1000px;
	overflow: hidden;
	margin: 0 auto;
	padding: 48px 0 30px;
	background: url('gfx/cont_bg.png') no-repeat 0 0;
	text-align: left;
	position: relative; left: 60px;
	min-height: 660px;
	}
.content h2 {
	color: #057dc4;
	font: bold 39px Calibri, arial, tahoma, verdana, sans-serif;
	padding: 0 0 30px 18px;
	}
.content h2 span {
	color: #ff3f00;
	}
.content h3 {
	color: #057dc4;
	font: bold 17px Calibri, arial, tahoma, verdana, sans-serif;
	padding: 0 0 30px;
	text-shadow: 1px 1px #fff;
	line-height: 23px;
	}
.content .photo {
	background: #fff;
	padding: 3px;
	border: 1px #D4D4D4 solid;
	}
.content .photo img {
	display: block;
	}
.content .left {
	padding: 22px 23px 0 0;
	width: 440px;
	float: left;
	}
.content .left p {	
	text-indent: 18px;
	line-height: 23px;
	padding: 0 0 30px 0;
	text-align: justify;
	text-shadow: 1px 1px #fff;
	}
.content .left p.blue {	
	background: url('gfx/dot2.png') no-repeat 0 6px;
	clear: both;
	}
.content .left p.red {	
	background: url('gfx/dot1.png') no-repeat 0 6px;
	color: #626262;
	float: left;
	width: 295px;
	}
.content .left .photo {
	float: left;
	margin: 0 20px 30px 0;
	}
.content .right_bg {
	width: 478px;
	float: left;
	background: url('gfx/right_bg1.png') repeat-y 0 0;
	margin-bottom: 20px;
	}
.content .right {
	background: url('gfx/right_bg2.png') no-repeat 0 bottom;
	padding-left: 37px;
	position: relative; bottom: -22px; left: -15px;
	width: 385px;
	padding: 0 0 20px 45px;
	min-height: 520px;
	}
.content .right p {	
	color: #777;
	line-height: 23px;
	padding: 0 0 30px 0;
	text-align: justify;
	text-shadow: 1px 1px #fff;
	}
.content .right p span {	
	color: #000;
	}
.content .right .photo {
	float: right;
	margin: 10px 0 30px 20px;
	}
.footer {
	width: 986px;
	height: 94px;
	overflow: hidden;
	margin: 0 auto;
	background: url('gfx/foot_bg.png') no-repeat 0 0;
	text-align: left;
	}
.footer h2 {
	color: #fff;
	font: bold 51px Calibri, arial, tahoma, verdana, sans-serif;
	float: left;
	padding: 15px 0 0 50px;
	}
.footer h2 a, .footer h2 a:hover {
	color: #fff;
	text-shadow: 2px 2px #FF7429;
	text-decoration: none;
	}
.footer h3 {
	color: #fff;
	font: 18px Calibri, arial, tahoma, verdana, sans-serif;
	float: left;
	margin: 40px 0 0 12px;
	}
.footer h3 a, .footer h3 a:hover {
	color: #fff;
	text-shadow: 2px 2px #FF7429;
	text-decoration: none;
	}
.footer p {
	float: right;
	margin: 20px 90px 0 0;
	font: bold 15px Calibri, tahoma, arial, sans-serif;
	color: #a73100;
	}
.footer p a {	
	color: #a73100;
	}
