/*
DIMENSIONS
=============
*/


#wrapper
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 75px;
	padding-right: 105px;
	padding-bottom: 170px;
	padding-top: 50px;
}

#header
{
	height: 56px;
	margin-bottom: 25px;
}


#primarynav
{
	float: right;
}

#branding
{
	float: left;
}


#middle
{

}


#footer
{
	
	height: 100px;
}

/*prop and clear create a minimum height for #middle */
.prop
{
	height: 400px;
	float: right;
	width: 1px;
}

.clear
{
	clear: both;
	height: 1px;
	overflow: hidden;
}


