div#introduction
{
	position: relative;
	left: 15px;
	top: 3px;
	width: 925px;
	height: 217px;
	background: url(/elements/background_introduction_2.jpg) no-repeat;
	border-bottom: 1px solid #C1C1C1;
}

div#welcome
{
	position: relative;
	top: 60px;
	left: 350px;
	width: 550px;
	height: 30px;
}

div#welcome p
{
	padding-bottom: 10px;
	font-size: 11px;
}

table#feature
{
	position: relative;
	left: 15px;
	width: 925px;
	margin-top: 15px;
	font-size: 11px;
}

table#feature td
{
	width: 33%;
	vertical-align: top;
}

table#feature h1
{
	font-size: 14px;
	text-indent: 15px;
	color: #515151;
}

table#feature h2 { font-size: 11px; }
table#feature p { padding-bottom: 12px; }

td#feature_promo img
{
	margin-right: 15px;
	border: 0;
}

td#feature_promo { border-right: 1px solid #C1C1C1; }
td#feature_news { padding-right: 7px; }
td#feature_events { padding-left: 7px; }

div#news_list, div#events_list
{
	height: 138px;
	overflow: auto;
	padding: 15px;
}

