*{
	margin : 0;
	padding : 0;
	border:0;
  border-collapse: collapse; 	
}
body{
	font-family:Arial;
	font-size:14px;
}
.header, .medium, .footer{
	width:100%;
}
.inside{
	width:1010px;
	margin:0px auto;
}
.header .inside{
	text-align:center;
}
.header .inside img{
	margin-top:20px;
}

.medium{
}
.medium .left{
	width:240px;
	float:left;
	text-align:right;
}
.medium .right{
	width:240px;	
	float:right;
}
.left_menu, .right_menu{
	width:190px;
	height:438px;
	margin-top:7px;
}
.left_menu{
	background:url('images/menu_l_bg.jpg') top no-repeat;
	float:right;
	text-align:left;
	padding:75px 0 0 25px;
}
.left_menu a{
	display:block;
	text-decoration:none;
	color:#225f81;
	height:27px;
}
.left_menu a img{
	float:left;
}
.right_menu{
	background:url('images/menu_r_bg.jpg') top no-repeat;
	padding:75px 0 0 25px;
}
.right_menu a{
	display:block;
	text-decoration:none;
	color:#225f81;
	height:27px;
}
.right_menu a img{
	float:left;

}
.banners img{
	margin-top:10px;
}
.medium .center{
	width:509px;
	float:left;
	margin:0px 0 0 10px;
	color:#6c6c6c;
}
.medium .center p{
	text-indent:0px;
}
.medium .center p strong{
	color:#009966;
}
.red_big_text{
	width:100%;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	color:#cc0000;
	margin:30px 0 25px 0;
}
.red_small_text{
	width:100%;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#cc0000;
	margin:0px 0 25px 0;
}

.footer{
	float:left;
	background:url('images/footer_bg_x.jpg') top repeat-x;
	margin-top:20px;
}
.footer .inside{
	height:117px;
	background:url('images/footer_bg.jpg') top no-repeat;
	position:relative;
	font-size:12px;
	color:#12718e;
}
.footer .inside a{
	color:#12718e;
}
.footer .inside .left{
	width:430px;
	height:60px;
	position:absolute;
	top:30px;
	left:30px;
}
.footer .inside .center{
	width:155px;
	height:80px;
	position:absolute;
	top:20px;
	left:550px;
}
.footer .inside .right{
	width:135px;
	height:30px;
	position:absolute;
	top:50px;
	right:27px;
}
