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

body {
    min-width:980px;
	background-image: url("http://www.thefoodbank.org/wp-content/themes/thefoodbank/images2/body-bg.jpg");
background-repeat: repeat-x;
background-position: center top;
}
#header {
    position:relative;
}
#main {
    width:980px;
    margin:0 auto;
    position:relative;
}
#container {
    width:750px; /*515*/
    float:left;
    margin:0;
}
#containerhome {
    width:515px; /*515*/
    float:left;
    margin:0;
}
#content {
    overflow:hidden;
	width:750px; /*515*/
	 float:right;
}
#contenthome {
    overflow:hidden;
	width:515px; /*515*/
	 float:left;
}
#primary {
    width:220px;
    float:right;
    margin:0 0 0 10px;
	
}
#primary2 {
    width:220px;
    float:right;
    margin:0 0 0 10px;
}
#primary3 {
    width:220px;
    float:right;
    margin:0 0 0 10px;
}
#primary4 {
    width:220px;
    float:right;
    margin:0 0 0 10px;
}
#secondary {
    width: 220px;
    float:right;
    margin:0;
}
#footer {    
    clear:both;
}
#subsidiary {
    width:980px;
    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:980px; 
	margin:0 auto;
}

