#page {
	width: 963px;
	margin: 10px auto;
}

#page.subpage {
	position: relative;
}

#header {
	background: url(../images/bg_header.jpg) no-repeat;
	position: relative;
	height: 125px !important;
	width: 963px;
}

#page.subpage #header {
	position: absolute;
	left: 0px;
}

#logo {
	margin-left: 212px;
	padding-top: 10px;
	float: left;
}

#logo a {
	display: block;
	width: 289px;
	height: 96px;
	background: url(../images/bg_logo.gif) no-repeat;
	text-indent: -999em;
	overflow: hidden;
}

#slogan {
	width: 371px;
	height: 21px;
	background: url(../images/bg_slogan.gif) no-repeat;
	text-indent: -999em;
	margin: 66px 0 0 50px;
	float: left;
}

#searchSiteWrapper {
	position: absolute;
	background: url(../images/bg_search_site_wrapper.gif) no-repeat;
	width: 388px;
	height: 25px;
	padding: 3px 15px 5px 15px;
	top: -1px;
	right: -764px;
}

#searchSiteWrapper label {
	font-size: 1.4em;
	font-weight: bold;
	margin-right: 5px;
	color: #FFF;
	text-transform: uppercase;
}

#searchSite {
	border-color: #000;
	margin-right: 5px;
	width: 280px;
}

#searchSubmit {
	border: none;
	width: 25px;
	height: 25px;
	text-indent: -999em;
	cursor: pointer;
	background: url(../images/button_search.jpg) no-repeat;
}

#contentWrapper {
	background: url(../images/bg_content_wrapper.jpg) repeat-y;
}

#contentLeftWrapper {
	float: left;
	width: 818px;
	margin: 0 15px 0 10px;
}

#rightCol {
	float: left;
	width: 120px;
	padding-top: 110px;
}

#page.subpage #rightCol {
	margin-top: 127px;
}

#headerAds {
	text-indent: -999em;
	width: 120px;
	height: 8px;
	background: url(../images/bg_header_ads.gif) no-repeat 50% top;
	margin-bottom: 10px;
}

#contentBlock {
	float: right;
	width: 613px;
	position: relative;
}

#page.subpage #contentBlock {
	margin-top: 127px;
}

#content {
	padding-top: 110px;
}

#contentAdWrapper {
	position: absolute;
	top: 0;
	height: 90px;
}

#headerAd {
	position: absolute;
	text-indent: -999em;
	left: 0;
	width: 9px;
	height: 90px;
	background: url(../images/bg_header_ad.gif) no-repeat left 50%;
}

#contentAd {
	margin-left: 20px;
}

#leftCol {
	position: relative;
	margin-top: -116px;
	float: left;
	width: 188px;
}

#page.subpage #leftCol {
	margin-top: 11px;
}

#leftColAd {
	margin: 4px;
}

#footer {
	background: url(../images/bg_footer.jpg) no-repeat;
	height: 73px;
	margin-bottom: 20px;
	text-align: center;
}

/* CLEARING FLOATS */
#header:after,
#contentWrapper:after,
#contentLeftWrapper:after,
#contentAdWrapper:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
