body {text-align: center;}
#holder {width: 760px; margin-left: auto; margin-right: auto;}
#header {width: 760px; margin-top: 15px; height: 141px;}
#content-holder {width: 760px; margin-top: 10px;}
#col1 {float: left; width: 205px;}
#col2 {float: left; width: 5px;}
#col3 {float: left; width: 540px;}
#toolkit, .admin-header {float: right; margin: 0px 0px 10px 10px;}
#toolkit .floating {float: left; display: block; width: auto;}
#copyright {margin-top: 15px; margin-bottom: 15px;}
#footer {margin-top: 15px; margin-bottom: 15px;}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}