@charset "utf-8";
body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

/* CSS Document */

#container {
	width: 750px;
	margin-top: 15px;
	border: medium double #000000;
	margin-left: auto;
	margin-right: auto;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #990000;
}
#header {
	text-align: center;

}

#address {
	font-size: 18px;
	color: #FFFFFF;
	text-align: left;
	padding-top: 10px;
}
#navbar {
	text-align: center;
	padding: 5px;
}
h1 {
	color: #FFFFFF;
}


a:link {
	color: #003366;
}


a:visited {
	color:#003366;
}


a:hover {
	color:#0033CC;
}



a:active {
	color:#003366;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.white_font {
	color: #FFFFFF;
	font-size: 11pt;
}


.sm_font_white {
	font-size: 14px;
	color: #FFFFFF;
}
#big_box {
	background-image: url(images/home_cell_bg3.jpg);
	background-repeat: no-repeat;
}

#left_float {
	float: left;
	width: 180px;
}

#middle {
	text-align: left;
	margin-left: 185px;
	color: #FFFFFF;
	font-weight: bold;
	margin-right: 282px;

}
#right_float {
	width: 280px;
	float: right;
	text-align: left;
	font-weight: bold;
	color: #FFFFFF;
}
#promo_block {
	text-align: left;
	color: #FFFFFF;
	width: 685px;
	margin: 0 auto;
	padding: 10px 5px 10px 15px;
	background-color: #270001;
	border: 1px solid #fff;
}

#ul_block {
	font-size: 16px;
	color: #FFFFFF;
	float: left;
	width: 400px;
	font-style: italic;
	padding-top: 5px;
	margin-left: 25px;
}
#hours {
	color: #FFFFFF;
	text-align: left;
	font-style: italic;
	font-size: 16px;
	width: 250px;
	float: right;
}
#mission {
	font-family: "Bookman Old Style";
	font-size: 18px;
	color: #000000;
	width: 600px;
	margin-right: auto;
	clear: both;
	margin-left: auto;
	text-align: center;
	font-style: italic;
	border: 1px solid #000000;
}
#photo_links {
	font-size: 18px;
	background-color: #CC6600;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-image: url(images/bg1.jpg);
	border: #000 double thick;
}
#events_container {
	background-color: #990000;
	margin: 0 auto;
	width: 700px;
	text-align: center;
	padding: 10px;
}
#events_box {
	width: 500px;
	margin: 0 auto;
	color: #990000;
	padding: 15px;
	text-align: left;
	background-color: #CFB47D;
	background-image: url(images/bg2.jpg);
}

#events_box li {
	margin-bottom: 10px;
}


.events_right_text {
	color: #FFFFFF;
	text-align: center;
}
#directions_email {
	background-color: #FFFFFF;
	width: 500px;
	margin: 0 auto;
	border: #000 double thick;
	text-align: left;
	padding: 20px;
}





#footer {
	clear: both;
	text-align: center;
	font-size: 14px;
	background-color: #FFFFFF;
}
