body {
	font-family: tahoma;
	margin: 0;
}

#container {
	width: 770px;
	float: left;
	margin-right: 15px;
}

#rightAdBar {
	width: 180px;
	text-align: center;
	float: left;
}

#siteHeader {
	width: 765px;
	border-right: 1px solid #CC0000;
	background-color: #CC0000;
	padding: 5px;
}

#navBar {
	width: 755px !important;
	width: 766px;
	background-color: #FFFF00;
	border: 1px solid #CC0000;
	border-top: none;
	border-left: none;
	font-size: .8em;
	padding: 5px;
}

#navBar image {
	vertical-align: middle;
}

.memberBar {
	width: 760px;
	font-size: .8em;
	margin-left: 5px;
}

#content {
	width: 755px !important;
	width: 766px;
	font-size: .8em;
	border: 1px solid #CC0000;
	border-right: 1px solid #CC0000;
	border-bottom: none;
	border-left: none;
	padding: 5px;
}

.sectionHeader {
	width: 755px !important;
	width: 766px;
	border-right: 1px solid #CC0000;
	background-color: #CC0000;
	font-size: .8em;
	font-weight: bold;
	color: #FFFF00;
	padding: 5px;
}

.sectionHeader image {
	vertical-align: middle;
}

div.spacer {
	clear: both;
}

span.rightAlign {
	float: right;
	text-align: right;
}

span.leftAlign {
	float: left;
	text-align: left;
}

#postAdHeader {
	width: 553px !important;
	width: 555px;
	padding: 5px;
	border: 1px solid #dfd5d5;
	font-weight: bold;
}

.postAdLeft {
	width: 555px;
	padding: 5px;
	background-color: #eae4e4;
	float: left;
}

.postAdRight {
	width: 185px;
	float: right;
}

.postAdDivider {
	width: 553px !important;
	width: 555px;
	background-color: #CC0000;
	font-size: .8em;
	font-weight: bold;
	color: #FFFF00;
	padding: 5px;
}

span.bold {
	font-weight: bold;
}

span.red {
	color: red;
}

.blue {
	color: #230df5;
}

input, textarea, select {
	margin-bottom: 3px;
	border: 1px solid #cac8c8;
}

#copyright {
	width: 755px !important;
	width: 766px;
	text-align: center;
	border-bottom: 1px solid #CC0000;
	border-right: 1px solid #CC0000;
	border-top: none;
	border-bottom: none;
	font-size: .8em;
	font-weight: bold;
	padding: 5px;
}

#browseInfo {
	width: 755px !important;
	width: 766px;
	text-align: center;
	border-bottom: 1px solid #CC0000;
	border-right: 1px solid #CC0000;
	border-top: 1px solid #CC0000;
	font-size: .8em;
	padding: 5px;
}

#messageheader {
	font-size: .7em;
}

div.siteNews {
	padding: 5px;
}

div.featuredAd {
	float: left;
	width: 130px;
	height: 140px;
	margin: 5px;
	padding: 5px;
	text-align: center;
}

.messageInfo {
	float: left;
	text-align: left;
	width: 200px;
}

.subject {
	width: 350px;
}

#topAd {
	padding: 5px;
}

.faq {
	margin-bottom: 5px;
}

.priceChart {
	border: 1px dotted #CC0000;
	margin-bottom: 10px;
	padding: 3px;
}

.subCategories {
	font-size: .8em;
	padding: 5px;
}

.adBrowse {
	width: 745px !important;
	width: 755px;
	padding: 5px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #CC0000;
}

.adBrowseLeft {
	width: 400px;
}

.adBrowseRight {
	width: 250px;
}

.adBrowseHeader {
	width: 745px !important;
	width: 755px;
	padding: 5px;
	margin-top: 10px;
	border-top: 1px solid #CC0000;
	border-left: none;
	border-right: none;
	border-bottom: 1px dotted #CC0000;
}

.centerAlignImageParent {
	position: relative;
}

.centerAlignImageChild {
	position:absolute;
	height:10em;
	width: 38em;
	right: 25%;
	margin-top: 1em;
}

.invoiceInfo {
	float: left;
	text-align: left;
	width: 150px;
}

.indent {
	margin-left: 5px;
	margin-bottom: 5px;
}

a:link {text-decoration: none}     /* unvisited link */
a:visited {text-decoration: none}  /* visited link */
a:hover {text-decoration: underline; color: blue;}   /* mouse over link */
a:active {text-decoration: none; color: red;}   /* selected link */