/*
DIMENSIONS
=============

Nav bar = 638x20
Bottom band = 530x20
Blue square =108x116


*/


#pagecontainer
{
	
	width: 720px;
	margin-left: auto;
	margin-right: auto;
}

#header
{
	height: 113px;
	position: relative;
}

#nav
{
	padding-left: 108px;
	height: 20px;
}

#subnav
{
	padding-left: 108px;
	height: 20px;
}

#middle
{
	padding-left: 108px;
	background-image: url("../images/layout/watermark.jpg");
	background-repeat: no-repeat;
	background-position: 0px 20px;
}

/*prop and clear create a minimum height for #middle */
.prop
{
	height: 405px;
	float: right;
	width: 1px;
}

.clear
{
	clear: both;
	height: 1px;
	overflow: hidden;
}

#content
{
	margin: 10px 20px 0px 0px;
}

#col1
{
	margin: 10px 11px 0px 0px;
	float: left;
	width: 300px;
}

#col2
{
	float: left;
	width: 300px;
}


#footer
{
	height: 116px;
	clear: both;
}



