body {
	background-repeat: repeat-x;
	margin-top: 0px;
	background-color: #333;
	background-image: url(images/backgrd.jpg);
	background-position: center top;
}
#site-container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

#header-container  {
	height: 280px;
}
#banner   {
	height: 245px;
	background-image: url(images/banner2.png);
	background-repeat: no-repeat;
}
#menu   {
	height: 35px;
	background-image: url(images/menubg.jpg);
}
#content-container  {
	margin-bottom: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
	background-color: #FFF;
}
#content-container .clearer  {
	font-size: 0px;
	line-height: 0px;
	clear: left;
	height: 0px;
}
#footer-container  {
	height: 35px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	background-image: url(images/footerbg.jpg);
}
#footer   {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	text-align: center;
	padding-top: 9px;
	font-weight: bold;
	color: #CCC;
}
#footer a {
	color: #ccc;
	text-decoration: none;
}
#banner-container #highlight {
	width: 300px;
	padding: 7px;
	text-align: left;
	color: #845009;
	height: 235px;
}
#underfoot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-align: center;
	padding-top: 5px;
	color: #CCC;
	background-color: #151515;
}
#underfoot a {
	color: #5E6874;
	font-size: 10px;
	text-decoration: none;
}
#clearer {
	font-size: 0px;
	line-height: 0px;
	clear: left;
	height: 0px;
}
.red {
	color: #F00;
}
.smallfont {
	font-size: 12px;
}
