/* layout */

* {margin: 0;
   padding: 0;}
   
body {
	color: #FFFFFF;
	background-repeat: repeat;
	background-position: center;
	background-attachment: fixed;
	background-image: url(images/body_bg.jpg);
	background-color: #800020;
	border-top-color: #FDEFE8;
	border-right-color: #FDEFE8;
	border-bottom-color: #FDEFE8;
	border-left-color: #FDEFE8;
	}
	
/* Begin Structure of site '*/  
 
#container {
	width: 896px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666666;
	background-color: #590200;
	background-position: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 3px;
}

#header {
	margin-top: 1px;
	background-image: url(images/header_low4.gif);
	height: 320px;
	border: medium solid #EBE5D9;
	background-color: #000000;
}

#wrapper {
	margin-top: 7px;
	background-repeat: repeat-y;
	background-color: #590200;
	border-top-color: #59200;
	border-right-color: #590200;
	border-bottom-color: #590200;
	border-left-color: #590200;
}

#left {
	float: left;
	width: 155px;
	color: #FFFFFF;
	background-color: #590200;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	font-size: 14px;
	font-style: normal;
	border-top-color: #590200;
	border-right-color: #590200;
	border-bottom-color: #000000;
	border-left-color: #590200;
}

#right {
	background-color: 590200;
	color: #FFFFFF;
	float: right;
	width: 155px;	
	background-position: right top;
	padding: 5px;
	border-top-color: #590200;
	border-right-color: #590200;
	border-bottom-color: #590200;
	border-left-color: #590200;

}

#content {
	margin-left: 170px;
	margin-right: 170px;
	margin-bottom: 5px;
	color: #FFFFFF;
	background-color: #000000;
	padding: 20px;
	border: 0px solid #FFFFFF;
	background-image: url(images/textured_cream_bg.gif);
}

#footer {
	clear: both;
	background-color: #590200;
	color: #FAF2E6;
	padding: 4px;
	border: 1px solid #000000;
	text-align: center;
}

/*  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;
	border: 1px solid #800020;
	background-image: none;
	background-repeat: no-repeat;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
	padding: 5px;
}

h1{
	background-color: #590200;
	padding: 5px;
	font-size: 1.3em;
	color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 15px;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;

}

h2{
	background-color: #590200;
	padding: 5px;
	font-size: 1.3em;
	color: #FFFFFF;
	margin-top: 15px;
	margin-bottom: 15px;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;

}

.list {
	margin-left: 25px;
	list-style-image: url(images/list_bullet.png);
	margin-top: 30px;
}

a:link {
	color: #590200;
	background-color: inherit;
}
a:visited {
	color: #590200;
	background-color: inherit;
}
a:hover {
	color: #CCCCCC;
	background-color: inherit;
}
a:active {
	color: #590200;
	background-color: inherit;
}

/**********  top navigation *************/
#navlist
{
	height: 2.6em!important;
	height: 2.7em;
	margin-top: 7px;
	padding: 1.7em 0em .3em .4em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: 1px solid #FFFFFF;
	background-color: #590200;
	color: #FFFFFF;
}

#navlist a, #navlist a:link, #navlist a:visited
{
border: 1px solid #CCCCCC;
padding: 1.2em;
padding-left: 0.5em;
padding-right: 0.5em;
color: #FFFFFF;
text-decoration: none;
}

#navlist a:hover, #navlist a:active, #navlist a:focus
{
	border: 1px solid #FFFFFF;
	padding: 1.1em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	text-decoration: none;
	color: #FFFFFF;
}

#navlist li
{
padding-right: 1px;
display: inline;
font-size: 1em;
}

#navlist ul
{
margin: 0px;
padding: 0px;

}

#navlist #active a {
	background-color: #590200;
	color: #FFFFFF;
	font-size: 1em;
	font-weight: bold;
}
 img
{  border-style: none;
}

