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

body {}
/*#header {
    position:relative;
}*/
#main {
	width: 1052px;
	margin: 0px auto;
	position:relative;
}
#container {
    width:668px;
    float:left;
    margin:0;
}
#content {
    overflow:hidden;
}
#primary {
    width:176px;
    float:right;
    margin:0 0 0 12px;
}
#secondary {
    width: 176px;
    float:right;
    margin:0;
}
#footer {    
    clear:both;
}
#subsidiary {
    width:1052px;
    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:1052px; 
	margin:0 auto;
}
