@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
	}
body {
	background: #646023 url(images/top_BG_repeat.jpg) top repeat-x;
	margin: 0;
	line-height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
a{
	color: #660000;
	text-decoration: none;
	}
a:hover{
	color: #673a87;
	text-decoration: underline;
	}
#container {
	width: 790px;
	min-height: 100%;
	position: relative;
	margin: auto;
	background: url(images/content_repeat.jpg) repeat-y;
	}
#contentContainer {
	width: 790px;
	padding-bottom: 146px;
	overflow: auto;
	}
#contentLeft {
	width: 314px;
	height: auto;
	float: left;
}
#contentLeftMiddle {
	background: url(images/nav_repeat.jpg) repeat-y;
	width: 314px;
	height: auto;
	}
	#contentLeftMiddle p{
	margin: 0 5px 0 0;
	font-size: 11px;
	text-align: center;
	}
	#contentLeftMiddle a{
	color: #660000;
	text-decoration: none;
	}
	#contentLeftMiddle a:hover{
	color: #dec257;
	text-decoration: underline;
	}
#contentRight{
	width: 476px;
	height: auto;
	float: left;
}
	#contentRight p{
	margin: 0 20px 0 0;
	font-size: 11px;
	}
#contentLeftBottom {
	background: url(images/nav_bottom.jpg) no-repeat;
	width: 314px;
	height: 33px;
	}
#header {
	width: 780px;
	height: 353px;
	margin-left: 5px;
	background: url(images/header.jpg);
	}
#footer {
	bottom: 0;
	position: absolute;
	background: url(images/footer.jpg) no-repeat;
	width: 790px;
	height: 146px;
	clear: both;
	}
	#footer p{
	margin: 80px 125px 0px 25px;
	text-align: left;
	color: #c6c4a6;
	font-size: 9px;
	}
li {
	font-size: 11px;
	}
.style1 {
	color: #670001;
	font-weight: bold;
	}
