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

#main {
    width:729px;
    overflow:hidden;
    position:relative;
    text-align: left;
}
#main2 {
    width:747px;
    overflow:hidden;
    position:relative;
    text-align: center;
}
#main3 {
    overflow:hidden;
    position:relative;
    text-align: left;
}
#container {
    width:700px;
    float:left;
    margin-left: 10px;
}
#content {
background:#E5E5E5;
border-right:1px solid #CCCCCC;
float:left;
margin-left:-10px;
margin-top:-20px;
overflow:hidden;
padding:20px;
width:435px;
margin-bottom:-10px;
}
#content2 {
    width:635px;
    overflow:hidden;
}
#content3 {
float:left;
overflow:hidden;
width:360px;
}
.main-aside {
    width:185px;
    padding: 0px;
    float:right;
    position:relative;
}
#secondary {
    clear:right;
}
#subsidiary {
    width:960px;
    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;
}
