body {
    min-width:1000px;
}

#branding {
    width:1000px;
    margin:0 auto;
}
#access {
    position:relative;
    overflow:hidden;
}
.menu {
    width:1000px;
    margin:0 auto;
}
#main {
    width:1000px;
    margin:0 auto;
    overflow:hidden;
    position:relative;
padding-top: 13px;
}
#container {
    width:1000px;
    float:left;
    margin:0px;
}
#content {
	margin: 0 200px;
    overflow:hidden;
}
#primary {
margin-top: 8px;
    width:175px;
    float:left;
	margin: 0 0 0 -980px;
	overflow: hidden;
}

/* * html #primary {
	left: 20px;
	position: relative;
} */

#secondary {
margin-top: 8px;
    width:170px;
    float:left;
	margin: 0 0 0 -170px;
	overflow: hidden;
}

#footer {
    clear:both;
width: 100%;
}


#access{overflow: visible;}
#main{clear: both;}