body {
	background-color: #474530;
	margin: 0px;
	background-image: url(../images/bg-top.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
}
img {border: none;}
#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	width: 960px;
	height: 216px;
}
#topnav {
	background-image: url(../images/topnav-bg.jpg);
	background-repeat: no-repeat;
	width: 920px;
	height: 50px;
	text-transform: uppercase;
	padding: 0px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#topnav ul {padding: 0px; margin: 0px; list-style-type: none;}
#topnav li {padding: 0px; margin: 0px; float: left; width: 230px;}
#topnav li.left {text-align: left;}
#topnav li.right {text-align: right;}
#topnav li.center {text-align: center;}

#topnav li a {
	text-decoration: none;
	display: block;
	height: 32px;
	font-size: 16px;
	line-height: 16px;
	padding: 9px 18px;
}
#topnav li a:link, #topnav li a:visited {color: #FFFFFF;}
#topnav li a:hover, #topnav li a:active {color: #000000; background-color:#EEEDD9;}
#container {
	background-image: url(../images/container-bg.jpg);
	background-repeat: repeat-y;
	width: 880px;
	padding: 20px 40px;
	line-height: 21px;
}
#container a {color: #470000;}
#container #leftcol {
	padding: 0px 0px 10px;
	float: left;
	width: 655px;
}
#container #rightcol {
	width: 195px;
	float: right;
	margin-left: 20px;
}
#container #rightcol #contactbox {
	border: 4px solid #626150;
	width: 177px;
	margin: 0px 0px 5px 5px;
	text-align: center;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#container #rightcol #contactbox h3 {
	font-size: 20px;
}
#container h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	margin: 50px 0px 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #470000;
	padding-bottom: 5px;
}
#container h1 a {
	float: right;
	font-size: 11px;
	margin-top: -20px;
	text-decoration: none;
	padding: 0px;
}
#container h1 a:hover, #container h1 a:active {font-weight: bold;}
#container h1#primary {
	margin: 0px 0px 5px;
	border: none;
}
#container h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	margin: 0px 0px 10px;
}
.totop {
	width: 120px;
	float: right;
	font-size: 11px;
}
#footer {
	background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
	text-align: center;
	width: 960px;
	clear: both;
	padding: 25px 0px;
}
#footer h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	margin: 0px 0px 40px;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
#footer a {color: #FFFFFF; margin: 0px 20px;}
#footer a:link, #footer a:visited {text-decoration: none;}
#footer a:hover, #footer a:active {text-decoration: underline;}
.itemLeft {float: left; margin: 0px 10px 10px 0px;}
.itemRight {float: right; margin: 0px 0px 10px 10px;}
.clear {clear: both;}
