body {
	font-family: Verdana;
	font-size: 12px;
	color: #333333;
	background-color: #1A1A1A;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
}
li {
	list-style-image: url(images/red_bullet.png);
}

.content {
	background-color: #FFFFFF;
	background-image: url(images/cont_bg.png);
	background-repeat: no-repeat;
	background-position: top;
	width: 960px;
	padding-top: 5px;
	clear: both;
	overflow: inherit;
}
.content_footer {
	background-image: url(images/cont_foot.png);
	background-repeat: no-repeat;
	height: 7px;
	width: 960px;
	margin-bottom: 10px;
}
.footer_div {
	background-image: url(images/page_footer.png);
	background-repeat: no-repeat;
	height: 80px;
	width: 960px;
	margin-bottom: 20px;
	color: #CCCCCC;
}
a:link {
	color: #FF0000;
	text-decoration: underline;
}
a:visited {
	color: #FF0000;
	text-decoration: underline;
}
a:hover {
	color: #333333;
	text-decoration: none;
}



.nav {
	width: 950px;
	margin-left: 5px;
	background-image: url(images/nav_bar.png);
	height: 40px;
	margin-right: 5px;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	font-family: Arial;
	margin-bottom: 5px;
}

.navlink:link {
	color: #FFFFFF;
	text-decoration: none;
}
.navlink:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.navlink:hover {
	color: #DDDDDD;
	text-decoration: none;
}

.title {
	font-size: 18px;
	color: #C3000C;
	font-weight: bold;
}
.container {
	margin-right: 5px;
	margin-left: 5px;
	line-height: 18px;
}



.header_div {
	background-image: url(images/header_bg.png);
	height: 123px;
	width: 960px;
	background-repeat: no-repeat;
}
.white_title {

	font-size: 22px;
	color: #FFFFFF;
	font-weight: bold;
}
.small_title {
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
}
.thumb {
	border: 3px solid #CC0000;
}
.thumb:hover {
	border: 3px solid #333333;
}

