body {
	background-color: #000000;
	font-family: arial, helvetica, sans-serif; 
	font-size: 0.8em;
}
	
h2 {
	border-bottom: 3px solid #e91d24;

}

h3 {
	border-bottom: 1px solid #e91d24;
	

}

a {
	color: #ff0000; 

}

a.active:link, a:hover {
	color: #e91d24;

}


#wrap {
	width: 660px;
	background-color: #fffaf2;
	border: 1px solid #acb3bc;
	margin-left: 200px; 
	}

#header {
	float: left;
	padding:  5px 5px 0 5px;
	}

#navigation {
	
	width: 500px;
	height: 36px;
}

#nav {
	margin: 0;
	padding: 10px 0 0 10px; 
	list-style-type: none;
}

#nav li {
	margin: 0;
	padding: 0;  
	display: inline;
}
	
#nav a {
	float: left;
	margin: 0 10px 0 0;
	padding: 4px 8px;
	color: #272727; 
	text-decoration: none;
	border-bottom: 2px solid #fff; 
	border: 1px solid #d2dae4;
	background: #fffaf2;
	}
	
#nav a.active:link, #nav a:hover, #nav li.home {
	border-bottom: 2px solid #e91d24;

}

#nav li.home {
	border-right: 1px solid #666;
	border-bottom: 2px solid #e91d24;
	
}



#slideshow {
	float: middle;
	margin: 10px;
	width: 640px;
	height: 480px;
}


#content {
	float: left;
	width: 600px;
	margin: 10px 20px;

}

#content li {
	color: #e91d24;
}

#content li span {
	color: #000000;

}
#comm li {
	list-style-type: none;
	padding: 1px;
	color: #000000;

}

#top {
	float:left;
	margin: 10px;
	width: 640px; 
	height: 33px;
	background-image: url(filmstripTop.jpg);
	background-repeat: no-repeat;

}

#bottom {
	float:left;
	margin: 10px 10px 0 10px;
	width: 640px; 
	height: 51px;
	background-image: url(filmstripBottom.jpg);
	background-repeat: no-repeat;
}



#footer {
	clear: both; 
	
	background: #767676; 
	font-family: "Lucida Grande", sans-serif;
	color: #ffffff;
	font-size: 0.7em;
	padding: 0.3em;
	text-align: center;
	}
	
th {
	text-align: left; 
	border-bottom: 1px solid #e91d24;

}
