/* Content */
#main {
	float:left;
	width:640px;
}
#main h1 {
	font-size:23px;
	color:#045982;
}
h2:hover {
	text-decoration:underline;
}
#main p {
	font-size:14px;
	color:#0000;
}
#text {
	 position:absolute;
	 width:576px;
	 margin:20px;
	 margin-top:13px;
}

/* News */
#news {
	float:right;
	width:206px;
}
#news h1 {
	font-size:14px;
	font-weight:bold;
	color:#FFF;
}
#news h2 {
	font-size:12px;
	font-weight:normal;
	color:#0093d0;
}
#news p {
	font-size:12px;
	color:#343434;
}
#news a {
	font-size:12px;
	color:#000000;
}
#news a:hover {
	color:#045982;
}

#news-title {
	background:url(../images/news_header.jpg) no-repeat;height:36px;line-height:36px;padding-left:15px;
}
#news-feed {
	background:url(../images/news_back.jpg) no-repeat; height:431px;padding:15px;line-height:18px;
}

