body {
	margin: 23px 0px 23px 0px;
	padding: 0px;
	text-align: center;
	background-color: #0C7EF6;
	background-image: url(img/bck.jpg);
	background-repeat: repeat-x;
}

#info {
	width: 1000px;
	height: 41px;
	margin: 0px auto 0px auto;
	background-image: url(img/top.jpg);
	background-repeat: no-repeat;
}
#info div {
	font-weight: bold;
	text-align: left;
	padding-left: 30px;
	padding-top: 13px;
	color: #39668D;
}
#info a {
	text-decoration: none;
	color: #39668D;
}
#header {
	width: 962px;
	height: 177px;
}
#header span {
	display: block;
	float: left;
	width: 230px;
	height: 177px;
	background-image: url(img/logo.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
}
#header div {
	display: block;
	float: right;
	width: 732px;
	height: 177px;
	background-image: url(img/img.jpg);
	background-repeat: no-repeat;
}
body.p #header span {
	background-image: url(img/logop.jpg);
}
body.p #header div {
	background-image: url(img/imgp.jpg);
}
body.z #header span {
	background-image: url(img/logoz.jpg);
}
body.z #header div {
	background-image: url(img/imgz.jpg);
}
body.k #header span {
	background-image: url(img/logok.jpg);
}
body.k #header div {
	background-image: url(img/imgk.jpg);
}
body.v #header span {
	background-image: url(img/logov.jpg);
}
body.v #header div {
	background-image: url(img/imgv.jpg);
}
body.o #header span {
	background-image: url(img/logoo.jpg);
}
body.o #header div {
	background-image: url(img/imgo.jpg);
}
#main {
	width: 1000px;
	margin: 0px auto 0px auto;
	background-image: url(img/fill.gif);
	background-repeat: repeat-y;
}
#mainx {
	width: 962px;
	margin: 0px auto 0px auto;
}
#footer {
	width: 1000px;
	height: 65px;
	margin: 0px auto 0px auto;
	background-image: url(img/footer.jpg);
	background-repeat: no-repeat;
}
#footer div {
	padding-top: 19px;
	color: #39668D;
}
#footer a {
	color: #39668D;
}

#lcol {
	float: left;
	width: 231px;
	padding-top: 10px;
}
#mcol {
	float: right;
	width: 711px;
	text-align: left;
	padding-top: 15px;
	padding-bottom: 8px;
}

div.bh {
	margin: 10px auto 0px auto;
	width: 189px;
	height: 31px;
	background-image: url(img/bh.jpg);
	background-repeat: no-repeat;
}
div.bh div {
	color: #FFE900;
	font-weight: bold;
	padding-top: 7px;
}
div.bt {
	margin: 0px auto 10px auto;
	width: 189px;
	background-color: #77A4E7;
}
div.btt {
	width: 169px;
	margin: 0px auto 0px auto;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: left;
}

#ms {
	width: 198px;
	height: 15px;
	background-image: url(img/ms.jpg);
	background-repeat: no-repeat;
	margin: 0px auto 0px auto;
	font-size: 1px;
}
#me {
	width: 198px;
	height: 16px;
	background-image: url(img/me.jpg);
	background-repeat: no-repeat;
	margin: 0px auto 0px auto;
	font-size: 1px;
}
#menu {
	width: 198px;
	margin: 0px auto 0px auto;
}
#menu a {
	display: block;
	background-image: url(img/m.jpg);
	background-repeat: no-repeat;
	text-align: left;
	padding-left: 46px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #39668D;
	text-decoration: none;
	font-weight: bold;
}
#menu a.a {
	background-image: url(img/ma.jpg);
	color: #FFFFFF;
}
#menu div {
	background-image: url(img/sm.jpg);
}
#menu div a {
	background-image: url(img/s.gif);
	background-position: 31px 6px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #FFFFFF;
	font-weight: normal;
}
#menu div a.a {
	background-image: url(img/s.gif);
	color: #FFD801;
	font-weight: bold;
}

table.n {
	border: 0px;
	width: 100%;
}

table.gal {
	width: 100%;
	border: 0px;
}
table.gal td {
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
	vertical-align: top;
	font-size: 1em;
}
table.gal a {
	display: block;
	margin: 0px auto 0px auto;
	width: 136px;
	border: 1px solid #B1A380;
}
table.gal img {
	margin-top: 4px;
	margin-bottom: 4px;
}

div.bl, div.blx {
	display: none;
	padding-top: 4px;
	padding-bottom: 4px;
}
div.blx {
	display: block;
}

.break {
	clear: both;
	height: 1px;
	font-size: 1px;
}
* html .break {
	display:none;
}

@media print {
 #info, #header, #footer, #lcol, #rcol {
	display: none;
 }
 #main, #mainx, #mcol {
	float: none;
	width: 100%;
 }
}

