@import url(color.css);
@import url(typography.css);

/*
border: 1px dashed red;
*/

html {
	text-align: center;
}

body {
	position: relative;
	width: 100%;
	margin: 0;
	text-align: center;
}

div#branding, 
div#content, 
div#site_info {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
div#branding {
	height: 136px;
}

div#nav_main {
	margin: 0; padding: 0;
	width: auto;
}

ul#nav_sub {
	width: 530px;
	position: absolute;
	top: 20px;
	left: 233px;
}

div#content {
	text-align: left;
	overflow: visible;
	float: left;
}
div#content_main {
	position: relative;
	left: 210px;
	width: 555px;
	height: auto;
	display: block;
	overflow: visible;
}
div#content_sub {
	position: absolute;
	left: 0;
	top: 0;
	width: 190px;
	height: auto;
	display: block;
	z-index:1;
	overflow: visible;
}

div#site_info {
	position: relative;
	margin: 0;
	padding: 4em 0 1em 0;
	left: 200px;
	clear: both;
	width: 555px;
	height: auto;
}