BODY
{
	background-color: #4C0066;
	overflow: hidden;
}
* HTML .visualIEFloatFix
{
	height: 0.01%;
}
#container
{
	width: 900px;
	margin: 0 auto;
	background-color: #FFFFFF;
	background-image: url(../graphics/backcbody.jpg);
	background-repeat: repeat-y;
	height: expression( this.scrollHeight < 551  ? "550px" : "auto" );
/*sets min-height for IE*/
	min-height: 550px;
/*sets min-height value for all standards-compliant browsers*/
	overflow: hidden;
}
#header
{
	background: url(../graphics/headcontent.jpg) no-repeat;
	height: 104px;
}
#body
{
}
#menu
{
	float: left;
	width: 227px;
	background-image: url(../graphics/backcmenu.jpg);
	background-repeat: no-repeat;
	background-color: #F1EFF3;
}
#imenu
{
	margin: 20px 0 0 30px;
	height: expression( this.scrollHeight < 251 ? "250px" : "auto" );
/*sets min-height for IE*/
	min-height: 250px;
/*sets min-height value for all standards-compliant browsers*/
}
#content
{
	width: 670px;
	float: left;
}
#icontent
{
	margin: 15px 35px 25px;
}
#footer
{
	clear: both;
}
#copyright
{
	text-align: center;
	margin: 35px 0 0;
}
#googlemap
{
	margin: 0 0 0 90px;
}
/*Web Login*/
#webloginouter
{
	margin: 0 0 5px 35px;
}
