/* Three-column fixed layout with a sidebar on either side of content */

/* body { min-width: 940px; } */

.firefox body { text-align: center; }
.firefox #wrapper { 
    width: 940px; /* otherwise layout is mashed on zooming. media queries applied in other browsers */
	margin: 0 auto;
}


#header { position: relative; }
#branding {
    max-width: 920px;
    margin: 0 auto;
}
.menu {
    width: 220px;
    margin: 0 auto;
}
#main {
    max-width: 920px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
#content {
    float: left;
    width: 454px;
	margin-left: 13px;
}
.ie6 #content { margin-left: 0px; }
.ie6 #main { width: 920px; padding-top: 30px; }
/* .ie6 #secondary { width: 220px; } */

#primary {
    float: left;
    width: 220px;
}
#secondary {
    width: 220px;
    float: right;
}
#footer { clear: both; }
#siteinfo {
    clear: both;
    width: 920px;
    margin: 0 auto;
}

