body {
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	color: #ffffff;
	background-color: #470f00;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	font-size: 13px;
	text-align: justify;
	line-height: 18px;
}

img {
	border: 0;
}

img.left {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

a {
	color: #996666;
}

a:hover {
	color: #ffffff;
}

h1 {
	font-size: 20px;
}

h3 {
	font-weight: bold;
	margin: 5px 0 5px 0;
	padding: 0;
	color: #ffffff;
}

#container {
	margin: 0 auto;
	width: 765px;
	clear: both;
	overflow: hidden;
	background-color: #741900;
}

#header {
	float: left;
	width: 765px;
	height: 159px;
	background-image: url(images/header_bg.png);
	background-repeat: no-repeat;
}

#hdrtopcase {
	float: left;
	width: 765px;
	margin-bottom: 15px;
}

#hdrtoptxt {
	float: right;
	width: 540px;
	padding: 0 5px 0 5px;
	font-size: 12px;
}

#hdrtitle {
	float: right;
	width: 400px;
	padding-top: 10px;
	text-align: center;
}

#hdrlinks {
	float: right;
	width: 150px;
	line-height: 18px;
}

#hdrlinks ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
}

#hdrlinks ul li a {
	display: block;
	padding: 0px 0px 0px 20px;
	text-decoration: none;
	width:140px;
	color: #d62d00;
	font-size: 12px;
	font-weight: bold;
}

#hdrlinks ul li a:hover, #vertmenu ul li a:focus {
	background-color: #2d0a00;
	color: #ffffff;
}

#menuleft {
	float: left;
	width: 190px;
	padding: 5px 5px 15px 5px;
	background-color: #470f00;
}

#menuleft ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
}

#menuleft ul li a {
	display: block;
	padding: 2px 0px 2px 2px;
	text-decoration: none;
	width:190px;
	color: #d62d00;
	font-size: 12px;
}

#menuleft ul li a:hover, #vertmenu ul li a:focus {
	background-color: #2d0a00;
	color: #ffffff;
}

#maincontent {
	float: right;
	width: 540px;
	padding: 10px;
	margin-top: 10px;
	
	
}

.subsection {
	float: left;
	margin-bottom: 10px;
	padding: 1px 10px 10px 10px;
	width: 96%;
	background-image: url(images/subsection_bg.png);
	background-position: top left;
	background-repeat: no-repeat;
}

.center {
	text-align: center;
}

#footer {
	margin: 0 auto;
	padding: 30px 10px 15px 10px;
	width: 765px;
	text-align: center;
	font-size: 12px;
}

#footer a{
	color: #d62d00;
	text-decoration: none;
}

#footer a:hover {
	color: #ffffff;
}