#welcome {
	width: 530px;
	background: url(/images/sunderlandYV1.jpg) no-repeat;
}

#welcome .body {
	width: 255px;
	position: relative;
}

#welcome .body .padding {
	position: relative;
	top: 6px;
	left: 6px;
	padding: 8px;
	
}

#welcome h1 {
	font-size: 30px;
	font-weight: normal;
	color: #fff;
	margin-bottom: 10px;
	line-height: 32px;
}

#welcome p, #welcome h2 {
	color: #fff;
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 10px;
}

#welcome p a {
	color: #fff;
	font-weight: bold;
	line-height: 16px;
}

#welcome p a:hover {
	color: #ffff00;
}


/* Featured Panels (col2) */

#featuredArticle, #featuredActivity {
	background: #fff;
}

#col2 h3 a {
	font-size: 18px;
	font-weight: normal;
}

#featuredArticle .header, #featuredActivity .header {
	background: url(/images/panel_header_bg.jpg) no-repeat;
	width: 255px;
	height: 30px;
}

#featuredArticle .body, #featuredActivity .body {
	width: 255px;
}

#featuredActivity {
	float: left;
}

#featuredArticle {
	float: right;
}

#featuredActivity .header .padding, #featuredArticle .header .padding {
	font-size: 16px;
	color: #BE202B;
	font-weight: bold;
}

#featuredActivity .body .padding, #featuredArticle .body .padding {
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 1.5em;
	background: url(/images/divider_white.gif) top repeat-x;
}

#featuredActivity .body #firstActivity.padding, #featuredArticle .body #firstArticle.padding {
	padding-top: 10px;
	background-image: none;
}

#col2 .date {
	margin-bottom: 12px;
	font-size: 11px;
}