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

body {
    min-width:1011px;
}
#header {
    position:relative;
}
#branding {
    width:981px;
    margin:0 auto;
}
#access {
    position:relative;
    overflow:hidden;
}
.menu {
    width:981px;
    margin:0 auto;
}
#main {
    width:981px;
    padding:54px 0 108px 0;
    margin:0 auto;
    overflow:hidden;
    position:relative;
}
#container {
    width:981px;
    float:left;
    margin:25px 0 0 0;
}
#content {
	margin: 0 240px 0 248px;
	width:493px;
   overflow:hidden;
}
#primary,
#secondary {
	padding:5px 12px 1px 12px;
	width:210px;
}
#primary {
	float:left;
	margin: 0 0 0 -981px;
}
* html #primary {
	left: 20px;
	position: relative;
}
#secondary {
   float:left;
   width:234px;
   padding:24px 0 1px 0;
	margin:0 0 0 -234px;
}
#footer {    
    clear:both;
}
#siteinfo {
    clear:both;
    width:981px;
    margin:0 auto;
}
