body {
  background-color: #301304;
  font-size: 15px;
}

table.bg_content {
  background: url(images/bg_content.jpg) left top repeat-x #C68A28;
}

#website {
  position: absolute;
  left: 30px;
  top: 30px;
  font-size: 20px;
  font-weight: bold;
  color: #C0533E;
  width: 415px;
  height: 40px;
  text-align:left;
}

#website a {
  font-size: 30px;
  color: #A30A00;
  text-decoration: none;
}

#website a:hover {
  font-size: 30px;
  color: #F14500;
  text-decoration: none;
}

.menu ul {
	margin:0px;
	padding:32px 0px 0px;
	height: 50px;
}
.menu li {
	display:inline;
	padding:32px 5px;
}
.menu li a{
	color:#561400;
	text-decoration:none;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 31px 0px;
}
.menu li a:hover {
	color:#FEA104;
	background: #561400 url(images/b_contacts.jpg) right top no-repeat;
	font-size: 15px;
	font-weight: bold;
	text-decoration:none;
  border-width:1px;
  border-style:solid;
  border-color:#000000;
}
.menu li.current a{
	color:#FEA104;
	background: #561400 url(images/b_contacts.jpg) right top no-repeat;
	font-size: 15px;
	font-weight: bold;
	text-decoration:none;
  border-width:1px;
  border-style:solid;
  border-color:#000000;
}

.side_menu {
	padding:10px 5px 10px 10px;
}

.side_menu ul {
	margin:0px;
	padding:0px;
}

.side_menu li {
	display:block;
	/*border-bottom:1px solid #80D7F6;*/
	list-style:none;
	padding:5px 0px 5px 0px;
	font-weight:bold;
	font-size:15px;
}

a {
  color: #561400;
  text-decoration: underline;
}

a:hover {
  color: #561400;
  text-decoration: none;
}