body {
	background: #B2A999 url(../images/bg_body.jpg	) no-repeat center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
}
* {
	margin: 0px;
	padding: 0px;
}
img {
	border: 0px;
}
#container {
	position: relative;
	margin: 0px auto;
	width: 760px;
	min-width: 760px;
}
#masthead {
	position: absolute;
	height: 142px;
	width: 172px;
	left: 15px;
	top: 138px;
}
#content {
	float: right;
	width: 345px;
	padding-right:160px;
	background: url(../images/bg_content.gif) repeat-y;
	margin-top: 45px;
	padding-bottom: 20px;
}
#splash {
	text-align: center;
	float: right;
	width: 345px;
	padding-right:160px;
	margin-top: 65px;
	}
#footer {
	float: right;
	clear: right;
	background: url(../images/bg_footer.jpg) no-repeat right top;
	height: 250px;
	width: 505px;
}
#navigation {
	position: absolute;
	right: 0px;
	top: 115px;
	height: 280px;
	width: 155px;
	background: url(../images/bg_navigation.jpg) no-repeat top center;
}
#navigation ul {
	margin-top: 59px;
}
#navigation ul, #navigation li {
	list-style: none;
}
#footer ul {
	margin-left: 15px;
	margin-top: 10px;
}
#navigation li {
	text-align: center;
	display: block;
	height: 30px;
	width: 155px;
}
#footer li {
	display: inline;
	list-style: none;
	margin-right: 5px;
}

#content p {
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	line-height: 1.5em;
}
#navigation a {
	display: block;
	height: 30px;
	width: 155px;
	font-size: 0px;
}
#navigation #nav1 {
	background: url(../images/nav1.gif) no-repeat;
}
#navigation #nav2 {
	background: url(../images/nav2.gif) no-repeat;
}
#navigation #nav3 {
	background: url(../images/nav3.gif) no-repeat;
}
#navigation #nav4 {
	background: url(../images/nav4.gif) no-repeat;
}
#navigation #nav5 {
	background: url(../images/nav5.gif) no-repeat;
}
#navigation #nav6 {
	background: url(../images/nav6.gif) no-repeat;
}
#navigation #nav1.current {
	background: url(../images/nav1a.gif) no-repeat;
}
#navigation #nav2.current {
	background: url(../images/nav2a.gif) no-repeat;
}
#navigation #nav3.current {
	background: url(../images/nav3a.gif) no-repeat;
}
#navigation #nav4.current {
	background: url(../images/nav4a.gif) no-repeat;
}
#navigation #nav5.current {
	background: url(../images/nav5a.gif) no-repeat;
}
#navigation #nav6.current {
	background: url(../images/nav6a.gif) no-repeat;
}
#footer p {
	padding: 15px 15px 5px  15px;
}
#content a img {
	border: 2px solid #aa9c82;
	display: inline;
	margin-right: 2px;
}
#content a:hover img {
	border: 2px solid #333;
}
#content h1 {
	text-transform: uppercase;
	font-size: 1.50em;
	padding-top: 75px;
	padding-bottom: 8px;
	padding-left: 10px;
	color: #6b0505;
	font-weight: normal;
	background: url(../images/bg_content_h1.gif) no-repeat center top;
}
#content h2 {
	font-size: 1.25em;
	color: #333;
	margin-top: -5px;
	margin-bottom: 15px;
	margin-left: 15px;
	font-weight: normal;
}
#container h3 {
	font-size: 1.15em;
	margin-top: 15px;
	margin-left: 15px;
	margin-bottom: 5px;
	color: #333;
	font-weight: normal;
}
#content h4 {
	padding: 20px 15px 10px;
	line-height: 1.5em;
	font-weight: normal;
}
#content h4 a {
	font-weight: bold;
	color: #6b0505;
	text-decoration: none;
	border-bottom: 1px dotted #333333;
}
#content h4 a:hover {
	color: #333333;
}
#content ul {
	margin: 15px;
}
#content li {
	margin: 15px 10px;
	list-style: none;
}
#content li h1 {
	text-transform: uppercase;
	font-size: 1.15em;
	padding: 0px;
	color: #790B02	;
	font-weight: normal;
}
#content li a {
	color: #000;
	text-decoration: none;
	display: block;
	padding-top: 5px;
}
#content li a:hover {
	color: #790B02;
	text-decoration: none;
	border-right: 1px dotted #990000;
}

