body{ 
	text-align: center;
}

#wrapper {
 	width: 980px; 
    position: relative;
 	text-align: left;  
	margin-left: auto; 
 	margin-right: auto;
}

#sidebar {
    width: 210px;
    float: left;
}

#sidebar ul {
	margin-left: 10px;
}

#content {
}

#leftcol {
    width: 560px;
    margin-right: 10px;
    float: left;
}

#rightcol {
    float: left;
}

.float-none {
    float: none;
}

.left {
    float: left;
}

.right {
    float: right;
}
 
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
