body {
	background-color:#983e23;
	padding:32px 0 10px 0;
	margin:0;
	font-family:tahoma;
}
td {
	vertical-align:top;
	font-family:tahoma;
	font-size:13px;
}
h1 {
	font-size:20px;
	color:#b81818;
	font-weight:normal;	
}
#table {
	width:930px;
	border:3px solid #ffffff;
	text-align:left;
	position:relative;
}
#head {
	width:100%;
	height:385px;
	background: url('img/header.jpg') bottom no-repeat;
}
#headtable {
	background: url('img/menu-bg.jpg') top repeat-x;
	height:60px;
}
.menutd {
	padding:0 10px;
	height:60px;
	background:url('img/menu-border.jpg') left bottom no-repeat;
}
#menu a {
	text-transform:uppercase;
	text-decoration:none;
	text-align:center;
	vertical-align:bottom;
	font-family:myriad pro;
	display:block;
	margin:23px 0 15px 0;
	color:#794f33;
	font-weight:bold;
	font-size:16px;
}
#menu a:hover {
	color:#ffffff;
}
#menu a.active {
	background:url('img/menu-active.jpg') top center no-repeat;
	color:#ffffff;
	margin:15px 0 5px 0;
	height:24px;
	padding:15px 0 0 0;
}
#main {
	width:100%;
	background-color:#ffffff;
}
#left {
	width:280px;
	border-right:2px solid #e7e7e7;
	padding:10px;
}
#right {
	padding:15px 15px 35px 15px;
	color:#473a32;
	text-align:justify;
}
.menu-title {
	color:#70522d;
	margin:0 0 10 0px;
	padding:0 0 0 40px;
	background:url('img/menu-title.jpg') left no-repeat;
	font-size:20px;
}

#lmenu {
	margin:0;
	padding:0;
}
#lmenu .li {
	list-style:none;
	font-size:13px;
	font-weight:bold;
	color:#454343;
	margin:0px 0;
	padding:12px 0 12px 45px;
	background:url('img/menu-li.jpg') no-repeat;
	background-position: 10px 17px;
	border-top:2px dotted #ccccd5;
}
#lmenu a {
	color:#454343;
	text-decoration:none;
}
#lmenu a:hover {
	color:#b81818;
	text-decoration:underline;
}

#lmenu .li#active {
	background:url('img/menu-li-act.jpg') no-repeat;
	background-position: 10px 17px;
	color:#b81818;
}
#lmenu .li#active .sub a {
	color:#454343;
}

#lmenu .li#active a {
	color:#b81818;
}
.sub {
	margin:10px 0;
	padding:0;
}
.sub li {
	margin:3px 0;
	list-style:none;
	color:#454343;
	padding:0;
	font-weight:normal;
}
.sub a {
	color:#454343;
	text-decoration:none;
}
.sub a:hover {
	color:#b81818;
	text-decoration:underline;
}
#footer {
	color:#b8b8b8;
	padding:10px 10px 10px 10px;
	font-size:13px;
	width:910px;
	line-height:20px;
}
#footer a {
	color:#b8b8b8;
}
#footer a:hover {
	text-decoration:none;
}

#lmenu .li#active a.activesub  {
	color:#b81818;
}

.company input {
	width:250px;
}

.company textarea {
	width:250px;
	height:200px;
}

#quest {
	text-align:right;
	font-size:16px;
	padding:0px 10px;
}
#quest img {
	margin-top:10px;
}