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

#main {
    width:875px;
    margin:325px auto 0 0;
    overflow:hidden;
    position:relative;
	background:url(../../images/bg/default-legacy/paper2.jpg) center repeat-y;
}

#main_home {
    width:875px;
    margin:340px auto 0 26px;
	padding:0 0 100px 0;
    overflow:hidden;
    position:relative;
	background:url(../../images/bg/default-legacy/paper2.jpg) center repeat-y;
}

#shadow {
    width:875px;
    overflow:hidden;
    position:relative;
	background:url(../../images/drpShadow.png) center top no-repeat;
}
#container {
    float:right;
    margin: 0 25px 0 -258px;
	padding-top:20px;
}
#content {
    width:540px;
    overflow:hidden;
}
.main-aside {
    float:left;
    position:relative;
	width: 306px;
	height: 100%;
}
#primary {
    float:left;
}
.ribbonShadow{
	padding-top:70px;
	background:url(../../images/drpShadow1.png) top no-repeat;
}
#secondary {
    clear:left;
	background:url(../../images/events_banner_btm.png) bottom left no-repeat;
	padding-bottom:200px;
}
#subsidiary {
    /*width:916px;*/
    margin:0 auto;
    overflow:hidden;
}
#subsidiary .aside {
    /*width:266px;*/
    float:left;
    margin:0 20px 0 0;
}
#subsidiary #third {
    margin:0;
}
#main .module, .single-post {
	margin-right: 10px;
}
.fixed {
	width:916px; 
	margin:0 auto;
}
