div#page-wrap {
	background-color:#FFF;
	height: 600px;
	width: 800px;
	margin: 10px auto;
}

div#header {
	background-color: #FFF;
	display: block;
	text-align: center;
}	
	div#header div#header-left-col {
		float: left;
		height: 130px;
		width: 260px;
	}
	div#header div#header-middle-col {
		background-image: url(/images/header-middlecol-orange.png);
		background-repeat: no-repeat;
		float: left;
		height: 118px;
		padding-top: 12px;
		text-align: center;
		width: 345px;
	}
	div#header div#header-right-col {
		background-image: url(/images/rightcol1-maroon.png);
		background-repeat: no-repeat;
		float: left;
		height: 118px;
		padding-top: 12px;
		padding-left: 2px;
		text-align: left;
		width: 193px;
	}

div#main-content {
}
	div#main-content div#left-col1 {
		background-image: url(/images/navbar-main-blue.png);
		background-repeat: no-repeat;
		float: left;
		height: 300px;
		padding-top: 97px;
		width: 128px;
	}
	div#main-content div#left-col2 {
		background-image: url(/images/navbar-sub-blue.png);
		background-repeat: no-repeat;
		float: left;
		height: 277px;
		padding-top: 120px;
		width: 132px;
	}
	div#main-content div#middle-col {
		float: left;
		height: 377px;
		overflow: auto;
		padding: 10px;
		width: 325px;
	}
	div#main-content div#right-col {
		background-image: url(/images/rightcol2-maroonblue.png);
		background-repeat: no-repeat;
		height: 397px;
		float: left;
		width: 195px;
	}

div#footer {
	background-image: url(/images/footer-blue.png);
	background-repeat: no-repeat;
	float: left;
	height: 73px;
	width: 800px;
}
