body
	{
	margin: 0; 
	margin-top: 10px;
	text-align: center; /* centered align, needed for ie */
	background: #ffffff;
	}
#wrapper
	{
	width: 809px;
	margin: 0 auto;
	text-align: left;
	}
#top
	{
	}
#middle
	{
	background: url(../images/middle.jpg) repeat-y;
	min-height: 400px; /* min height for most browsers */
	_height: 400px;    /* min height hack for ie */
	}
#menu 
	{
	padding-bottom: 10px;
	width: 190px;
	float: left;
	}
#menuspace
	{
	width: 20px;
	float: left;
	}
#content
	{
	padding-bottom: 10px;
	width: 580px;
	float: left;
	}
#footer
	{
	width: 760px;
	text-align: right;
	margin: 0 auto;
	color: #333;
	}
.clear 
	{
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	margin-bottom: -1px;
	}
