body {
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
	text-align: center;
	background-color: #B7CFD9;
	background-image: url(/img/bck.jpg);
	background-repeat: repeat-x;
}

#header {
	width: 983px;
	height: 156px;
	margin: 0px auto 0px auto;
	background-image: url(/img/header.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
}
#menu {
	width: 983px;
	height: 34px;
	margin: 0px auto 0px auto;
	background-image: url(/img/menu.jpg);
	background-repeat: no-repeat;
}
#menu div {
	padding-top: 10px;
	color: #FFFFFF;
	font-weight: bold;
}
#menu a {
	color: #FFFFFF;
	text-decoration: none;
}
#omenu {
	width: 813px;
	margin: 0px auto 0px auto;
	background-image: url(/img/fill.gif);
	background-repeat: repeat-y;
	padding-right: 1px;
}
#omenu img {
	border: 0px;
}
#main {
	width: 813px;
	margin: 0px auto 0px auto;
	background-image: url(/img/fill.gif);
	background-repeat: repeat-y;
	text-align: left;
}
#footer {
	width: 813px;
	height: 43px;
	margin: 0px auto 0px auto;
	background-image: url(/img/footer.jpg);
	background-repeat: no-repeat;
}
#footer div {
	padding-top: 10px;
	color: #DDDDDD;
}
#footer a {
	color: #DDDDDD;
	text-decoration: none;
}

#mainx {
	width: 776px;
	margin-left: 25px;
}
#rcol {
	float: right;
	width: 240px;
}
#mcol {
	float: left;
	width: 525px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
}


div.bh {
	color: #EF1919;
	background-image: url(/img/bnews.jpg);
	background-repeat: no-repeat;
	background-position: 10px 7px;
	text-align: left;
	padding-left: 34px;
	padding-top: 9px;
	padding-bottom: 2px;
	font-weight: bold;
}
div.bt {
	border-bottom: 6px solid #BAD1DB;
	text-align: center;
}
div.btt {
	width: 220px;
	margin: 0px auto 0px auto;
	color: #494949;
	padding-top: 4px;
	padding-bottom: 6px;
	text-align: left;
}


.break {
	clear: both;
	height: 1px;
	font-size: 1px;
}
* html .break {
	display:none;
}

@media print {
 #header, #menu, #footer, #lcol, #rcol, #omenu {
	display: none;
 }
 #main, #mainx, #cont, #mcol {
	float: none;
	width: 100%;
 }
}
