body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(img/bck.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

#sat {
	background-image: url(img/sat.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#main {
	width: 940px;
	margin: 0px auto 0px auto;
}
#lcol {
	float: left;
	width: 193px;
	text-align: left;
}
#cont {
	float: right;
	width: 747px;
}
#rcol {
	float: right;
	width: 216px;
}
#mcol {
	float: left;
	width: 531px;
	background-color: #FFFFFF;
}

#logo {
	width: 193px;
	height: 197px;
	background-image: url(img/logo.jpg);
	cursor: pointer;
}
#header {
	width: 531px;
	height: 197px;
	background-image: url(img/img.jpg);
}
#header div {
	text-align: left;
	padding-left: 14px;
	padding-top: 10px;
	color: #ABABAB;
}
#header a {
	color: #ABABAB;
	padding-right: 15px;
}
#rcols {
	width: 216px;
	height: 205px;
	background-image: url(img/bckt.jpg);
}
#rcole {
	width: 216px;
	height: 3px;
	font-size: 1px;
	background-image: url(img/be.jpg);
}

#menu a {
	display: block;
	padding-left: 30px;
	padding-top: 7px;
	height: 23px;
	_height: 30px;
	background-image: url(img/m.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-decoration: none;
}
#menu a.a {
	background-image: url(img/ma.jpg);
	color: #000000;
}
#footer {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 12px;
	text-align: right;
	color: #ABABAB;
	font-size: 0.9em;
}
#footer a {
	color: #ABABAB;
	text-decoration: none;
}

div.bh {
	width: 216px;
	height: 26px;
	background-image: url(img/bh.jpg);
}
div.bh div {
	padding-left: 22px;
	padding-top: 6px;
	text-align: left;
	font-weight: bold;
}
div.bt {
	width: 216px;
	background-image: url(img/bf.gif);
}
div.btx {
	width: 172px;
	margin: 0px auto 0px auto;
	text-align: left;
	padding-top: 6px;
	padding-bottom: 6px;
}
div.b {
	width: 531px;
	background-image: url(img/b.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin-top: 15px;
}
div.bb {
	width: 491px;
	margin: 0px auto 0px auto;
	text-align: left;
	padding-bottom: 10px;
}

table.r {
	width: 100%;
	border: 0px;
}
table.r td {
	width: 33%;
}

table.gal {
	width: 100%;
	border: 0px;
}
table.gal td {
	text-align: center;
	vertical-align: top;
	padding-bottom: 8px;
	border: 0px;
}
table.gal img {
	border: 2px solid #666666;
}


.break {
	clear: both;
	height: 1px;
	font-size: 1px;
}
* html .break {
	display:none;
}

@media print {
 #header, #lcol, #rcol {
	display: none;
 }
 #main, #cont, #mcol {
	float: none;
	width: 100%;
 }
}
