body {
	margin: 0px;
	padding: 0px;
	background-color: #4c0026;}
#container {
	width: 985px;
	margin: 0 auto 0 auto;
	background-image: url(../graphics/backcontentplain.jpg);}
#container2 {
	background-image: url(../graphics/backcontent.jpg);
	background-repeat: no-repeat;}
#header {
	height: 140px;
}
#date {
	text-align: right;
	padding: 80px 100px 0 0;
}
#bodycontent {
	width: 985px;
}
#leftcol {
	width: 700px;
	float: left;
}
#content {
	margin: 0 0px 0 120px;
	padding: 15px 30px 30px 30px;
	background-color: #f3faeb;
	height: expression( this.scrollHeight < 361 ? "360px" : "auto" ); /* sets min-height for IE */
  	min-height: 360px; /* sets min-height value for all standards-compliant browsers */
   }
#rightcol{
 	width: 285px;
 	float: left;
 }
 #menu {
 	margin: 0 0 0 30px;
 	padding: 10px 0 0 0;
 }
#spacer {
	clear: both;
 	height: 30px;
 }
 #footer {
 	clear: both;
 	height: 61px;
	background-image: url(../graphics/backcontentfooter.jpg);
	background-repeat: no-repeat;}	
#copyright {
	width: 700px;
	text-align: center;
	margin: 25px auto 0 auto;
}