@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	background:#FFFFFF;
}

#wrapper {
	width:720px;
	margin:0 auto;
}

#header {
	width:100%;
	height:213px;
	background:url(../images/header.gif) no-repeat;
}

#header2 {
	width:100%;
	height:213px;
	background:url(../images/header2.gif) no-repeat;
}

#banner {
	width:100%;
	height:498px;
	background:url(../images/banner.gif) no-repeat;
}

#navigation {
	width:100%;
	height: 48px;
	background:#666666;
	margin-top: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:23px;
	color:#FFFFFF;
}

#navigation ul {
	padding:0;
	margin:0;
}

#navigation ul li {
	float:left;
	list-style:none;
	margin-left:50px;
	padding-top:12px;
}

#navigation ul li a {
	color:#FFFFFF;
	text-decoration:none;
}

#navigation ul li a:hover {
	color:#333333;
}

#navigation ul li a.active {
	color:#333333;
}

#top_content {
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#8e8e91;
}

#top_content h1 {
	font-size:23px;
	color:#666666;
}

#bottom_content {
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#8e8e91;
}

#bottom_content strong {
	font-size:16px;
	color:#666666;
}

#content_left {
	width:47%;
	float:left;
}

#content_right {
	width:47%;
	float:right;
}

.news_left {
	width:217px;
	float:left;
	padding-top:20px;
}

.news_right {
	width:483px;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#8e8e91;
}

.news_right strong {
	font-size:16px;
	color:#666666;
}

.news_right span {
	color:#999999;
}

#contact_left {
	width:440px;
	height:537px;
	float:left;
	background:url(../images/bg_form.gif) no-repeat;
	margin-top:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999999;
}

#contact_left strong {
	font-size:12px;
	color:#999999;
}

#contact_right {
	width:263px;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#8e8e91;
}
.contact_link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#8e8e91;
	text-decoration: none;
}
.contact_link:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
	text-decoration: none;
}

.contact_link2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#666666;
	text-decoration: none;
}
.contact_link2:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#333333;
	text-decoration: none;
}

#contact_right strong {
	font-size:16px;
	color:#666666;
}

#footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#8f8e91;
	text-align:right;
	padding-top:5px;
}

.clear {
	clear:both;
}

.clear_footer {
	clear:both;
	width:100%;
	height:28px;
	background:#666666;
}