#topBar {
	width: 100%;
	height: 20px;
	background-image: url(../images/border.gif);
	background-repeat: repeat-x;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #E4DCCD;
}
a {
	text-decoration: none;
	color: #7B6047;
}
a:hover {
	color: #D2711E;
}
#banner {
	float: left;
	padding-top: 10px;
}
#nav {
	float: left;
}
#nav ul li {
	list-style-type: none;
	line-height: 1.25em;
}
#nav a {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 3px;
	padding-left: 15px;
}
#nav a:hover {
	background-image: url(../images/bullet_over.gif);
}
#caption {
	width: 800px;
	padding-top: 15px;
	padding-right: 10px;
	float: left;
	clear: left;
}
