body {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	text-align: center;
	background-color: #063552;
}

#main {
	width: 1000px;
	margin: 0px auto 0px auto;
	background-image: url(img/mf.gif);
	background-repeat: repeat-y;
}
#footer {
	width: 1000px;
	height: 81px;
	margin: 0px auto 0px auto;
	background-image: url(img/footer.jpg);
	background-repeat: no-repeat;
}
#footer div {
	color: #6F97AE;
	padding-top: 10px;
}
#logo {
	width: 235px;
	height: 239px;
	background-image: url(img/logo.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
}
#img {
	width: 526px;
	height: 235px;
	background-image: url(img/img.jpg);
	background-repeat: no-repeat;
}
#rcols {
	width: 239px;
	height: 233px;
	background-image: url(img/img2.jpg);
	background-repeat: no-repeat;
}

#lcol {
	float: left;
	width: 235px;
}
#cont {
	float: right;
	width: 765px;
}
#rcol {
	float: right;
	width: 239px;
	text-align: left;
	padding-bottom: 8px;
}
#mcol {
	float: left;
	width: 526px;
}
#mcolx {
	margin: 0px auto 0px auto;
	width: 506px;
	text-align: left;
	padding-bottom: 6px;
}


#lcol div.bh {
	width: 235px;
	height: 46px;
	background-image: url(img/bh.jpg);
	background-repeat: no-repeat;
}
#lcol div.bh div {
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
	padding-right: 28px;
	padding-top: 11px;
}
#lcol div.bt {
	width: 235px;
}
#lcol div.btt {
	width: 215px;
	margin: 0px auto 0px auto;
	padding-bottom: 8px;
	text-align: left;
}
#lcol div.be {
	display: none;
}

#rcol div.bh {
	width: 223px;
	height: 54px;
	background-image: url(img/bhr.jpg);
	background-repeat: no-repeat;
	margin-top: 10px;
}
#rcol div.bh div, #rcols div {
	text-align: right;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.5em;
	padding-right: 16px;
	padding-top: 20px;
}
#rcols div {
	padding-top: 180px;
	padding-right: 31px;
}
#rcol div.bt, #rcol div.btf {
	width: 223px;
	text-align: center;
	background-image: url(img/bf.jpg);
	background-repeat: repeat-y;
}
#rcol div.bt {
	padding-top: 8px;
}
#rcol div.btt {
	width: 203px;
	margin: 0px auto 0px auto;
	padding-bottom: 8px;
	text-align: left;
}
#rcol div.be {
	width: 223px;
	height: 6px;
	font-size: 1px;
	background-image: url(img/ber.jpg);
	background-repeat: no-repeat;
}

#menu {
	margin-bottom: 4px;
	padding-bottom: 8px;
	background-color: #AD1414;
}
#menu a {
	width: 235px;
	display: block;
	background-image: url(img/m.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 1px;
	padding-left: 50px;
	text-align: left;
	text-decoration: none;
}
#menu div {
	padding-top: 4px;
	padding-bottom: 4px;
}
#menu div a {
	display: block;
	background-image: url(img/tl_button.gif);
	background-position: 40px 7px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 58px;
}

div.bl {
	display: none;
}

.break {
	clear: both;
	height: 1px;
	font-size: 1px;
}
* html .break {
	display:none;
}

@media print {
 #footer, #lcol, #rcol {
	display: none;
 }
 #main, #cont, #mcol, #mcolx {
	float: none;
	width: 100%;
 }
}

