/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #21120C;
	background-image: url(images/bg.jpg);
}

.page {
	width: 999px;
	text-align: left;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#header {
	text-align: center;
	padding-left: 120px;
}

#header a img {
	float: left;
}

#topmenu {
	text-align: right;
}

#topmenu a img {
	float: left;
}

#content_top {
	background-image: url(images/Index_middle.jpg);
	background-repeat: no-repeat;
	height: 519px;
	width: auto;
	position: relative;
}

#content_bottom {
	background-image: url(images/Index_bottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	position: relative;
	height: 519px;
}

div#leftpanel {
	float: left;
	width: 227px;
	height: 845px;
	background-image: url(images/Inside_LeftNav.jpg);
	background-repeat: no-repeat;
	position: relative;
}

#leftpanel-menu {
	position: absolute;
	top: 450px;
	left: 30px;
	width: 175px;
}

#leftpanel-menu ul {
	padding: 0px;
	margin: 0px;
}

#leftpanel-menu ul li {
	list-style-type: none;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 1px dotted #403122;
}

#leftpanel-menu ul li a {
	color: #BC7F54;
	text-decoration: none;
}

#leftpanel-menu ul li a:hover, #leftpanel-menu ul li a.selected {
	color: #FFFFFF;
	text-decoration: none;
}

div#mainpanel {
	float: right;
}

div#mainpanel a {
	color: #000000;
}

#mainpanel #wholebody {
	background-image: url(images/Inside_middle_text.jpg);
	background-repeat: repeat-y;
}

#mainpanel #wholebodyinside {
	background-image: url(images/Inside_top2_text.jpg);
	background-repeat: no-repeat;
	min-height: 367px;
	position: relative;
}

#mainpanel #wholebodyinsidemiddle {
	background-image: url(images/Inside_middle.jpg);
	background-repeat: no-repeat;
	background-position: 0px 183px;
	min-height: 500px;
	position: relative;
}

#mainpanel #wholebodyinside .pagetitle {
	position: absolute;
	top: 75px;
	left: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	color: #9D7240;
	text-transform: uppercase;
}

#mainpanel #wholebodyinside .picture {
	position: absolute;
	top: 125px;
	left: 30px;
}

.content {
	float: left;
	padding-top: 220px;
	padding-left: 25px;
	text-align: justify;
	color: #000000;
	width: 493px;
}

.rightcontent {
	float: left;
	padding-top: 310px;
	padding-left: 30px;
	text-align: left;
}

.content a {
	color: #000000;
}

#footer {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

#footer ul {
	margin: 0px;
	padding: 0px;
}

#footer ul li {
	list-style-type: none;
	display: inline;
}

#footer ul li a img {
	border: 0px;
}

#footer .copyright {
	font-size: 11px;
	color: #7C512F;
}
