/* 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:#FFF;
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;
}

#wrapper{
width: 800px;
background-color:#FFFFFF;
margin:10px auto;
border: 0;
text-align:left;
}

#banner{
	height: 193px;
	background-image: url(../images/DCBanner.png);
	background-repeat: no-repeat;
}

#content{
height: 370px;
margin: 10px;
	background-image: url(../images/content.png);
	background-repeat: no-repeat;
}

#footer{
	margin: 20px;
	height:40px;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	text-align: center;

