/* A CSS Framework by Mike Stenhouse of Content with Style */

/* @import url("nav-vertical.css"); */

/* NAV BAR ON THE LEFT AND ONE COLUMN OF CONTENT */
    
div#content {
        width: 742px;
        margin: 0 0 20px 0;
        padding: 0;
        text-align: left;
display: block;
background: #fef4ea url(/images/3.gif) bottom repeat-x;
    }
    
div#main {
padding: 25px 0 0 23px;
        float: right;
        width: 508px;
        /* display: inline; */
border-left: 1px solid #c65f34;
background-color: #fff;
    }

    .sbar {
    	float: right; width: 291px; margin: 0 0 15px 5px; clear: right;
    }
    
    .sbar img {
	    background: #2B5C8A; border: 0; border-left: 1px solid #A2C77E; border-right: 1px solid #A2C77E; margin: 0; padding: 0;
    }
    
    .sbar ul {
	    background: #2B5C8A url(../images/sho_web_sbar_bot.gif) bottom no-repeat; color: white; margin: -2px 0 0 0; padding: 10px 0;
    }
    
    div#nav {
padding: 0px 0 0 0;
        float: left;
        width: 210px;
    }