#container
{
	overflow: hidden;
	width: 100%;
	zoom: 1;
}
#content
{
	padding:10px 165px 10px 10px;
	overflow: hidden;
}

#content #garagesale-wrapper
{
	width: 100%;
	float: left;
	padding: 5px 0;
	background: none;
	color: #444;
}

#content #garagesale-wrapper .module-container
{
	float: left;
	width: 45%;
	margin: 5px;
	padding: 10px;
}

#content #garagesale-wrapper .module-container .module
{
	height: 80px;
	margin-left: 90px;
	padding: 5px;
}

/*
#garagesale-wrapper .color1
{
	background: #D8E6B1;
}

#garagesale-wrapper .color2
{
	background: #D1E6F7;
}
*/

#garagesale-wrapper .color1 a
{
	background: url(http://i.oodleimg.com/promo/gs/arrowicon_green.gif) 0 80% no-repeat;
	padding: 10px 0 0 20px;
	display: block;
}

#garagesale-wrapper .color2 a
{

	background: url(http://i.oodleimg.com/promo/gs/arrowicon_blue.gif) 0 80% no-repeat;
	padding: 10px 0 0 20px;
	display: block;
}

#garagesale-wrapper .kitLinks
{
	padding-top: 10px;
}


#garagesale-wrapper .kit .kitLinks a
{
	display: inline;
	margin-left: 10px;
}


#garagesale-wrapper h2
{
	color: #444;
}

#garagesale-wrapper .post
{
	background: #D8E6B1 url(http://i.oodleimg.com/promo/gs/polaroidA.gif) no-repeat;
}

#garagesale-wrapper .find
{
	background: #D1E6F7 url(http://i.oodleimg.com/promo/gs/polaroidB.gif)  no-repeat;
}

#garagesale-wrapper .kit
{
	background: #D8E6B1 url(http://i.oodleimg.com/promo/gs/polaroidC.gif)  no-repeat;
}

#garagesale-wrapper .alert
{
	background: #D1E6F7 url(http://i.oodleimg.com/promo/gs/polaroidD.gif)  no-repeat;
}

#garagesale-wrapper #content img
{
	float: left;
	padding: 5px;
	overflow: visible;
}


#content #right-rail
{
	margin-right: -165px;
	width: 160px;
	text-align: center;
	float: right;
}

#content #garagesales-blurb
{
	margin: 30px 50px;
	background: #ffffff;
	color: #444;	
}

/* this isn't in IE6.css because I'm not sure how long this page will live */
* html #content #right-rail
{
	margin-left: -165px;
	left: 0;
}

