body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #03386F;
}

#header {
	width: 975px;
	height: 192px;
	margin: 0px auto 0px auto;
}
#head1 {
	width: 235px;
	height: 192px;
	float: left;
	background-image: url(/img/logo.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
}
#head2 {
	width: 740px;
	height: 192px;
	float: right;
	background-image: url(/img/img.jpg);
	background-repeat: no-repeat;
}
#menu {
	text-align: right;
}
#menu a {
	display: block;
	padding-right: 54px;
	padding-top: 2px;
	padding-bottom: 6px;
	background-image: url(/img/m.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	color: #D21818;
	font-weight: bold;
	margin-bottom: 3px;
}
#menu a.a {
	background-image: url(/img/ma.jpg);
}
#main {
	width: 949px;
	margin: 0px auto 0px auto;
	background-image: url(/img/fill.jpg);
	background-repeat: repeat-y;
}
#footer {
	width: 949px;
	height: 35px;
	margin: 0px auto 0px auto;
	background-image: url(/img/foot1.jpg);
	background-repeat: no-repeat;
}
#footer div {

}
#footer2 {
	width: 949px;
	height: 29px;
	margin: 0px auto 0px auto;
	background-image: url(/img/foot2.jpg);
	background-repeat: no-repeat;
}
#footer2 div {
	padding-top: 14px;
	color: #DDDDDD;
}
#footer2 a {
	color: #DDDDDD;
	text-decoration: none;
}

#lcol {
	float: left;
	width: 242px;
	background-image: url(/img/lcols.jpg);
	background-repeat: no-repeat;
	padding-top: 50px;
}
#mcol {
	float: right;
	width: 707px;
}
#mcoli {
	width: 667px;
	margin: 15px auto 0px auto;
	text-align: left;
}
#img {
	width: 707px;
	height: 90px;
	background-image: url(/img/rcols.jpg);
	background-repeat: no-repeat;
}
div.hnews, div.hklient {
	width: 242px;
	height: 84px;
	background-image: url(/img/hnews.jpg);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-bottom: 10px;
}
div.hklient {
	background-image: url(/img/hklient.jpg);
	cursor: pointer;
}
div.bt {
	width: 222px;
	margin: 0px auto 0px auto;
	text-align: left;
	padding-bottom: 15px;
}

table.sl {
	width: 100%;
	border: 0px;
}
table.sl td {
	padding: 8px;
}
table.sl a {
	background-image: url(/img/tl_button.gif);
	background-repeat: no-repeat;
	padding-left: 22px;
	text-decoration: none;
}

table.gal {
	width: 100%;
	border: 0px;
}
table.gal td {
	padding-top: 6px;
	padding-right: 6px;
}

.break {
	clear: both;
	height: 1px;
	font-size: 1px;
}
* html .break {
	display:none;
}

@media print {
 #header, #footer, #footer2, #lcol {
	display: none;
 }
 #main, #mcol, #mcoli {
	float: none;
	width: 100%;
 }
}

