/* CSS Document */

body {
background:#f9f9f9;
color:#252525;
margin:0;
padding:0;
}

a:link {
color:#91c245;
text-decoration:none;
}
a:visted {
color:#91c245;
text-decoration:none;
}
a:hover {
color:#91c245;
text-decoration:underline;
}
a:hover {
text-decoration:underline;
}
#content {
width:980px;
margin:0 auto;	
}
#top {
padding:20px 10px;
border-bottom:6px solid #252525;
}
#bottom {
padding:20px 10px;
border-top:6px solid #252525;
margin-top:20px;
}
.address {
float:left;
font-size:10px;
}
#recent_bar {
background:#e0dedf;
}
.recent_item {
float:left;
width:286px;
margin:10px;
margin-right:0;
}