/*
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
{
}

#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;
}



