/*
LAYOUT: One-Column (Left) Fixed
DESCRIPTION: Two-column 950px fixed layout with one sidebar left of content
*/

#main {
    width:760px;
    margin:1px auto;
    overflow:hidden;
    position:relative;
	Border: 1px solid #99CC00;
	Background: #FFFFFF none repeat scroll 0 0;
}
#container {
    width:750px;
    float:right;
    margin: 0 0 0 -300px;
}
#content {
    width:530px;
    overflow:hidden;
    margin: 0 0 0 234px;
	left: 288px;
}
.main-aside {
    width:245px;
    float:left;
    position:relative;
}
#primary {
    float:left;
}
#secondary {
    clear:left;
}
#subsidiary {
    width:750px;
    margin:0 auto;
    overflow:hidden;
}
#subsidiary .aside {
    width:148px;
    float:left;
    margin:0 2px 0 0;
}
#subsidiary #third {
    margin:0;
}
#main .module, .single-post {
	margin-right: 10px;
}
.fixed {
	width:750px; 
	margin:1 auto;
}