/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/


body {
	color:#333333;
	font: 13px Arial, Helvetica, sans-serif;
}
#wrapper {
	margin: 0 auto;
	width: 822px;
	margin-top: 10px;
	background: url(../images/header_BG.jpg) no-repeat left top;
	 border: thin solid #808080;
}
#header {
 color: #333;
 width: 822px;
 float: left;
 height: 28px;
 margin: 0px;

}
#leftcolumn { 
 color: #333;
 margin: 0px 0px 0px 0px;
 width: 200px;
 float: left;
 padding: 110px 0px 0px 0px;
}
#leftcolumn a{
color: #808080; 
}

#rightcolumn { 
 float: right;
 border-left: thin solid #808080;
 margin: 0px;
 padding: 0px;
 width: 615px;
 display: inline;


}

#rightheader { 
 float: right;
 margin: 0px 0px 0px 0px;
 padding: 30px;
 width: 556px;
 height:118px;
 display: inline;


}

#cityname {
	background: #FEDC47;
	width: 595px;
	padding: 10px;
	float: right;
	display: inline;
}

#cityname h2{
	padding: 0px;
	text-transform: uppercase;
	margin: 0px;
}




#rightlistings { 
 float: right;
 margin: 0px 0px 0px 0px;
 padding: 30px;
  width: 556px;
 display: inline;
 min-height: 500px;

}


#footer { 
 clear: both;
 margin: 0px;
}



#listingwrapper { 
 float: left;
 margin: 0px 0px 50px 0px;
 padding: 0px;
  width: 590px;
 display: inline;
}

#listingwrapperlast { 
 float: left;
 margin: -25px 0px 50px 0px;
 padding: 0px 0px 0px 182px;
 display: inline;
}

#listingicon {
width:160px;
 display: inline;
  float: left;
} 
#listinginfo {
width:260px;
padding: 0px 20px;
 display: inline;
  float: left;
}
#listingcoupon {
width:130px;
 display: inline;
  float: right;
} 

a {
	color: #012792;
	font-weight: bold;
	text-decoration: none;
}

a img{
border:none;
}

.imgborder{
border:thin solid #000000
}

h3{
padding: 0px;
margin: 0px;
}

