body {
	text-align: center;
	text-transform: capitalize;
	background-color: cornsilk;
}

#banner {
	background-color: #432209;
	height: 150px;
	width: auto;
	padding: 0px;
	border: 0px;
	margin: 0px;
}

#bannerPic {
	height: auto;
	width: 400px;
	z-index: 1;
	float: left;
}

h1 {
	color: #D29152;
	text-align: center;
	text-transform: uppercase;
	text-indent: 0px;
	font-family: "Times New Roman";
	font-size: 30px;
}

h2 {
	color: #D29152;
	text-align: center;
	text-transform: capitalize;
	text-indent: 0px;
	font-family: "Times New Roman";
	font-size: 20px;
}

h3 {
	color: #D29152;
	text-align: center;
	text-transform: none;
	text-indent: 0px;
	font-family: "Times New Roman";
	font-size: 20px;
}

#llist {
	background-color:#778959;
	height: 60px;
	width: auto;
	padding: 0px;
	border: 0px;
	margin: 0px;
	text-align: center;
}

a {
	color: #432209;
	text-align: center;
	text-transform: uppercase;
	text-indent: 0px;
	font-family: "Times New Roman";
	font-size: 15px;
	font-weight: bold;
}

a:hover {
	color: #432209;
	text-align: center;
	text-transform: uppercase;
	text-indent: 0px;
	font-family: "Times New Roman";
	font-style: italic;
	font-size: 15px;
	font-weight: bold;
}

a:visited {
	color: #432209;
	text-align: center;
	text-decoration: line-through;
	text-transform: uppercase;
	text-indent: 0px;
	font-family: "Times New Roman";
	font-size: 15px;
	font-weight: bold;
}

#textbox {
	background-color:#E6DFC6;
	height: auto;
	width: auto;
	padding: 0px;
	border: 0px;
	margin: 0px;
	text-align: center;
	font-family: "Times New Roman";
	font-size: 20px;
}

p {
	color: #000000;
	text-transform: none;
	text-align: justify;
	text-indent: 0px;
}
.imgC {
	padding:0px;
	border:0px;
	margin:0px;
	text-align:center;
}
dl {
	text-align: justify;
	text-transform: none;
}
