body{
font-family:sans-serif;
background:#1a1a1a url(../Page_Images/fg.gif);
padding:0px;
margin:0px;
}
#container{
position:relative;
width:923px;
margin:0px auto;
background-image:url(../Page_Images/bg.jpg);
}
#top{
width:923px;
height:17px;
background:#cec195 url(../Page_Images/top.jpg);
}
#bottom{
width:923px;
height:17px;
background:#cec195 url(../Page_Images/bottom.jpg);
}
/*------------------------------------------------*/
/*----------------modifies header layer-----------*/
/*------------------------------------------------*/
#header{
position:relative;
height:100px;
width:100%;
text-align:center;
}
#header h1{
height:100px;
margin:0px;
padding:0px;
background-image:url(../Page_Images/fall_header.gif);
background-position:center;
background-repeat:no-repeat;
}
#header h1 span{
display:none;
}
/*------------------------------------------------*/
/*----------------modifies content layer----------*/
/*------------------------------------------------*/
#main{
position:relative;
color:#0F0101;
padding:0px;
margin:0px 0px 0px 203px;
width:713px;
}
	p{
	margin:0px 10px;
	padding:0px;
	line-height:2em;
	}
	#main a{
	color:#2B1D00;
	font-size:14px;
	}
		#main a:hover{
		color:#7D0000;
		}
	#main .listheader{
	margin:0px 10px;
	color:#4A0005;
	}
	#main .plain{
	list-style:none;
	margin:0px 10px;
	line-height:2em;
	}
	#main .normal{
	margin:0px 10px;
	line-height:2em;
	}
	#main .sectionheader{
	color:#4A0005;
	text-align:center;
	margin:0px 10px;
	}
	#main strong{
	font-weight:normal;
	}
	#main h1 strong, #main h2 strong, #main h3 strong, #main h4 strong{
	font-weight:bold;
	}
/*---------------------------------------------------*/
/*----------------modifies navigation layer----------*/
/*---------------------------------------------------*/
#navigation{
position:relative;
float:left;
width:190px;
left:10px;
list-style:none;
padding:0px;
margin:0px;
text-align:center;
font-variant:small-caps;
line-height:1.5em;
border:1px solid #1a1a1a;
}
#navigation li h1{
font-size:18px;
border-bottom:1px solid #000000;
margin:0px;
}
#navigation li a{
background-color:#d0d698;
border-bottom:1px solid #000000;
text-decoration:none;
color:#000000;
width:190px;
display:block;
}
#navigation a:hover {
background-color:#939357;
}
/*------------------------------------------------*/
/*----------------modifies footer layer-----------*/
/*------------------------------------------------*/
#footer{
position:relative;
width:100%;
clear:both;
border-top:2px double #1a1a1a;
margin:0px 0px -17px 0px;
}
#footer h1{
color:#555555;
font-size:smaller;
text-align:center;
}
#footer a{
float:right;
color:#555555;
margin:15px;
}.clear{
clear:both;
}