
* {margin: 0;
   padding: 0;}
   
body {
	background-color: #000000;
	color: #FFFFFF;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-attachment: fixed;
	}
	
/* Begin Structure of site '*/  
 
#container {
	width: 1000px;
	padding:3px;
	margin: 0px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #FFFFFF;
	background-color: #000000;
}

#header {margin-top: 1px;
	background-image:  url("../images/header_low.jpg");
	height: 320px;
	border: 1px solid #000000;
}

#wrapper {
	margin-top: 7px;
	background-image:  url("public_html/images/wrapper_bg.gif");
	background-repeat: repeat-y;
}

#left {
	float: left;
	width: 160px;
	background-image:  url("public_html/images/round_corner.gif");
	background-repeat: no-repeat;
	color: #FFFFFF;
	background-color: #ab0716;
	padding: 5px;
}



#content {
	margin-left: 175px;
	margin-bottom: 5px;
	color: #000000;
	background-color: #878384;  
	padding: 20px;
	border: 0px solid #FFFFFF;
}

#footer {
	clear: both;
	background-color: #000000;
	color: #FFFFFF;
	padding: 4px;
	border: 1px solid #000000;
	background-image:  url("public_html/images/bar_bg.gif");
	text-align: center;
}

/* Begin text formatting and image floats */

.imageleft{
	float: left;
	margin-right: 7px;
	margin-bottom: 1px;
}


p{
    margin-top: 15px;
	margin-bottom: 15px;
}

blockquote{
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 30px;
	border: 1px dotted #000000;
	background-repeat: no-repeat;
}

h1{
	background-color: #ab0716;
	padding: 5px;
	font-size: 1.3em;
	color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 15px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;

}

h2{
	background-color: #ab0716;
	padding: 5px;
	font-size: 1.3em;
	color: #FFFFFF;
	margin-top: 15px;
	margin-bottom: 15px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;

}

.list {
	margin-left: 10px;
	list-style-image:  url("public_html/images/list_bullet.gif");
	margin-top: 30px;
}

a:link {
	color: #FFFFFF;
	background-color: inherit;
}
a:visited {
	color: #FFFFFF;
	background-color: inherit;
}
a:hover {
	color: #ab0716;
	background-color: inherit;
}
a:active {
	color: #FFFFFF;
	background-color: inherit;
}

/********** Begin top navigation *************/
#navlist
{
	height: 1.7em!important;
	height: 1.8em;
	margin-top: 3px;
	padding: .9em 0em .3em .4em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: 1px solid #000000;
	
}

#navlist a, #navlist a:link, #navlist a:visited
{
border: 1px solid #000000;
padding: 1.2em;
padding-left: 0.5em;
padding-right: 0.5em;
color: #891a00;
text-decoration: none;
}

#navlist a:hover, #navlist a:active, #navlist a:focus
{
	border: 1px solid #891a00;
	padding: 1.1em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	text-decoration: none;
	color: #891a00;
}

#navlist li
{
padding-right: 15px;
display:  inline;
font-size: 1em;
}

#navlist ul
{
margin: 0px;
padding: 0px;

}

#navlist #active a {
	background-color: #000000;
	color: #891a00;
	font-size: 1em;
	font-weight: bold;
}
 