body {
	margin: 0px;
	padding: 0px;
	background-image: url(../graphics/backpage.jpg);
	background-repeat: repeat-x;
	background-color: #450100;}
#container {
	width: 900px;
	margin: 6px auto 0 auto;
	background-image: url(../graphics/backcontent.jpg);
	background-repeat: no-repeat;
	background-color: #2e57a6;}
#header {
	height: 100px;
}
#menu {
	float: right;
	margin: 58px 15px 0 0;
}
#contentbody {}
#colleft {
	float: left;
	width: 150px;
}
#colright {
	float: left;
	width: 718px;
	padding: 0 0 0 0;
	background-image: url(../graphics/backcontent1.jpg);
	background-repeat: repeat-x;
	overflow: auto;
	background-color: #dee9ff;}
#content {
	height: expression( this.scrollHeight < 384 ? "383px" : "auto" ); /* sets min-height for IE */
   	min-height: 383px; /* sets min-height value for all standards-compliant browsers */
	margin: 20px 25px 20px 25px;
	padding: 10px 25px 25px 25px;
	background-image: url(../graphics/backcontent2.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;	}
#contentbody #spacer {
	height: 2px;
	font-size: 0px;
	clear: both;
}
#footer {
	height: 30px;
	clear: both;
}
