@charset "UTF-8";
/* CSS Document */

body {
	font: .8em Verdana, Arial, Helvetica, sans-serif;
	background-color: #023435;
	background-image: url(../bgslice.jpg);
	background-repeat: repeat-x;
	color: #F00;
}
a {
	color: #000000;
}
a:hover {
	color: #cccc99;
}
h1 {
	font-size: 1.5em;
	margin-top: 0px;
	color: #333;
}
h2 {
	font-size: 1.2em;
	text-transform: uppercase;
}
h3 {
	font-size: 1em;
}
.floatlft {
	float: left;
}
.floatrgt {
	float: right;
}
.clear {
	clear: both;
}
.leftphoto {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
.rightphoto {
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
}
.smalltext {
	font-size: 0.8em;
}
.bluetext {
	color: #003399;
}
#divWrap {
	margin-right: auto;
	margin-left: auto;
	width: 850px;
	background-color: #FFFFFF;
}
#divNav {
	min-height: 23px;
	margin-bottom: 10px;
	background-repeat: repeat-x;
	padding: 0 3px 7px;
	font-size: 0.85em;
	text-align: center;
	line-height: 20px;
	background-position: bottom;
	background-color: #000000;
	background-image: url(../nav-bg.jpg);
}
#divNav ul, #divNav li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#divNav li {
	padding-right: 6px;
	padding-left: 3px;
	display: inline;
	background-image: url(../nav-div.jpg);
	background-repeat: no-repeat;
	background-position: right;
	font-weight: bold;
}
#divNav a {
	color: #ffffff;
	text-decoration: none;
}
#divNav a:hover {
	color: #CFC88F;
}
#divNav li.navLast {
	background-image: none;
}
#divContent {
	width: 450px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #000;
}
#divFooter {
	color: #FFFFFF;
	background-color: #000000;
	font-size: 0.85em;
	text-align: center;
	padding: 5px 10px;
}
#divFooter a {
	color: #FFFFFF;
	text-decoration: none;
}
#divWrap #divContent #tblListings tr td p {
	color: #000;
	font-size: 0.8px;
}
#divWrap #divContent #tblListings tr td p strong {
	color: #000;
	font-size: 0.8px;
	font-weight: normal;
}
#divWrap #divContent #tblListings tr td p {
	font-size: .8;
}

