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