* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #660000;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	font-family: Tahoma, Geneva, sans-serif;
	color:#555;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
}

#header {
	width: 900px;
	height: 100px;
	margin-top: 15px;
	background-image: url(../images/header_bg.gif);
	background-repeat: repeat-x;	
}

#content {
	width: 860px;
	padding: 20px 20px 20px 20px;
	background-color: #eeeeee;
	background-image: url(../images/content_bg.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	overflow: hidden;
}

#footer {
	width: 900px;
	height: 25px;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	padding-top: 3px;
	text-align: center;
	margin: 0 auto;
	clear: both;
}

#belowfooter {
	text-align: center;
	font-size: 10px;
	padding: 10px;
}

/*NAVIGATION */
ul#navigation {
	margin:0 auto;
	background-color: #660000;
	color: #fff;
	width: 900px;
	height: 30px;
	clear:both;
}

ul#navigation li { 
	display: inline;
}

ul#navigation li a {
	padding: 5px 12px 6px 12px;
	color: #fff;
	background-image:url(../images/nav_bar.gif);
	background-position: bottom;
	background-color: #660000;
	text-decoration: none;
	float: left;
}

ul#navigation li a:hover {
	text-decoration: none;
	background-image:url(../images/nav_bar.gif);
	background-position: top;
	background-color: #660000;
	color: #fff;
}

/*HEADINGS*/
h1 {
	color: #990000;
	text-decoration: underline;
	font-size:20px;
	margin-bottom: 10px;
}

h2 {
	color: #990000;
	text-decoration: none;
	font-size:17px;
	clear:both;
	margin:20px 0 0 0;
}

h3 {
	color: #990000;
	text-decoration: none;
	font-size:16px;
}

h4 {
	color: #666;
	text-decoration: none;
	font-size:15px;
}

h5 {
	color: #333;
	text-decoration: none;
	font-size:13px;
}

p {color: #ccc;}

#content p {
	margin-bottom: 15px;
	font-size: 13px;
	color: #333;
}

#footer p {
	margin-top: 5px;
	font-size: 12px;
	color: #fff;
}

hr {
	width: 100%;
	display: block;
	clear: both;
}

.img-right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.img-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.img-center {margin: 10px auto; text-align: center;}

address.address_box {
	padding-left: 25px;
	color: #555;
	font-weight: bold;
}

blockquote {
	padding-left: 20px;
	font-style: italic;
	font-size: 14px;
}

#mediaPlayer{
	margin: 0 15px 15px 0;
	float: left;
}

.audioPlayer {}

.vid_embed {
	margin: 5px;
	float: left;
}

.address_box {
	width: 350px;
	padding: 10px;
	float:left;
}

legend {padding:10px;}

.contact_icons {float: left;}

.phone_numbers {
	width: 400px;
	margin: 0 0 20px 0;
	float: left;
}

fieldset {clear: both;}

/*LINKS*/
a.weblink:link {color: #333;}
a.weblink:visited {color: #333;}
a.weblink:hover {color: #990000;}
a.weblink:active {color: #990000;}

a.footerlink:link {color: #fff; text-decoration: none;}
a.footerlink:visited {color: #fff; text-decoration: none;}
a.footerlink:hover {color: #ccc;}
a.footerlink:active {color: #888;}