/*
DIMENSIONS
=============
*/


body
{
	margin-top: 0px;
}

#wrapper
{
	width: 992px; /* width of "page" in the browser */
	margin: auto; /*used to centre the "page" in the browser window */
}

#header
{
	height: 125px;
}

#masthead #dynheader h1
{
	color: white;
	float: right;
	margin: 30px 80px 0px 0px;
	font-size: 2.2em;
	font-family: helvetica light, arial, sans-serif;
	font-weight: normal;
	font-style: italic;
	line-height: 1.2em;
}

#masthead #dynheader img
{
	margin: 15px 0px 0px 60px;
	padding: 0px;
	float: left;
}


#masthead
{
}

#masthead img.top
{
	margin: 0px;
	padding: 0px;
}

#middle
{
	overflow: hidden; /* part of the hack to create the left column as the full length of the page */
}
#content
{
	width: 992px;
	float: left; /*prevents the div to the right of it displaying beneath this div */
	margin-bottom: 0px;
}



