#wrapper {
    margin: auto;
    width: 1024px;
    text-align: left;
}

/* 
 * TOP SECTION
 */

#top {
    height: 100px;
    font-size: 14px;
    z-index: 99;
}

/* 
 * CONTENT SECTION
 */

#content div {
	float: left;
}

#content_left {
    float: left;
	margin-top:1px;
	margin-right: 0px;
	width: 700px;
}

#content_right {
    float: left;
    width: 230px;
}

/* 
 * BOTTOM SECTION
 */

#bottom {
    height: 60px;
    display: block;
}