body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #4B4B4B;
}

#header {
	width: 1000px;
	height: 214px;
	margin: 0px auto 0px auto;
}
#header span {
	display: block;
	float: left;
	width: 227px;
	height: 214px;
	background-image: url(/img/logo.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
}
#header div {
	display: block;
	float: right;
	width: 773px;
	height: 214px;
	background-image: url(/img/img.jpg);
	background-repeat: no-repeat;
}
#menu, #footer {
	width: 1000px;
	height: 62px;
	margin: 6px auto 6px auto;
	background-image: url(/img/mf.gif);
	background-repeat: repeat-x;
}
#menu div, #footer div {
	width: 1000px;
	height: 62px;
	background-image: url(/img/ms.gif);
	background-repeat: no-repeat;
}
#menu div div, #footer div div {
	width: 1000px;
	height: 62px;
	background-image: url(/img/me.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#footer div div {
	color: #FFFFFF;
	padding-top: 15px;
}
#footer div div a {
	color: #FFFFFF;
}

#menu ul {
	margin: 0px 0px 0px 16px;
	padding: 0px;
	height: 62px;
}
#menu ul li { 
	display: block;
	float: left;
	height: 62px;
}
#menu ul li.a {
	background-image: url(/img/ma.gif);
}
#menu ul li a {
	background-image: url(/img/msp.gif);
	background-repeat: no-repeat;
	display: block;
	color: #000000;
	font-weight: bold;
	padding: 24px 12px 19px 12px;
	text-decoration: none;
}
#menu ul li a:hover {

}
#menu span {
	display: block;
	float: right;
	width: 225px;
}
#menu span span {
	display: block;
	float: none;
	width: 199px;
	padding-top: 18px;
}
#menu span input {
	margin: 0px;
}
#lmenu {
	margin-bottom: 10px;
	text-align: left;
}

#main {
	width: 1000px;
	margin: 0px auto 0px auto;
	background-color: #FFFFFF;
	background-image: url(/img/os.gif);
	background-repeat: no-repeat;
}
#mainx {
	width: 1000px;
	background-image: url(/img/oe.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#mainc {
	width: 974px;
	padding-top: 14px;
	margin: 0px auto 0px auto;
}

#lcol {
	float: left;
	width: 199px;
}
#cont {
	float: right;
	width: 761px;
}
#rcol {
	float: right;
	width: 199px;
}
#mcol {
	float: left;
	width: 548px;
	text-align: left;
	padding-bottom: 8px;
}

div.bh {
	width: 199px;
	height: 36px;
	background-image: url(/img/bh.jpg);
	background-repeat: no-repeat;
}
div.bh div {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 1.3em;
	padding-top: 10px;
}
div.bt {
	width: 199px;
	background-color: #F6FCD1;
}
div.btt {
	width: 179px;
	margin: 0px auto 0px auto;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 7px;
}
div.be {
	width: 199px;
	height: 8px;
	font-size: 1px;
	background-image: url(/img/be.jpg);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

div.bm {
	height: 28px;
	background-image: url(/img/m.jpg);
	background-repeat: no-repeat;
}
div.bm:hover {
	background-image: url(/img/m1.jpg);
}
div.bo {
	height: 28px;
	background-image: url(/img/m1.jpg);
	background-repeat: no-repeat;
}
div.bm a, div.bo a {
	display: block;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	padding-left: 20px;
	padding-top: 7px;
}
div.bm:hover a, div.bo a {
	color: #FFFFFF;
}
div.bl, div.blx {
	display: none;
	padding-top: 4px;
	padding-bottom: 4px;
}
div.blx {
	display: block;
}
div.bl a, div.blx a {
	display: block;
	background-image: url(/img/sipka.gif);
	background-repeat: no-repeat;
	background-position: 17px 6px;
	text-decoration: none;
	color: #495606;
	padding-left: 33px;
}
div.bl a.a, div.blx a.a {
	color: #F85C09;
}
div.bl a:hover, div.blx a:hover {
	color: #F85C09;
}
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;
}
a.alist {
	display: block;
	margin-bottom: 2px;
}
a.alist span {
	color: #000000;
	text-decoration: none;
}
div.pg {
	clear: both;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 4px;
}
div.pg, div.pg td, div.pg select {
	font-family: Verdana;
	font-size: 11px;
	vertical-align: middle;
}


.break {
	clear: both;
	height: 1px;
	font-size: 1px;
}
* html .break {
	display:none;
}

@media print {
 #header, #menu, #footer, #lcol, #rcol {
	display: none;
 }
 #main, #mainx, #cont, #mcol {
	float: none;
	width: 100%;
 }
}

