/*
DIMENSIONS
=============
*/


#pagecontainer
{
	
	width: 720px;
	margin-left: auto;
	margin-right: auto;
}

#header
{
	height: 93px;
	position: relative;
}

#nav
{
	position: absolute;
	right: 40px;
	bottom: 6px;
}


#middle
{

}


#footer
{
	height: 31px;
	clear: both;
}

/*prop and clear create a minimum height for #middle */
.prop
{
	height: 400px;
	float: right;
	width: 1px;
}

.clear
{
	clear: both;
	height: 1px;
	overflow: hidden;
}


