html, body {
  margin:0;
  padding:0;
  width:100%;
  height:100%;
}
* {
	padding:0;
	margin:0;
}

#content {
  position: relative;
  min-height: 100%;
  background-color: #545454;
}	

#box {
  padding-bottom:191px;
}

* html #content {
  height: 100%;
}	

#footer {
  position: relative;
  margin-top: -191px;
  height: 191px;
}
.main_menu{
	padding-left:10px;
}
.main_menu li{
	list-style:none;
	padding: 10px;
	font-family:Arial;
	font-size:14px;
	text-transform:uppercase;
	border-bottom:#bdbca3 solid 1px;
}
.main_menu li a{
	text-decoration:none;
	color:#000;
}
.input_search{
	background-color:#7a8543;
	border:none;
	padding-left:3px;
	font-family:Arial;
	font-size:11px;
	color:#FFF;
	height:18px;
	width:185px;
}
.title_b{
	font-family:Arial;
	font-size:16px;
	color: #7b8644;
	text-transform:uppercase;
	font-weight: bold;
	padding-bottom: 10px;
}

h1{
	font-family:Arial;
	font-size:16px;
	color: #7b8644;
	text-transform:uppercase;
	font-weight: bold;
	padding-bottom: 10px;
}

.title_c{
	font-family:Arial;
	font-size:16px;
	color: #7b8644;
	text-transform:uppercase;
	font-weight: bold;
	padding-bottom: 10px;
	width:100%;
	text-align: right;
}
a.tree_root{
	font-family:Arial;
	font-size:16px;
	color: #7b8644;
	text-transform:uppercase;
	font-weight: bold;
	text-decoration: none;
}
a.tree_root:hover{
	color: #ac7646;
}
a.tree_link{
	font-family:Arial;
	font-size:12px;
	color: #7b8644;
	text-transform:uppercase;
	font-weight: bold;
	text-decoration: none;
}
a.tree_link:hover{
	color: #ac7646;
}
.tree_root{
	font-family:Arial;
	font-size:16px;
	color: #7b8644;
	text-transform:uppercase;
	font-weight: bold;
}
.tree_link{
	font-family:Arial;
	font-size:12px;
	color: #7b8644;
	text-transform:uppercase;
	font-weight: bold;
}
.text_b{
	font-family: Arial;
	font-size: 12px;
}
.text_f{
	font-family: Arial;
	font-size: 12px;
	color: white;
	padding-left: 5px;
}
p{
	text-indent: 25px;
}
.feedback_form{
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#e6e6e6;
	font-size: 12px;
	font-family: Arial;
}
.post_message{
	border-width:1px;
	border-style:solid;
	border-color:#ff0000;
	padding:10px 10px 10px 10px;
	font-size: 12px;
	font-family: Arial;
}
h1{
	font-size: 14px;
	font-family: Arial;
	color:#515151 
}
label{
	color: #7b8644;
}
a.title_r{
	text-decoration:none;
	color:#000;
}
a.title_r:hover{
	text-decoration:underline;
	color:#000;
}
a.text{
	font-family: Arial;
	font-size: 12px;
	color: #2e2e2e;
	text-decoration: none;
}
a.text:hover{
	text-decoration: underline;
}
ul {
	padding-left: 25px;
}
a.page_selector{
	font-family: Arial;
	font-size: 12px;
	color: #2e2e2e;
	text-decoration: underline;
}
a.next{
	font-family: Arial;
	font-size: 12px;
	color: #2e2e2e;
	text-decoration: underline;
}
.page_selector{
	font-family: Arial;
	font-size: 12px;
	color: #2e2e2e;
	text-decoration: none;
}
a.info{
	font-family: Arial;
	font-size:12px;
	color: #7b8644;
	text-transform:uppercase;
	font-weight: bold;
	text-decoration: none;
}