html, body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #fffff1;
	font-size: 11px;
	font-family: "Tahoma";
}

a.more {
	font-family: tahoma;
	font-size: 11px;
	color: #292900;
	display: block;
	text-align: right;
	font-weight: bold;
}

a.href {
	font-family: tahoma;
	font-size: 11px;
	color: #292900;
	display: block;
	text-align: center;
	border: none;
}

a img {
	border: 1px solid black;
}

td .post {
	color: #585837;
	padding:0px 10px 3px;
}

td .desc {
	color: #292900;
	padding:3px 10px;
}

.menu_item {
	float: left;
	padding:0;
	margin:0;
}

.menu {
	display: block;
	margin: 0;
	padding: 2px;
	padding-left: 20px;

	color: #D7D7A8;
	background: #3b3300;
	font-weight: 900;
	cursor: pointer;
	/*
	height: 18px;

	border-bottom:0px solid red;*/
}

.menu:link{
	color: #D7D7A8;
	text-decoration: none;
}
.menu:visited{
	color: #D7D7A8;
	text-decoration: none;
}
.menu:hover {
	color: #D7D7A8;
	text-decoration : underline;
}
.menu:active {
	color: #D7D7A8;
	text-decoration: none;
}

.submenu {
	/*border-left : none;
	border-bottom : 1px solid #4F481B ;
	background:#3b3300;*/
}

.divider {
	margin: 0;
	line-height: 0px;
	font-size: 0px;
	padding:0;
	width: 30px;
	float: left;
}

.cleaner {
	clear: both;
	line-height: 0;
	font-size: 0;
	height: 0;
	width: auto;
	padding: 0;
	margin: 0;
	overflow: hidden;
	border: 0px solid red;
}

.line {
	line-height: 0;
	font-size: 5px;
	border-bottom: 1px solid #cdcdb6;
	margin: 0 auto;
}

.three_px {
	margin: 0;
	padding: 0;
	font-size: 0px;
	line-height: 0px;
	width: 3px;
	height: 3px;
	float: left;
}

div.title {
	margin:0;
	padding:10px 10px 5px;
	width:auto;
	line-height:18px;
	font-family:'Times New Roman';
	font-size:18px;
	color:#6C6C4E;
}

div.small_title {
	font-family:tahoma;
	font-size:12px;
	font-weight:700;
	color:#6C6C4E;
	padding: 5px 10px 0;
}

div.simple {
	width: auto;
	background: #dfdfd3;
	color: #292900;
	padding: 10px;
}

div.simple_light {
	width: auto;
	background: #fffff8;
	color: #292900;
	padding: 10px;
}

#container {
	width: auto;
	height:auto;
	margin:0;
	padding:0;
}

#main {
	position:relative;
	background: #fffff8;
	margin:0 auto;
	padding:0;
	width:780px;
	height: auto;
}

#header {
	margin: 0;
	padding: 0;
}

#gerb {
	position: absolute;
	top: 52px;
	left: 16px;
	cursor: pointer;
}

#form_container {
	float: right;
	margin: 0;
	padding: 0;
	width: 230px;
	height: 56px;
	border: 0px solid green;
}

#form_container input {
	display:block;
	float:left;
	border:1px solid #3B3300;
	height: 15px;
	width: 100px;
	font-size: 9px;
	line-height: 15px;
	background:url(../img/formin.gif);
}

#form_container a {
	display:block;
	float:left;
	color:#3B3300;
	margin-left:10px;
	line-height:23px;
}

#form_container img {
	border:1px solid #3B3300;
	height:17px;
}

#menu_container {
	margin: 0;
	padding: 0;
	padding-top: 1px;
	width:auto;
	height: 23px;
	background:#3b3300;
	border-bottom:0px solid red;
}

#main_content {
	margin: 0;
	padding:6px 5px 36px 5px;
	border:1px solid #9d9d6b;
	border-top: none;
	background:url(../img/shadow1.gif) no-repeat;
}

#left_block {
	width: 550px;
	height:100%;
	float:left;
}

#left_block div.title, div.small_title, div.simple_light {
	padding-left:0;
}

#right_block {
	width: 210px;
	float:right;
}

#wraper {
	border-top:0px solid red;
	padding:5px 10px 20px;
	background:url(../img/1x1.gif) 50% 0 repeat-y;
}

#footer {
	font-family:tahoma;
	color:#292900;
	font-size:11px;
	padding-top:6px;
	padding-bottom:7px;
	text-align: center;
}

#navigateform input, textarea, #addcontactform input, textarea, #mem_edit_form input, textarea {
	border: 1px solid #9d9d6b;
	width: 200px;
}

#contact_list tr td {
	padding:0 5px;
}
.feedback input[type="text"] {
	border: 1px solid #9d9d6b;
	width: 200px;
}
.feedback textarea {
	border: 1px solid #9d9d6b;
	width: 300px;
}