body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #951C2E;
}
.titles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #951B2E;
}

#container {
	width: 770px;
	background-color: #FFFFFF;
}
#top {
	width: 770px;
	float: left;
	height: 20px;
	background-image: url(images/top.gif);
	background-repeat: no-repeat;
}
#footer {
	width: 770px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#nav {
	width: 730px;
	float: left;
	background-color: #FFFFFF;
	background-image: url(images/nav_bg.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 50px;
	text-align: right;
	padding-right: 40px;
	padding-top: 160px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.topnav {
	list-style-image: none;
	list-style-type: none;
	display: inline;
	margin-left: 20px;
}

#flash {
	width: 770px;
	float: left;
	background-color: #FFFFFF;
}
.links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}


#content {
	width: 500px;
	float: left;
	background-color: #FFFFFF;
	padding-left: 20px;
	padding-right: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 20px;
}
#tools {
	width: 730px;
	float: left;
	background-color: #FFFFFF;
	padding-left: 20px;
	padding-right: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 20px;
}
#rightnav {
	width: 187px;
	float: left;
	background-color: #FFFFFF;
	background-image: url(images/quick_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 25px;
	padding-top: 42px;
	padding-left: 10px;
	height: 320px;
}

#bottom {
	width: 770px;
	float: left;
	background-image: url(images/bottom.gif);
	background-repeat: no-repeat;
	height: 20px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
label, select, li {
font-size: 11px;
}

a.normal:link,a.normal:active,a.normal:hover,a.normal:visited
{
	color: #951C2E;
}