h1, h2, h3, h4, h5 {font-weight: bold;}
h1 {font-size: 1.6em;}
h2 {font-size: 1.4em;}
h3 {font-size: 1.2em;}
h4 {font-size: 1.1em;}
h5 {font-size: 1em;}
strong {font-weight: bold;}
em {font-style: italic;}

body {
	background: #7d6a55;
	font-size: 14px;
	line-height: 1.2;
	font-family: Arial, sans-serif;
	color: #212d35;
}

#page_wrapper {
	width: 760px;
	margin: 0 auto 40px;
	padding: 0;
	background: #d9cfc3;
	border: 1px solid #f2901d;
	border-top: 0;
	overflow: hidden;
}

.clear {
	clear: both;
}


/* =========== */
/* = Top Bar = */
/* =========== */

#top_bar {
	width: 760px;
	position: relative;
}

#top_bar h1 {
	font-size: 1.5em;
	background: transparent url('../images/header_logo.jpg') no-repeat;
	text-indent: -5000px;
	width: 296px;
	height: 294px;
}

#top_bar #grid_wrapper {
	position: absolute;
	top: 0;
	right: 0;
	width: 464px;
}

#top_bar #grid_wrapper #imagegrid_wrapper {
	background: url('../images/imagegrid_background.jpg');
	width: 464px;
	height: 216px;
}

#top_bar #grid_wrapper .overlay td {
	border: 1px solid #d9cfc3;
}

#peel_back {
	position: absolute;
	top: 0;
	right: 0;
	width: 396px;
	height: 136px;
	z-index: 300;
	background: transparent url('../images/peel_back.png') no-repeat;
}