/*
LAYOUT: One-Column (Right) Fixed
DESCRIPTION: Two-column 850px fixed layout with one sidebar right of content
*/

#main {
    width:850px;
    margin:0 auto;
    overflow:hidden;
    position:relative;
}
#top-container{
	width:850px;
	float:left;
}
#container {
    width:530px;
    float:left;
}
#content {
	margin:0;
	width:850px;
	overflow:hidden;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#content1 {
	margin:0;
	width:612px;
	overflow:hidden;
	padding: 5px;
}
.main-aside {
	width:230px;
	float:right;
	position:static;
	margin-right: 5px;
	margin-top: 5px;
}
#secondary {
    clear:right;
}
#subsidiary {
    width:850px;
    margin:0 auto;
    overflow:hidden;
}
#subsidiary .aside {
    width:300px;
    float:left;
    margin:0 20px 0 0;
}
#subsidiary #third {
    margin:0;
}
#main .module, .single-post {
	margin-right: 10px;
}
.fixed {
	width:960px; 
	margin:0 auto;
}
