body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(img/bck.jpg);
}

#header {
	width: 980px;
	height: 107px;
	margin: 23px auto 0px auto;
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
}
#header span {
	display: block;
	float: left;
	width: 165px;
	height: 107px;
	cursor: pointer;
}
#header div {
	display: block;
	float: right;
}
#img {
	width: 980px;
	height: 311px;
	margin: 0px auto 0px auto;
	background-image: url(img/img.jpg);
	background-repeat: no-repeat;
}
#menu div {

}
#main {
	width: 980px;
	margin: 0px auto 0px auto;
	background-image: url(img/mbck.jpg);
	background-repeat: repeat-y;
}
#mainx {
	background-image: url(img/main.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	min-height: 360px;
}
#footer {
	width: 980px;
	margin: 0px auto 0px auto;
	background-image: url(img/foot.jpg);
	background-repeat: no-repeat;
}
#footer div {
	padding: 15px 0px 15px 0px;
	color: #DDDDDD;
	text-align: right;
}
#footer a {
	color: #DDDDDD;
	text-decoration: none;
}

#lcol {
	float: left;
	width: 200px;
	margin-left: 18px;
	text-align: left;
	padding-top: 10px;
}
#mcol {
	float: right;
	width: 644px;
	text-align: left;
	margin: 96px 50px 0px 0px;
}
#lmenu a {
	display: block;
	background-image: url(img/m.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #FFFFFF;
	text-decoration: none;
	padding: 8px 0px 8px 21px;
	margin-bottom: 3px;
}
#lmenu a:hover {
	color: #DDDDDD;
}

form {
	margin: 0px;
}
textarea {
	resize: none;
}
select {
	background-color: #FFFFFF;
}
.inpfield, .inpfield100, .inpfieldreq, .inpfield100req {
	border: 1px solid #797979;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #EEEEEE;
}
.inpfield100, .inpfield100req {
	width: 100%;	
}
.inpfieldreq, .inpfield100req {
	background-image: url(/img/req.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.inpbutton {
	border: 1px solid #000000;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.uootblm, .uootbl {
	width: 100%; border: 0px;
}

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;
}
table.n {
	width: 100%;
	border: 0px;
}
table.n td {
	vertical-align: top;
}
table.gal {
	width: 100%;
	border: 0px;
}
table.gal td {
	vertical-align: top;
	text-align: center;
	padding-bottom: 10px;
}
table.gal img {
	border: 1px solid #999999;
}
div.bl {
	display: none;
}
.break, .clear {
	clear: both;
	height: 1px;
	font-size: 1px;
}
* html .break {
	display:none;
}
#preloader {
	display:none;
}

@media print {
 #header, #menu, #footer, #lcol {
	display: none;
 }
 #main, #mainx, #mcol {
	float: none;
	width: 100%;
 }
}
