* {
	margin: 0px;
}
body {
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #4C4C4C;
}
#wrapper {
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	background-color: #D4D4D4;
	zoom: 1;
	background-image: url(../images/leftBarBkgd.gif);
	background-repeat: repeat-y;
}
#col1 {
	float: left;
	width: 250px;
	background-color: #B5B5B5;
	height: auto;
}
#col1 .mainImage {
	padding-bottom: 70px;
}
#col2 {
	width: 500px;
	background-color: #D3D3D3;
	padding-left: 40px;
	margin-left: 250px;
}
h2  {
	font-weight: normal;
	color: #7769B0;
	font-size: 12px;
	letter-spacing: 0.1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FCFD53;
	padding-bottom: 3px;
	margin-bottom: 30px;
	padding-top: 30px;
}
#col2 h1{
	font-size: 12px;
	text-transform: capitalize;
	color: #666666;
	margin-bottom: 5px;
	line-height: 14px;
	margin-left: 120px;
	margin-top: 2px;
}
#col2 .listing {
	width: 500px;
	height: 140px;
	margin-bottom: 20px;
}
#col2 #bottomNav {
	padding-bottom: 30px;
	text-align: right;
	margin-top: 30px;
}
#bottomNav  a{
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 15px;
	text-decoration: none;
	background-color: #828171;
	font-size: 10px;
	color: #FDD94F;
	margin-left: 20px;
}
#bottomNav a:hover, #bottomNav a:active{
	color: #FDD94F;
	background-color: #7F8BBD;
}
#bottomNav .currentPage{
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 15px;
	color: #FDD94F;
	background-color: #7F8BBD;
	font-size: 10px;
	margin-left: 20px;
}
.lightGrey {
	color: #999999;
}
.boldText {
	font-weight: bold;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
}
.sold {
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
