body {
	background-image:url(../images/background.jpg);
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#background-stripes {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	background-image: url(../images/background_stripes.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 142px;
}
#headerimg {
	width: 800px;
	height: 100px;
	margin: 0px auto 0px auto;
}
#container{
	position: relative;
	background-color: #FFFFFF;
	background-image: url(../images/drop_shadow.gif);
	background-repeat: repeat-x;
	width: 780px;
	margin: 0px auto 0px auto;
	padding: 0px;
	z-index: 1000;
}
#badge {
	position: absolute;
	top: -55px;
	left: -20px;
	z-index: 3;
}
#contact {
	position: relative;
	margin: 8px auto 0px auto;
	padding: 6px 0px 8px 250px;
	width: 530px;
	background-color: #990000;
	height: 20px;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	z-index: 1;
}
#nav {
	float: left;
	width: 200px;
	margin: 135px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#nav a:link, #nav a:visited, #nav a:active {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}
#nav a:hover {
	color: #999966;
}
#nav ul {
	list-style-type: none;
}
#nav li {
	margin-bottom: 10px;
}
#bodycontent {
	float: right;
	left: 150px;
	width: 500px;
	margin: 0;
	padding: 15px 30px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#bodycontent h1 {
	color: #990000;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#bodycontent img {
	margin: 0px 10px 0px 10px;
	padding: 0px 10px 10px 10px;
}
#bodycontent p {
	line-height: 140%;
}
#bodycontent ul li {
	margin-bottom: 10px;
	line-height: 140%;
}
#whatsnew {
	background-image: url(../images/new_top.gif);
	background-repeat: no-repeat;
	width: 500px;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}
#whatsnewtext {
	padding: 70px 20px 0px 20px;
}
#whatsnew #newfoot {
	background-image: url(../images/new_bottom.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
	height: 45px;
	margin: 0;
	padding: 0;
}
#leftquote {
	width: 240px;
	float: left;
	color: #990000;
	display: block;
}
#fullquote {
	color: #990000;
}
#rightquote {
	width: 240px;
	float: right;
	color: #990000;
	display: block;
}
#footer {
	margin: 0px auto 0px auto;
	background-image:url(../images/footer.png);
	width: 780px;
	height: 40px;
}
#copywrite{
	color: #ffffff;
	text-align: center;
	padding-bottom: 20px;
}
.clearall {
	clear: both;
}
.boldredtext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: normal;
	color: #990000;
}