* {
	margin: 0;
    padding: 0;
	font-family: Verdana;
	font-size: 11px;	
}

a {
	outline: none;
}

div {
	position: relative;
}

#container {
	margin: auto;
	text-allign: center;
	width: 980px;
}

#header {
    height: 231px;
    background: #154677;
}

#h_img {
	float: left;
	width: 443px;
	height: 231px;
}

#h_logo {
	float: right;
	width: 537px;
	height: 147px;
}

#h_advert_baner {
	float: right;
	width: 537px;
	height: 72px;
	/*background: url(../images/bg_header_advert_baner.jpg) no-repeat;*/
	background-color: #0C3563;
	/*line-height: 84px;*/
	text-align: center;
	padding-top: 12px;
}

#m_menu {
	height: 55px;
	background: #48A8DD url(../images/main_menu.jpg) no-repeat;
	color: #FFFFFF;
}

#left {
   float: left;
   display: inline;
   width: 222px;
   /*background: #A7AB41;*/
   padding: 10px 0 0 8px;
}

#middle {
   /*background: #F2EA9D;*/
   width: 490px;
   float:left;
   display: inline;
   padding: 10px 15px 10px 15px;
   overflow: hidden;
}

#right {
   float: right;
   width: 222px;
   /*background: #B6C43C;*/
   display: inline;
   padding: 10px 8px 0 0;
}

#footer {
    clear: both;
    height: 94px;
    /*background: #C2B43A;*/
    background: url(../images/footer.jpg) no-repeat;
	color: #0C386A;
}

#footer div.copy {
	padding-left: 12px;
	line-height: 38px;
	text-align: right;
}

#footer div.copy span {
	float: left;
}

#footer .copy img {
	vertical-align: top;
	margin-right: 12px;
	behavior: url(page/htc/iepngfix.htc);
}

.clear {
   clear: both;
}