body {
	background: #ffa100;
	text-align: center;
}

/* General tags */
.pagewrapper {
	background: url(../img/background_tile.gif) repeat-y center;
	margin: auto;
	text-align: left;
	width: 909px;
	margin-top: 20px;
}
.pageheader {
	height: 510px;
	width: 100%;
	background: url(../img/header_img.jpg) top left no-repeat;
	margin-bottom: 20px;
}
.pageheader span { display: none; visibility: hidden; }
.navigation {
	float: left;
	width: 160px;
}
.navigation ul {
	list-style: none;
	padding: 0px; margin: 0px;
	margin-top: -20px;
	list-style-type: none;
}

.navigation ul li {
	width: 157px;
	text-align: center; vertical-align: middle;
	vertical-align: bottom !important;
	margin: 5px 0px;
}
.navigation li span { display: none; }
.navigation a { border-bottom: 0px !important; }
.navigation ul ul {
	background: #fff;
	margin: -10px 5px 0px 10px;
	border: 2px solid black;
	 list-style: none;
}
.navigation ul ul li { font-weight: bold; margin-left: -10px; }
.navigation ul ul li.current { background: #C69; width: 138px; margin-left: 0px; }
.navigation ul ul li.current a { color: #fff }
.content {
	float: right;
	width:600px;
	margin-right: 110px;
	padding-bottom: 30px;
}
.footer {
	background: url(../img/footer.gif) no-repeat top center;
	text-align: center;
	padding: 30px 0px 20px 0px;
	margin: auto;
	width: 909px;
	font-size: 80%;
	font-weight: bold;
	clear: both;
}

#brochure-list { margin-top: 30px; list-style-type: none; }
#brochure-list li { height: 220px; padding: 0px; margin: 0px; margin-left: -10px; }

.col-2-wrapper .col { width: 50%; float: left; }
.col-2-wrapper .col-illus { width: 231px; float: right; }
.col-2-wrapper .col-text { width: 350px; float: left; }