/* @group Content */

/* @group Wide */

#contentContainer.wideContent {
	background: url(content/wide/content_b.png) no-repeat left bottom;
	padding-bottom: 20px;
}

#contentContainer.wideContent #contentCap {
	background: url(content/wide/content_t.png) no-repeat left bottom;
}

#contentContainer.wideContent #content {
	background: url(content/wide/content_y.png) repeat-y left;
}

#contentContainer.wideContent #content #contentHeader {
	background: url(content/wide/content_header.jpg) no-repeat left top;
	min-height: 437px;
}




/* @end */

#contentContainer {
	background: url(content/content_b.png) no-repeat left bottom;
	padding-bottom: 20px;
}
#contentCap {
	background: url(content/content_t.png) no-repeat left bottom;
}
#contentContainer #content {
	background: url(content/content_y.png) repeat-y left;
}

#contentContainer #content #contentHeader {
	background: url(content/content_header.jpg) no-repeat left top;
	min-height: 437px;
}
#pageHeader {
	padding-top: 50px;
	height: 237px;
	display: block;
}


/* @end */

/* @group Sidebar */

#sidebarContainer {
	background: url(content/sidebar_b.png) no-repeat 0 bottom;
	padding-bottom: 20px;
}

#sidebarContainer .sideHeader {
	font-size: 2em;
	display: block;
	margin-bottom: 5px;
}
#sidebarContainer #sidebarHeader {
	background: url(content/sidebar_header.jpg) no-repeat left top;
}

#sidebarContainer #sidebarCap {
	background: url(content/sidebar_t.png) no-repeat left bottom;
}

#sidebarContainer #sidebar {
	background: url(content/sidebar_y.png) repeat-y;
}

/* @end */