#page { 	
        background: #fff url(sidesnarrow.png) repeat-y top center;
	width: 762px;
}

#header { 
        background: url(topnarrow.png) no-repeat top center;
	}

#sidebars {
        padding-left: 10px;
        width: 170px;
        float: left;
}

#content {
        width: 530px;
}

#ads {
        margin-right: 0;
}


#ads .bottom {
        display: none;
}

#sidebar {
	background-image: none;
        width: 180px; 
}

#sidebar .bottom {
        background: url(adbottom.gif) no-repeat bottom left;
        height: 13px;
}


#footer {
        background: url(bottomnarrow.png) no-repeat bottom center;
}