body {
	margin: 0px;
	padding: 6px;
	text-align: center;
	background-color: #FFFFFF;
}

#header {
	width: 910px;
	height: 169px;
	margin: 0px auto 0px auto;
}
#header span {
	display: block;
	float: left;
	width: 143px;
	height: 169px;
	background-image: url(img/logo.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
}
#header div {
	display: block;
	float: right;
	width: 767px;
	height: 169px;
	background-image: url(img/img.jpg);
	background-repeat: no-repeat;
}
#header div p {
	margin: 0px;
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
}
#menu {
	width: 910px;
	height: 34px;
	margin: 0px auto 0px auto;
	background-image: url(img/menu.jpg);
	background-repeat: no-repeat;
}
#menu ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
ul#mm li {
	float: left;
	padding-top: 8px;
	padding-bottom: 8px;
}
ul#mm li.f {
	border: 0px;
}
ul#mm li a {
	padding-left: 17px;
	padding-right: 17px;
}
ul#mm ul {
	position: absolute;
	visibility: hidden;
	margin-top: 6px;
}
ul#mm a {
	color: black;
	display: block;
	text-decoration: none;
	font-weight: bold;
}
ul#mm ul a {
	width: 200px;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
}
ul#mm ul li {
	width: 200px;
	height: 18px;
	text-align: left;
	background-color: #E2E2E2;
}
ul#mm ul a:hover {
	background-color: #00CCFF;
}
ul#mm li:hover ul, ul#mm li.hover ul {
	visibility: visible;
}
ul#mm li li {
	float: none;
	border: none;
	padding: 0px;
}
ul#mm li {
	behavior: url(/hover.htc);
}


#main {
	width: 910px;
	margin: 0px auto 0px auto;
	background-image: url(img/fill.jpg);
	background-repeat: repeat-y;
}
#footer {
	width: 910px;
	height: 74px;
	margin: 0px auto 0px auto;
}
#footer1 {
	width: 492px;
	height: 74px;
	float: left;
	background-image: url(img/foot1.jpg);
	background-repeat: no-repeat;
}
#footer1 div {
	text-align: left;
	padding-top: 15px;
	padding-left: 10px;
	color: #666666;
}
#footer2 {
	width: 418px;
	height: 74px;
	float: right;
	background-image: url(img/foot2.jpg);
	background-repeat: no-repeat;
}
#footer2 div {
	text-align: left;
	padding-top: 35px;
	padding-left: 20px;
	color: #666666;
}
#footer2 a {
	text-decoration: none;
	color: #666666;
}

#lcol {
	float: left;
	width: 185px;
	padding-bottom: 6px;
}
#cont {
	float: right;
	width: 715px;
}
#rcol {
	float: right;
	width: 185px;
	padding-bottom: 6px;
}
#mcol {
	float: left;
	width: 520px;
	padding-bottom: 6px;
	padding-top: 8px;
	text-align: left;
}

div.bh {
	width: 163px;
	height: 18px;
	margin: 10px auto 0px auto;
	background-image: url(img/bh.jpg);
	background-repeat: no-repeat;
}
#rcol div.bh {
	background-image: url(img/bhr.jpg);
}
div.bh div {
	padding-top: 2px;
	color: #333333;
}
div.bt {
	width: 163px;
	margin: 0px auto 0px auto;
	background-image: url(img/bf.jpg);
	background-repeat: repeat-y;
}
#rcol div.bt {
	background-image: url(img/bfr.jpg);
}
div.bs {
	width: 163px;
	background-image: url(img/bs.jpg);
	background-repeat: no-repeat;
}
#rcol div.bs {
	background-image: url(img/bsr.jpg);
}
div.btt {
	width: 143px;
	margin: 0px auto 0px auto;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: left;
}
div.be {
	width: 163px;
	height: 11px;
	margin: 0px auto 0px auto;
	background-image: url(img/be.jpg);
	background-repeat: no-repeat;
}
#rcol div.be {
	background-image: url(img/ber.jpg);
}

div.m a {
	display: block;
	text-decoration: none;
	margin-bottom: 4px;
}

table.n {
	width: 100%;
	border: 0px;
}
table.gal {
	width: 100%;
	border: 0px;
}
table.gal td {
	width: 25%;
	vertical-align: top;
	text-align: center;
	padding-bottom: 10px;
}
table.gal img {
	border: 1px solid #666666;
}
div.kde {
	margin-bottom: 10px;
	font-size: 0.8em;
}

.break {
	clear: both;
	height: 1px;
	font-size: 1px;
}
* html .break {
	display:none;
}

@media print {
 #header, #menu, #footer, #lcol, #rcol {
	display: none;
 }
 #main, #cont, #mcol {
	float: none;
	width: 100%;
 }
}

