a:link {
	color: #fe0000;
	text-decoration: none;
	font-weight: 700;
}

a:visited {
	color: #fe0000;
	text-decoration: none;
	font-weight: 700;
}

a:hover {
	color: #fe0000;
	text-decoration: underline;
	font-weight: 700;
}

a.featured:link {
	font-size: 11px;
	color: #fe0000;
	text-decoration: none;
	font-weight: 700;
}

a.featured:visited {
	font-size: 11px;
	color: #fe0000;
	text-decoration: none;
	font-weight: 700;
}

a.featured:hover {
	font-size: 11px;
	color: #fe0000;
	text-decoration: underline;
	font-weight: 700;
}


body {
	padding: 0px;
	margin: 0px;
	font-family: tahoma, verdana, sans-serif;
	background-color: black;
}

#header {
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	padding-bottom: 5px;
}

#featured {
	background-image: url(../images/featured_bg.jpg);
	background-repeat: repeat-x;
}

#featured_box {
	border-left: 1px solid black;
	background-color: white;
	padding: 10px;
}


p {
	font-size: 11px;
}

#upcoming_events {
	background-color: #272727;
	color: white;
	padding: 10px;
}

#featured_boxes {
	background-color: #272727;
	color: white;
	padding: 4px;
}

#footer {
	margin-top: 20px;
	padding-top: 5px;
	color: #a0a0a0;
	font-size: 11px;
	padding-bottom: 20px;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
}

h2 {
	font-size: 18px;
	color: #ff6f00;
	padding-bottom: 5px;
	margin-bottom: 0px;
	text-align: center;
}

#crumbs {
	padding-top: 10px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	color: white;
}