/* css controlling layout defaults modify these in overrides or local */
/* wide_fullU_none_part */
html, body {
	width:100%;
	height:100%;
}

#container {
margin-left:auto;
margin-right:auto;
width:890px;
}

#containerTop {
width:860px;
}

#containerTopLeft {
width:15px;
height:15px;
}

#containerTopRight {
width:15px;
}

#containerMiddle {

}

#containerLeft {
}

#containerRight {
}

#containerBottom {
}

#containerBottomLeft {
height:15px;
}

#containerBottomRight {
}

#branding {
width:860px;
height:175px;
}

#brandingContent {

}

#hNav {
width:860px;
}

#bodyContent {
width:675px;
height:300px;
}

#sidebarLeft {

}

#sidebarRight {
	width:185px;
	height:300px;
	
}

#footer {
}