/*
LAYOUT: Three-Column
DESCRIPTION: Three-column 900px fixed layout with two sidebars on either side of content
*/



body {min-width:910px;
}

#main {
 width:910px;
 margin:0 auto;
 overflow:hidden;
 position:relative;
}
#container {
width:910px;
 float:left;
 margin:0;
}

#content {margin: 0 200px 0 160px;
 overflow:hidden;
}

#primary {
width:150px; top:-9px; 
float:left; left: 0px; margin: 0 0 0 -910px; position: relative;
}

#secondary {
width:200px;
 float:left; margin: -9px 0 0 -200px;
}

#footer {clear:both;
}

#subsidiary {
width:910px;
 margin:0 auto;
 overflow:hidden;
}

#subsidiary .aside {
width:300px;
 float:left;
margin:0 10px 0 10px;
}

#subsidiary #third {margin:0 0 0 10px;
}

#siteinfo {clear:both;
 width:930px;
 margin:0 auto;
}

.fixed {
width:910px; margin:0 auto;
}
