#header{
	background-image: URL(../img/header.gif);
	width: 700px;
	height: 105px;
	background-repeat: No-Repeat;
	background-position: Center;
	border: None;
}
h1{
	text-indent: -100em;
}
body{
	background-color: #efe8d3;
	text-align: Center;
	font: Bold 10px Tahoma, Sans-serif;
	color: Black;
}
a{
	color: blue;
}
.general td{
	text-align: Left;
	font: Normal 10px Tahoma, Sans-serif;
	color: Black;
	border: None;
	background-color: None;
}
.subheadings{
	color: white;
	background: #000000;
}
.headings{
	color: white;
	background: #728104;
}
.newlistings{
	background: #D3DB9C;
	border: 1px Dashed Black;
}