* {
	margin: 0px;
	padding: 0px;
}
#container {
	width: 916px;
	margin: 0 auto 0 auto;
	background-color: #6e0000;}
#container #spacer {
	height: 8px;
	font-size: 0;
}
#border {
	background-image: url(../graphics/backcontent.jpg);
	width: 900px;
	margin: 0 auto 0 auto;
	float: inherit}
#bodycontent {
	float: inherit;
	width: 900px;
	background-image: url(../graphics/headcontent.jpg);
	background-repeat: no-repeat;}
#leftcol {
	width: 250px;
	float: left;
	margin: 140px 0 0 0;
}
#menu {
	background-color: #bacee6;
	margin: 0 42px 0 28px;
	padding: 0 0 0 8px;}
#menu #spacer {
	clear: both;
	font-size: 0;
}
#menubottom {
	height: 24px;
	margin: 0 42px 0 27px;
	background-image: url(../graphics/menubottomcontent.jpg);
	background-repeat: no-repeat;}
#contact {
	background-color: #d7e5f6;
	margin: 55px 42px 0 28px;
	padding: 10px 0 10px 20px;

}
#rightcol {
	width: 650px;
	float: left;
	margin: 110px 0 0 0;
}
#content {
	margin: 0 25px 0 0;
	padding: 10px 25px 0 25px;
	background-color: #fff;
	background-repeat: repeat-x;
	background-image: url(../graphics/backcontentcontent.jpg);
	height: expression( this.scrollHeight < 451 ? "450px" : "auto" ); /* sets min-height for IE */
   	min-height: 450px; /* sets min-height value for all standards-compliant browsers */
	}
#footer {
	clear: both;
	height: 25px;
}


#copyright {
	padding: 50px 0 ;
	text-align: center;
}