/* CSS Document */
body{
	text-align: center;
	background-color:#371A1C;
	margin-top: 0px;
}
/************** banner div *****************/
#container{
	position: absolute;
	left: 50%;
	width: 780px;
	margin-left: -390px;
	background-color:#6A3638;
}
/************** menu divs *****************/
#intro{
	position: relative;
	top: 0px;
	width: 780px;
	text-align: left;
	}
#intro h1{background: url(images/head.jpg) top left no-repeat; height: 249px; margin: 0px 0px 0px 0px;}
#intro h1 span{display: none;}
#contact{
	
}
#linkbase{
	position: relative;
	width: 780px;
	text-align: center;
	background: url(images/links.jpg) top left no-repeat; height: 71px;
	margin: 0px 0px 0px 0px;
	}
#linklist a {
	text-decoration: none;
	padding-right: 15px;
	color: #6A3638; 
	font: 10pt "Courier New", Courier, mono;}
#linklist a:visited {color: #737E94;}
#linklist a:hover {color: #FFFFFF;}
#linklist{
	text-align: right;
	padding: 20px 30px;
}
/************** content1 divs *****************/
#content{
	position: relative;
	width: 740px;
	margin: 0px 20px 20px 20px;
	background-color:#FFECF5;
	text-align: left;
	font: "Courier New", Courier, mono;
	font-size: 8px;
}
#page{
	padding: 10px 17px 0px 20px;
}
#page h1{margin-bottom: 0px; display: block; font:13pt normal; color: #6A3638; text-align: center;}
#page img{padding: 5px 4px 0px 0px; float: left;}
#page p{font-size: 11pt; color: #737E94;}
#page p:first-letter {font-size: 18pt; float:left; padding-right:2px; color: #6A3638;}
#page h1:first-letter {font-size: 21pt; padding-right: 2px; color: #371A1C;}
#page a {
	text-decoration: underline;
	color: #6A3638; 
	font: 13pt "Courier New", Courier, mono;}
#page a:visited {color: #666666;}
#page a:hover {color: #737E94;}
#footer{
	position: relative;
	margin: 0px 0px 0px 0px;
	padding-top: 15px;
	width: 740px;
	background: url(images/footer.jpg) top Left no-repeat; 
	height: 35px;
	font:  10px "Courier New", Courier, mono;
	color:#6A3638;
	text-align:center;
}
