body {
	background-image: url(images/background_tile.gif);
	background-color:#C0C0C0;
}
#banner {
	background-color:white;
	color:#542E12;
	border: 1px solid #542E12;
	font-family: "times new roman", serif;
	font-weight:bold;
	font-size:40px;
}
.bannerBorder {
	border:1px solid #542E12;
}
.bannerInside {
	width:580px;
	height:100px;
	margin:0 auto;
	border:1px solid white;
}
#menu { 
	background-color: #C4BB9D; 
	border: 2px solid #542E12;
}
#menu a, #menu a:link, #menu a:visited, #menu a:hover, #menu a:active {
	font-weight:normal;
}

#footer { 
	border-top: 2px solid #542E12;
}
hr {
	border:1px solid #542E12;
	color:#542E12;
	background-color:#542E12;
}
h1, h2, h3, h4, h5, h6 {
	color:#542E12;
}
a, a:link, a:visited {
	color: #542E12;
}
a:hover {
	color:red;
}
a:active {
	color: #542E12;
}
.navprevious {
	width:100px;
	float:left;
	text-align:left;
	margin-bottom:10px;
}
.navnext {
	width:100px;
	float:right;
	text-align:right;
	margin-bottom:10px;
}
.navhome {
	text-align:center;
}
