/*  wrapper for entire website. makes everything fit in 885px  */
#wrapper {
	width: 885px;
}

#content-wrap {
	margin-left: 65px;
}

/*  defines header (white background)  */
#header {
	background: #fff;
	height: 85px;
	width: 100%;
	margin-top: 60px;
}
/*  places The Art Gallery logo  */
#header img {
	position: absolute;
	top: 24px; 
	left: 20px;
}

/*  footer (black bar at bottom)  */
#footer {
	background: #000;
	color: #fff;
	width: 880px;
	font-size: 0.9em;
	margin-top: 40px;
	padding: 10px 10px 5px 10px;
}
#wrapper > #footer {
	width: 865px;
	padding: 0 10px;
}
#footer .UMDlogo {
	margin: 9px 0;
}
#footer .AGinfo {
	text-align: right;
	margin: 8px 0;
}

/*  provides some extra "relief" space below footer  */
#bottom-space {
	height: 30px;
}

/*  defines the white main content area (all pages except home page)  */
.main {
	background: #fff;
	width: 780px;
	padding: 1em 20px 30px 20px;
	margin-bottom: 10px;
	margin-top: 15px;
}
