#Header {
	position:absolute;
	top: 0px;
	left: 0px;
	width:705px;
	height:56px;
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 0px 15px;
	border-style:none;
	background-image: url(images/illopart.jpg); 
	background-color: #5f604b;
	}

#Content {
	position:absolute;
	top: 56px;
	left: 0px;
	width:705px;
	margin: 0px 0px 0px 0px;
	padding: 20px 20px 0px 15px;	}
	
/* ContentW is used only for the welcome page where the right column takes up some of the width*/
#ContentW {
	position:absolute;
	top: 56px;
	left: 0px;
	width: 560px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 15px;	}

#Right {
	position: absolute;
	top: 71px;
	left: 575px;
	width: 130px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
	}

#Box {
	/* background-color: #fddabd; */
	border-style: solid;
	border-width: 2px;
	border-color: #5f604b;
	margin: 0px 0px 10px 0px;
	padding: 5px;
	}