html {
	margin: 0;
	padding: 0;
}

body {
	background: #666666;
	font-family: Verdana;
	font-size: 12px;
	line-height: 17px;
	color: #333;
}

a {
	text-decoration: underline;
	color: #362e19;
}

a:hover {
	text-decoration: none;
	color: #4a3c19;
}

#wrap {
	margin: 20px auto;
	width: 1000px;
}

#header {
	background: #666666 url(../img/header.jpg) no-repeat;
	height: 200px;
}

#header h1 {
	font-size: 38px;
	padding: 90px 20px 0 20px;
	color: #fff;
	text-align: center;
}

#header h1 a {
	color: #fff;
	text-decoration: none;
	font-weight: 100;
	letter-spacing: -2px;
}

#header h1 a:hover {
	color: #000;
}

#header h2 {
	font-size: 19px;
	color: #EFECE0;
	padding: 20px 0 0 40px;
	letter-spacing: -1px;
	font-weight: 100;
}

#menu {
	height: 40px;
	line-height: 40px;
	background: #666666 url(../img/menu.jpg) no-repeat;
}

#menu ul {
	list-style-type: none;
	padding-left: 40px;
}

#menu ul li {
	display: block;
	float: left;
}

#menu ul li a {
	padding: 0 20px 0 0;
	text-decoration: none;
	font-weight: 100;
	font-size: 18px;
	color: #aaa;
}

#menu ul li a:hover {
	color: #fff;
	text-decoration: none;
}

#content {
	background: #666666 url(../img/content.jpg) repeat-y;
	padding: 10px;
}

.left {
	float: left;
	width: 730px;
	text-align: justify;
	padding: 20px;
	background: #fff;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.right {
	float: right;
	width: 190px;
	background: #fff;
	padding: 15px 7px 15px 10px;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.right h2 {
	color: #000;
	font-size: 17px;
	padding-left: 15px;
}

.right ul {
	padding: 6px 8px 15px 17px;
	list-style-type: square;
}

.right ul li.active, .right ul li.active > a {
      color: #911B1B;
}

#bottom {
	background: #d4ccae url(../img/bottom.jpg) no-repeat;
	padding: 10px 0;
}

#head {
	padding: 0 0 6px 0;
}

#footer {
	text-align: center;
	font-size: 11px;
}

#head, #headmenu {
	font-size: 17px;
}

.submenu_item {
	margin-left: 17px;
}

.menu_heading {
	display: inline-block;
	list-style-type: none;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
	color: #000 !important;
	font-size: 11pt;
	font-weight: bold;
}

.submenu_item + .menu_heading {
	font-size: 11pt;
	margin-top: 7px !important;
	margin-bottom: 7px !important;
}

.menu_separator {
	list-style-type: none;
	margin-top: 12px !important;
	margin-bottom: 12px !important;
}
