body {
	margin: 5px 0 5px 0;
	padding: 0;
	text-align: center;
	color: #C1E8FB;
	font-size: 12px;
	font-family: "Times New Roman", Georgia, serif;
	background-color: #CCCCCC;
}

h1 {
	font-weight: bold;
	font-size: 15pt;
	margin: 1em 0;
}

h2 {
	font-weight: bold;
	font-size: 13pt;
	margin: 1em 0;
}

h3 {
	font-weight: bold;
	font-size: 11pt;
	margin: 1em 0;
}

h4 {
	font-weight: bold;
	font-size: 9pt;
	margin: 1em 0;
}

a {
	color: #C1E8FB;
	text-decoration: underline;
}

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

img { border: none; }

p {
	margin: 0 0 1em 0;
	padding: 0;
}

ul {
	margin: 0 0 1em 0;
}

form {
	padding: 0;
	margin: 0;
}
form td { 
	padding-right: 7px;
}

#wrapper {
	text-align: left;
	margin: auto;
	width: 800px;
	position: relative;
	background: #162D48 url(images/bg.jpg) no-repeat;
	overflow: hidden;
}

#flash {
	position: absolute;
	top: 0;
	left: 0;
}

#logo {
	position: absolute;
	bottom: 5px;
	right: 10px;
}

#nav {
	position: absolute;
	top: 280px;
	left: 40px;
	text-align: left;
	font-weight: bold;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", serif;
	width: 130px;
	height: 2000px;
	padding-left: 20px;
	padding-top: 10px;
	border: 1px solid #C1E8FB;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#nav li {
	line-height: 22px;
}
#nav li a {
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:hover {
	color: #C1E8FB;
	text-decoration: none;
}

#content {
	padding: 290px 25px 25px 240px;
	text-align: left;
	min-height: 280px;
}
* html #content { height: 280px; } /* IE 6 Hack */

.home { 
	font-size: 16px;
	line-height: 22px;
}

#listings .pending, #listings .pending a{ color: #486722; }

.clear { clear: both; }
