/*
DIMENSIONS
=============
*/

#wrapper 
{
	position:relative;
	margin: 0px auto;
	width: 720px;
	border:1px solid #BDC8CC;
	margin-bottom: -35px;
	_height: 100%;/* underscore-hack for IE */
	min-height: 100%;
}

#header
{
	position:relative;
	float:none;
}

#headergraphic
{
	position:relative;
	float:none;	
	height: 94px;
}

#headertitle
{
	position:relative;
	float: right;
}


#nav
{
	position:relative;
	float:none;
}

#footer
{
	position:relative;
	width: 720px;
	height: 40px;
	clear: both; /*prevents this div displaying below the contentright div */
}

#content
{
	position:relative;
	width: 720px;
	float:none;	
	clear:both;
}

#contentleft
{
	width: 175px;
	float: left; /*prevents the div to the right of it displaying beneath this div */
}

#contentmiddle
{
	float: left;
	width: 320px;
	
}

#contentright
{
	width: 153px; 
	float: right;
}

#boxheight1
{
	width: 153px; 
	height: 111px;
}

#boxheight2
{
	width: 153px; 
	height: 143px;
}

#boxheight3
{
	width: 153px; 
	height: 164px;
}

#boxheight4
{
	width: 153px; 
	height: 329px;
}


#admincontent
{
	position: relative;
	left:0px;
	height:650px;

}