body
{
    padding: 0;
    margin: 0;
    font-family: Arial, sans-serif;
}

#wrapper
{
    width:  100%;   
}


#outwrapper
{
    width:  100%;
    text-align: center;
}

#black_strip
{
    width: 100%;
    height: 25px;
    
    padding-top: 5px;
    
    background-color: #2c2c2c;
    color: #fff;
    text-align: center;
    
    position: relative;
}

#top_strip
{
    width: 100%;
    height: 70px;
    
    border-bottom-width: 1px;
    border-bottom-style:  solid;
    border-bottom-color: #ddd;
    
    background-color: #f5f5f5;
    
    position: relative;
}

#top_strip img
{
    position: absolute;
    top: 10px;
    left: 25px;
}

#top_strip input
{
    border-style: solid;
    border-width: 1px;
    border-color: #ddd;
    
    height: 25px;
    width: 450px;
    
    position: absolute;
    
    left: 240px;
    top: 20px;
    
    font-size: 15px;
}

#content_wrapper
{
    position: relative;
}

#sidebar
{
    position:  absolute;
    top: 10px;
    left: 20px;
}

#ads_side
{
    position:  absolute;
    top: 5px;
    left: 800px;
}

#search_listings
{
    position:  absolute;
    top: 10px;
    left: 240px;
    
    width: 520px;
}

.entry
{
	float: left;
    margin-bottom: 15px;
}

.entry span
{
    font-size:  13px;
}

.url
{
    color: #1b8031;
}

.title
{
    font-size:  16px;
    font-weight: bold;
}

#instructions
{
    font-size:  13px;
    color: #444;
}