@charset "utf-8";
/* CSS Document */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
}

a:link {
	text-decoration: none;
	color: #fa0f0e;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:active {
	color: #0000FF;
}
a:hover {
	text-decoration: none;
	color: #FF00CC;
}


#header {
	width: 800px;
	margin: 0 auto;
	height: 120px;
	background-color: #FFFFFF;
	text-align: center;
}

#nav_bar_links {
	width: 800px;
	margin: 0 auto;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
	color: #000000;
}

#nav_bar_links a:link {
	text-decoration: none;
	color: #fa0f0e;
}
#nav_bar_links a:visited {
	color: #666666;
}
#nav_bar_links a:active {
	color: #0000FF;
}
#nav_bar_links a:hover {
	text-decoration: underline;
	color: #FF00CC;
}

#page_content {
	width: 800px;
	margin: 0 auto;
	overflow: auto;
	height: auto;
}

#content_top {
	width: 800px;
	margin: 0 auto;
	height: 6px;
	background-image: url(/images/div_top.png);
}

#content_bottom {
	width: 800px;
	margin: 0 auto;
	height: 5px;
	background-image: url(/images/div_bottom.png);
}

#side_bar {
	width: 220px;
	height: auto;
	float: left;
	padding-top: 20px;
	text-align: center;
	margin-top: 1px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

#main_content {
	width: 550px;
	height: auto;
	float: left;
	padding-top: 20px;
	text-align: center;
	margin-top: 1px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

#other_items {
	text-align: center;
}

#main_content h1 {
	color: #000000;
	font-family: "28 Days Later", "Kristen ITC";
}

#main_content li {
	list-style: square;
}

#footer {
	width: 800px;
	margin: 0 auto;
	height: auto;
	text-align: center;
	background-color: #FFFFFF;
}

#footer hr {
	margin-top: 0px;
	height: 1px;
	width: 780px;
	color: #83a535;
	background-color: #83a535;
}






img {
	border: 0px;
}