/* styles for swe (supporting web experience) pages */

/* HEADER */

#swe-header
{
	margin: 0 auto;
	width: 942px;
	height: 131px;
	background: transparent url('../images/templates/banner-supportingpages.jpg') no-repeat;
}
#swe-header-title
{
	margin: 0 auto;
	padding: 30px 0 0 0;
}
#swe-header h2
{
	margin: 0;
	padding: 5px;
	font-size: 48px;
	line-height: 48px;
	font-weight: bold;
	text-align: center;
	background-color: #333;
}
