* {
	margin:0px;
	padding:0px;
}
body {
	background:#E7A10C url(img/bg.gif) repeat-x top left;
}
body, td, th {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}

a {
	color:#2E3192;
	text-decoration: none;
	
}
a:hover {
	color:#2E3192;
	text-decoration: underline;
}
#wrap {
	width:968px;
	margin:0px auto;
}
.top {
	margin-top:33px;
	background:url(img/menu_back.gif) repeat-x bottom left;
}
.logo {
	float:left;
}
.main_menu {
	float:left;
	margin-top:37px;
	width:669px;
}
.menu {
	background:url(img/menu_right.gif) no-repeat top right;
	height:57px;
}
.round_top {
	background:url(img/top_bg.gif) repeat-x top left;
	width:968px;
	height:10px;
	font-size:1px;
}
.bg1 {
	background:url(img/bg1.gif) repeat-y top left;
}
.bg2 {
	background:url(img/bg2.gif) no-repeat top left;
	width:968px;
}
.round_bottom {
	background:url(img/bottom_bg.gif) repeat-x top left;
	width:968px;
	height:14px;
	font-size:1px;
}
.header {
	background:url(img/header.gif) no-repeat top left;
	width:936px;
	height:280px;
	margin:0px auto;
	padding-top:10px;
}
.header img {
	margin:5px 0px 0px 25px;
	float:left;
}
.butt {
	float:right;
	padding-right:10px;
}
.butt img {
	margin:21px 10px 0px 0px;
}
.content {
	width:936px;
	margin:0px auto;
}
.exp {
	width:298px;
	float:left;
	margin-right:21px;
	overflow:hidden;
 *margin-right:1px;
}
.exp img {
	float:left;
	margin-right:10px;
}
.title {
	color:#20287F;
	font-size:16px;
	padding-top:7px;
}
.title span {
	color:#363636;
	font-size:10px;
}
.cont {
	color:#666666;
	padding-top:4px;
}
.link {
	padding-bottom:52px;
}
.link img {
	margin:10px 0px 0px 0px;
}
/*Blog*/

.blog {
	width:298px;
	float:right;
}
.bl_feed {
	border-bottom:solid 3px #F3F3F3;
	font-size:16px;
	color:#666666;
	margin:7px 0px 7px 0px;
	padding-bottom:3px;
}
.bl_feed a, bl_feed a:hover {
	color:#666666;
	text-decoration:none;
}
.blog a {
	color:#666666;
}
.blog a:hover {
	color:#2E3192;
}
.f_link {
	margin-bottom:13px;
}
.left_content {
	width:617px;
	float:left;
}
.right_content {
	width:298px;
	float:right;
}
/*Contact form*/

.txtform {
	color:#303030;
	border:1px solid #999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width:260px;
	height:18px;
}
.txtform_area {
	color:#303030;
	border:1px solid #999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width:260px;
}
.button {
	background-color:#E2E5DE;
	border:solid 1px #999999;
	margin-top:15px;
}
/*Footer*/

.footer {
	background:#735006;
	color:#FFFFFF;
	font-size:11px;
	text-align:center;
	padding-top:3px;
	width:936px;
	margin:0px auto;
}
.footer a {
	text-decoration: none;
	color:#FFFFFF;
}
.footer a:hover {
	text-decoration: underline;
}
.footer p {
	padding-top:12px;
	color:#B9A883;
	padding-bottom:4px;
	font-size:10px;
}
#term {
	color:#B9A883;
}
.footer_bg {
	background:url(img/footer_bg.gif) no-repeat top left;
	width:936px;
	height:10px;
	font-size:1px;
}
/* Clear Float Fix Problem */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}

