body {
	behavior:url("http://www.larryswank.com/LOW/csshover.htc");
	background-image: url("images/mainback.gif");
	background-repeat: repeat;
	margin-top: 10px;
	font-family: Arial, sans;
}
#main {
	background-image: url("images/lowbackground.gif");
	background-position: top-left;
	background-repeat: repeat;
}
#copyright {
	margin: 30px auto 10px auto;
	width: 600px;
	text-align: center;
	font-weight: bold;
}
#mainheader, #main, #mainfooter {
	border-left: 2px solid #c8b190;
	border-right: 2px solid #c8b190;
}
#mainheader {
	border-top: 2px solid #c8b190;
}
#mainfooter {
	border-bottom: 2px solid #c8b190;
}
.card {
	border: 2px solid #c8b190;
}
h3 {
	color: #9a7c52;
}
h2 {
	color: #9a7c52;
	display: block;
	width: 500px;
	border-bottom: 2px solid #9a7c52;
}
a {
	color: #9a7c52;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: blue;
	text-decoration: underline;
}
#menu a {
	width: 180px;
	display: block;
	margin: 0px auto 0px auto;
	background-color: #9a7c52;
	font-size: 12px;
	color: white;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top: 1px solid #c8b190;
	border-bottom: 1px solid #c8b190;
	border-left: 2px solid #c8b190;
	border-right: 2px solid #c8b190;
}
#menu a:hover {
	background-color: blue;
	color: white;
	text-decoration: none;
}

.topbar {
	margin: 20px 0px;
	padding: 0px;
}
.topbar a {
	width: 90px;
	background-color: #9a7c52;
	color: white;
	padding: 5px;
	border-top: 2px solid #c8b190;
	border-bottom: 2px solid #c8b190;
	border-left: 2px solid #c8b190;
	font-size: 14px;
}
.topbar a:hover {
	background-color: blue;
	color: white;
	text-decoration: none;
}
.end {
	border-right: 2px solid #c8b190;
}