body {
	margin-top: 50px;
}
#wrapper {
	position: absolute;
	left: 15%;
}
#title {
	left: 0.4em;
	font-size: 32pt;
	bottom: 8px;
	margin-bottom: -0.22em;
}
#header, #altHeader {
	height: 136px;
	width: 816px;
	background-image: url(/images/header_main.jpg);
}
#altHeader {
	background-image: url(/images/header_alt.jpg);
}
#highlights {
	position: absolute;
	z-index: 5;
	bottom: -10px;
	left: 530px;
	width: 309px;
}
#highlights a {
	position: relative;
	height: 92px;
	width: 92px;
	border: 2px solid white;
	margin: 0px 5px 0px 0px;
	display: block;
	float: left;
	overflow: hidden;
}
#highlights a img {
	height: 92px;
}
#nav {
	left: 0px;
	width: 266px;
	background-image: url(/images/nav_bg.gif);
}
#nav ul {
	margin: 0px 8px 2em 8px;
}
#navEnd {
	background-image: url(/images/nav_bottom.gif);
}
#content div.thumbnails a {
	margin: 8px;
}
#contentWrapper {
	position: absolute;
	left: 200px;
	width: 616px;
	background: white url(/images/content_bg.gif);
	z-index: 3;
}
#contentEnd {
	height: 8px;
	background-image: url(/images/content_bottom.gif);
}

