/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}	
body{
background-color:#FFFFFF;
color:#533813;
font-family:Papyrus;
margin: 0;
padding: 0;
text-align: center;
}

p {
font-size:80%;
}
.rightimage {
margin-left: 15px;
margin-bottom: 5px;
float: right;
}
.leftimage {
	margin-right: 15px;
	margin-bottom: 5px;
	float: left;
	background-color: #FFFFFF;
}

#wrapper{
	width: 800px;
	background-color:#FFFFFF;
	margin:10px auto;
	border: 2pt;
	text-align:left;
	border-color: #000000;
	border-width: 1pt;
	border-style: line;
}

#banner{
	height: 180px;
	background-repeat: no-repeat;
}

#content{
	height: 370px;
	margin: 10px;
	background-repeat: no-repeat;
	padding-bottom: 0px;
	vertical-align: text-bottom;
}
#contact{
	height: 100px;
	margin: 10 px;
	background-repeat:no-repeat
	}
#spacer{
	height: 20px;
	margin: 10px;
	}
#body{
	height: 200px;
	margin: 10px; 
	}		
#spacerb{
	height: 20px;
	margin: 10px;
	}
#footer{
	margin: 20px;
	height:40px;
	background-repeat: no-repeat;
	text-align: center;
