* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font: 14px  Verdana, Arial, Helvetica, sans-serif;
	text-align:justify;
	background-image:url(images2/bagr.jpg);
	color:#7e7d78;
	width: 100%;
	height: 100%;
}
a {
	color:#af8236;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color:#940801;
}
p {
	margin: 0 0 18px
}
h1 {color:#af8236; 
	font-size:24px;
	font-weight:100; 
	padding:20px 0 10px 0;}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-color:#0f0c05;
	border-left:4px solid #2b0501;
	border-right:4px solid #2b0501;;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 60px;
	background-image:url(images2/menu_top.gif);
	background-repeat:repeat-x;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 100px;
	height: 1%;
	
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
	
}
#content {
	padding: 0 210px 0 20px;
}
.fl_l {float:left;}
.fl_r {float: right;}
.mar_t {margin: 0 auto; 
		width: 1000px; 
		height:341px;}

/* Sidebar Right
-----------------------------------------------------------------------------*/
#sideRight {
	float: left;
	width: 200px;
	margin-left: -200px;
	position: relative;
}
.spisok {border:2px solid #2b0501; margin-top:20px;}

.sid {FLOAT: right; WIDTH: 170px; TEXT-ALIGN: left; }
.sid LI {list-style:none; PADDING-BOTTOM: 8px;}
.sid A {FONT-SIZE: 14px; COLOR: #af8236; TEXT-DECORATION: underline;}
.sid A:hover {COLOR: #940801; TEXT-DECORATION: none;}
.sid A:active {COLOR: #940801; TEXT-DECORATION: none;}
.ul {padding-left:10px;}
.zagl {margin-bottom:10px; color:#000; background-image:url(images2/menu.gif); height:31px; font-size:18px; padding-left:10px;}
.cl {clear:both;}
.mar_r {margin-right:15px;}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 1000px;
	margin: -50px auto 0;
	height: 50px;
	background-image: url(images2/footer.gif);
	background-repeat:repeat-x;
	color:#000;
	font-size:10px;
	text-align:center;
}
.pad_f {padding-top:30px;}