/*
LAYOUT: Three-Column (Right)
DESCRIPTION: Three-column 950px fixed layout with two sidebars right of content
*/

body {
min-width:98%;
min-width: 985px;
}
#header {
    position:relative;
}
#main {
/*width:98%;*/
width: 985px;
    margin:0 auto;
    overflow:hidden;
    position:relative;
}
#container {
/*    width:51%;*/
width: 505px;
    float:left;
    margin:0;
}
#content {
    overflow:hidden;
}
#primary {
/*    width:24%; */
width: 235px;
    float:right;
    margin:0;
}
#secondary {
/*    width:24%; */
width: 235px;
    float: left;
    margin:0;
}
#footer {    
    clear:both;
}
#subsidiary {
    width:960px;
    margin:0 auto;
    overflow:hidden;
}
#subsidiary .aside {
    width:300px;
    float:left;
    margin:0 10px 0 10px;
}
#subsidiary #third {
    margin:0 0 0 10px;
}
.fixed {
	width:98%; 
	margin:0 auto;
}