* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0 auto;
	padding: 10px;
	background-color: #ffffcc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a, .link {
	color: #2b343e;
	text-decoration: none;
	cursor: pointer;
}

a:hover, .link:hover {
	color: #000;
	border-bottom: 1px solid;
}

.block {
	display: block;
}

h1, h2, h3 {
	font-style: normal;
	font-weight: bold;
	height: 24px;
	padding-top: 25px;
	padding-left: 20px;
	margin-bottom: 10px;
}

h1 {

	font-size: 20px;
}

h2 {

	font-size: 17px;
}

h3 {
	font-size: 14px;
}

p, ul, ol {
	margin-bottom: 8px;
}

ul li {
	list-style: square;
}

ul li, ol li {
	margin: 0;
	padding: 4px 0;
	margin-left: 30px;
}

.mn li {
	margin: 0;
	padding: 4px 0;
	list-style: none;
	padding-left: 20px;
}

.mn li a {
	margin: 0;
	padding: 0;
	padding-left: 30px;
	color: #2b343e;
}

ul li a:hover {
	background: url("/images/arrow.gif") 10px 2px no-repeat;
	color: #000;
	border: none;
}

ol li a:hover {
	color: #000;
	border: none;
}

hr {
	height: 2px;
	color: #2b343e;
	margin: 8px;
}

#container {
	width: 780px;
	height: 700px;
	margin: 0 auto;
}

#header {
	width: 780px;
	height: 190px;
	background-color: #000000;
}

#header a {
	display: block;
	height: 190px;
	color: #FFF;
	cursor: pointer;
	border: none;
}

#header .logo {
	width: 475px;
	height: 150px;
	padding: 20px 0;
	text-align: center;
	font-size: 22px;
	letter-spacing: -2px;
}

#header .logo span {
	font-size: 50px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
}

#logoimg {
	width: 300px;
	height: 190px;
	float: right;
	border: 0;
}

#hmenu {
	background-image: url("/images/hmenu_bg.jpg");
	height: 66px;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #f9fafb;
	padding-left: 75px;
}

#hmenu a {
	display: block;
	height: 15px;
	float: left;
	margin-right: 10px;
	padding: 20px 10px;
	color: #fbf9f9;
	text-decoration: none;
	border: none;
}

#hmenu a:hover {
	color: #97723c;
}

#text {
	padding: 10px;
	text-align: justify;
	font-size: 14px;
}

#footer {
	background-color: #2a2828;
	color: #FFF;
	font-size: 11px;
	padding: 8px 0 1px 20px;
}

#footer p {
	margin-bottom: 10px;
	padding: 0;
}

#footer a {
	color: #fbfcfc;
	text-decoration: underline;
}

#footer a:hover {
	color: #8f7d6e;
	text-decoration: none;
}

#sub {
	margin: 0 auto;
	padding: 15px 0 0 0;
	text-align: center;
	font-size: 9px;
	width: 780px;
	color: #000;
	font-weight: bold;
}

#sub ul {
	width: 780px;
	margin: 0;
	padding: 5px 0;
	list-style: none;
	display: inline;
	float: left;
}

#sub li {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	width: 250px;
	padding: 0 5px;
	margin-bottom: 5px;
	text-align: left;
	line-height: 1.3em;
	border: 0;
}

#sub li a {
	border-bottom: 1px solid;
	line-height: 1.5em;
	text-decoration: none;
}

#sub li a:hover {
	border: none;
	color: #000;
}