body {
    margin: 0px;
    padding: 0px;
}
div#page {
    width: 934px;
    margin:  0 auto;
    padding: 0;
	position:relative;
}
div#header {
	height: 122px;
	padding: 5px 12px 5px 0px;
}	
div#branding {
    position:absolute;
    top: 10px;
    left: 0px;
}	
div#content {
	width: 100%;
	position: relative;
	margin: 0px auto;
	padding: 0px;
}
div#banner {
	display: none;
}
div#nav {
    width: 100%;
    position: absolute;
    height: 28px;
    top: 130px;	
}
div#layout {
    float: right;
    width: 100%;
    margin-top: 50px;
	position: relative;
}
div#clear {
	clear: both;				
}
div#main {
    width: 100%;
}
div#local, div#sub1, div#sub2 {
    display: none;
}
div#footer {
    margin-top: 10px;
    margin-bottom: 20px;
	padding-top: 5px;
}
