body {
	color: black;
	background-color: white;
	background-image: url('images/bg_blue156c3.jpg');
	background-position: top left;
	background-repeat: repeat-y;
	margin-left: 200px;
}
a { color: blue; }
a:visited { color: #000095; }
a:hover { background-color: #C3E4F7; }
p, table tr td, table tr th {
	text-align: justify;
	font-family: "Verdana", sans-serif
}
h1, h2, h3, h4 {
	font-family: "Book Antiqua", serif;
}
h1 { text-align: center; }

#nav {
	position: absolute;
	left: 0px;
	top: 0px;
}
#nav img {
	display: block;
	border: 0px;
	margin-bottom: 20px;
}

#foot {
	margin-top: 50px;
	text-align: center;
}
#foot p {
	margin-top: 0px;
	font-size: .7em;
	text-align: center;
}
.slide {
	width: 200px;
	height: 144px;
	border-color: black;
	border-width: 1px;
	border-style: solid;
}

.listings * {
	vertical-align: top;
	text-align: justify;
}
.center { text-align: center; }
.error { color: red; }