body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #C0C0C0;
}

#header {
	width: 1007px;
	height: 91px;
	margin: 0px auto 0px auto;
}
#header1 {
	width: 237px;
	height: 91px;
	float: left;
	background-image: url(/img/logo.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
}
#header2 {
	width: 770px;
	height: 91px;
	float: right;
	background-image: url(/img/menu.jpg);
	background-repeat: no-repeat;
	text-align: left;
}
#header2 ul {
	margin: 0px;
	padding: 10px 0px 0px 15px;
}
#header2 ul li { 
	display: block;
	height: 23px;
	float: left;
} 
#header2 ul li a {
	display: block;
	color: #000000;
	padding: 23px 12px 0px 12px;
	text-decoration: none;
	background-image: url(/img/menusep.gif);
	background-repeat: no-repeat;
}
#header2 ul li.f a {
	background-image: none;
}
#header2 ul li a:hover {

}
#header2 ul li.a a {

}

#main {
	width: 1007px;
	margin: 0px auto 0px auto;
	background-image: url(/img/bck.jpg);
}
#footer {
	width: 1007px;
	height: 64px;
	margin: 0px auto 0px auto;
	background-image: url(/img/footer.jpg);
	background-repeat: no-repeat;
	text-align: right;
}
#footer div {
	padding-right: 16px;
	padding-top: 16px;
	color: #FFFFFF;
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}

#search {
	margin-top: 85px;
	margin-bottom: 25px;
}
#search a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

div.lmenu {
	text-align: right;
	font-size: 1.1em;
	margin-bottom: 8px;
}
div.lmenu a {
	display: block;
	color: #000000;
	text-decoration: none;
	margin-bottom: 2px;
	padding-bottom: 2px;
	padding-right: 14px;
	background-image: url(/img/lmenusep.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#lcol {
	float: left;
	width: 237px;
	background-image: url(/img/boxst.jpg);
	background-repeat: no-repeat;
	text-align: left;
}
#lcolx {
	margin-left: 13px;
	width: 209px;
}
#cont {
	float: right;
	width: 770px;
}
#rcol {
	float: right;
	width: 181px;
	text-align: left;
	padding-top: 12px;
}
#rcolx {
	width: 166px;
}
#mcol {
	margin-left: 10px;
	padding-top: 16px;
	float: left;
	width: 559px;
	text-align: left;
}

#image {
	width: 770px;
	height: 153px;
	background-image: url(/img/image.jpg);
	background-repeat: no-repeat;
}

div.bh {
	margin-top: 8px;
	width: 166px;
	height: 24px;
	background-image: url(/img/bh.jpg);
	background-repeat: no-repeat;
}
div.bh div {
	padding: 5px;
	color: #005B7F;
	font-weight: bold;
}
div.bh a {
	color: #005B7F;
	text-decoration: none;
}
div.bt {
	padding-top: 3px;
	width: 166px;
}

div.bnews {
	width: 206px;
	height: 78px;
	margin-top: 14px;
	margin-bottom: 4px;
	background-image: url(/img/bnews.jpg);
	background-repeat: no-repeat;
}
div.bl {
	width: 206px;
}

.break {
	clear: both;
	height: 1px;
	font-size: 1px;
}
* html .break {
	display:none;
}

@media print {
 #header, #footer, #lcol, #rcol, #image {
	display: none;
 }
 #main, #cont, #mcol {
	float: none;
	width: 100%;
 }
}
