body {
	background-image: url(images/background.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
p {
	line-height: 14px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #993300;
	margin-left: 10px;
	margin-top: 0px;
}
h2 {
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	color: #333333;
	margin-left: 10px;
}
a img {
	border: none;
}
#container {
	width: 700px;
	margin: 10px auto;
	background-image: url(images/contentbackground.gif);
}
#banner {
	padding: 0px;
	margin-bottom: 0;
	background-image: url(images/SiteHeading.jpg);
	background-repeat: no-repeat;
	height: 190px;
	width: 700px;
}
#content {
	margin-top: 0;
	margin-right: 190px;
	margin-left: 201px;
}
#leftnav {
	float: left;
	width: 201px;
	margin: 0;
	padding: 0px;
	background-color: #630;
	background-image: url(images/NavBackground.jpg);
	background-repeat: no-repeat;
	height: 100%;
}
#leftnav ul {
	list-style-image: url(images/bullet.gif);
	font-size: 12px;
}
#leftnav ul li a {
	color: #fff;
	text-decoration: none;
	line-height: 20px;
}
#leftnav ul li a:hover {
	color: #fff;
	text-decoration: underline;
}
#rightcolumn {
	float: right;
	width: 190px;
	margin: 0;
	margin-left: 0;
}
#footer {
	clear: both;
	padding: 5px;
	margin-top: 0;
	background-color: #E5E5E5;
	font-size: 10px;
	text-align: center;
	color: #666666;
}
#footer a {
	text-decoration: none;
	color: #333333;
}
.body-text a {
	text-decoration: underline;
	color: #333333;
}
.photo-text {
	font-size: 10px;
	line-height: 14px;
	text-align: left;
}
.new {
	color: #fff;
	background-color: #FF0000;
	padding: 0 2px 0 2px;
	margin: 0;
	font-weight: bold;
}