body {
	background: #999;
	margin: 0px; padding: 0px 5px;
}

p, h1, h2, h3, li {
	margin: 0px; padding: 0px;
	padding-bottom: 0px;
	font-family: Verdana, Lucida Grande, Arial, sans-serif;
}

p, li {
	font-size: 12px; line-height: 20px;
}

h1 {
	font-size: 16px; line-height: 22px;
}
h2 {
	font-size: 13px; line-height: 19px;
}

li {
	padding: 0px 0px;
}

#hr {
	height: 12px; line-height: 1px; font-size: 1px;
	width: 100%; border-top: 1px solid #006b51;
	clear: both;
}


#layout {
	margin: 0px; padding: 0px;
	width: 100%; height: 100%;
}

#layout td {
	background: white;
	border: 1px solid #00321d;
	border: 1px solid black;
	border-top: none;
}

#layout #header td td {
	border: none;
}

#layout #navbar td {
	background: #ffbe40 scroll repeat-x top left;
}

#layout #content td {
	background: #ffffcc url(images/shade-repeat.gif) scroll repeat-x top left;
	vertical-align: top;
}
#layout #content td td {
	padding: 26px;
	vertical-align: top;
	font-size: 13px; line-height: 19px;
	border: none;
}

#listingsTable td, #listingsTable {
	margin: 0em !important; padding: 0em !important;
}

#layout #footer td {
	background: #ffbe40 url(images/gold-repeat.gif) scroll repeat-x top left;
	border-bottom: none;
	text-align: center;
	font-weight: bold;
	font-size: 13px; line-height: 26px;
}

#buttons td {
	border: none;
}

#listingsForm {
	padding: 10px;
	font-size: 10px;
}
#listingsForm * {
	margin: 0px; padding: 0px;
	font-size: 10px; line-height: 12px;
}

a:link, a:active, a:visited {
	color: #006b51;
}

a:hover {
	text-decoration: none;
	color: #cf6e00;
}

#footer a:link, #footer a:active, #footer a:visited {
	color: black;
}
#footer a:hover {
	text-decoration: none; color: black;
}
