/* basics */

html	{
	background: transparent url('../../images/sds-html-background.jpg') repeat;
}
body	{
	height: 100%;
}

/* container */

div#container	{
	width: 950px;
	margin: 0 auto;	
}

/* branding */

div#branding	{
	position: relative;
	float: left;
}

/* nav container */

div#navcontainer	{
	float: left;
	width: 700px;
	margin: 0 0 0 10px; 	
}

/* content layers */

div#content	{
	margin: 12px 0 12px 0;
}
div#two_columns	{
	float: right;
	width: 680px;	
	padding: 10px;
	background: #fff none;
}

/* secondary navigation */

div#sitetree	{
	width: 250px;
	float: left;
}

/* copy */

div#copy	{
	padding-left: 10px;
	width: 435px;
	float: left;	
}

div#sideboxes	{
	width: 210px;
	float: right;	
}

/* case studies */

div#casestudies	{
	width: 680px;
	float: right;
	background: #fff none;
	padding: 10px;
	margin: 10px 0 10px 0;
}

/* footer */

div#footer	{
	width: 950px;
	clear: both;
	margin: 10px auto 10px auto;
}
