#wrapper{
    position:relative;
    margin:0 auto;
    width: 960px !important;
    }
    

.container_12,
.container_16
{
    width: 760px;
    margin-left: 10px;
    margin-right: 10px;
}

#wrapper #sidebar{
    position:absolute;
    }
    
#wrapper #sidebar a.logo{
    margin-top:15px;
    }
    
body{
    background: url(../images/bg_honeycomb.png) repeat fixed !important;
}

#topbar .logo {
    background: url(../img/logo.png) no-repeat;
}

div.submit input.button {
    padding: 7px 10px 7px 10px;
    margin-bottom:15px;
    margin-right:8px;
    border: 1px solid transparent;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #fff;
    float:left;
    white-space:nowrap;
    width:auto;
    overflow:visible;
}

.nomargin{
	margin-top: 0px;
	margin-bottom:0px !important;
	float:left;
	white-space: nowrap;
	
}