body {
	background-image:url(images/bg.jpg);
	background-color:#e6d0b0;
	background-position:top;
	background-repeat:no-repeat;
}
#header {
	width:855px;
	height:301px;
	background-image:url(images/header_index.png);
}
#nav {
	width:855px;
	height:70px;
	background-image:url(images/content_bg.jpg);
}
#content {
	width:675px;
	height:auto;
	padding-top:30px;
	background-image:url(images/content_bg.jpg);
	padding-left:100px;
	padding-right:80px;
	padding-bottom:10px;
}
#contentLeft {
	width:460px;
	float:left;
	text-align:left;
}
#contentRight {
	width:190PX;
	float:right;
	text-align:left;
	margin-left:20px
}
#footer {
	width:855px;
	height:268px;
	background-image:url(images/index_footer.jpg);
	background-repeat:no-repeat;
	padding-bottom:15px;
}
#misc {
	width:855px;
	height:20px;
	padding-bottom:30px;
}
#misc, p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	text-align:left;
}
p, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000033;
	line-height: 14px;
}
.p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000033;
	line-height: 14px;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #872C29;
	text-decoration: none;
}
a:hover {
	text-decoration:none;
	color:#000066;
