@charset "utf-8";
/* CSS Document */

#flash {
	width: 810px;
	height: 359px;
}
#maincontent {
	width: 810px;
	height: 300px;
}
#row1 {
	width: 810px;
	height: 60px;
}
#twitter {
	margin: 30px 0 0 0px;
	width: 250px;
	height: 30px;
	background: url(index_files/blue.swf) #77A5B2;
	float: left;
}
#news {
	margin: 30px 0 0 30px;
	width: 250px;
	height: 30px;
	background: url(index_files/orange.swf) #D29E48;
	float: left;
}
#blog {
	margin: 30px 0 0 30px;
	width: 250px;
	height: 30px;
	background: url(index_files/green.swf) #8C9657;
	float: left;
}
.boxtitles {
	margin: 0;
	padding: 8px 0 0 0;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
#row2 {
	width: 810px;
	height: 228px;
}
#tweet ul {
	margin: 0;
	padding: 0 20px 0 8px;
}
#tweet li {
	list-style-type: none;
}
.rtbar {
	border-right: 1px solid #949599;
}
#twittertext {
	margin: 25px 0 0 0px;
	width: 264px;
	height: 200px;
	float: left;
	overflow: hidden;
}
#newstext {
	margin: 25px 0 0 15px;
	width: 264px;
	height: 200px;
	float: left;
	overflow: hidden;
}
#blogtext {
	margin: 25px 0 0 15px;
	width: 246px;
	height: 200px;
	float: left;
	overflow: hidden;
}
#row2 h3 {
	font-size: 12px;
}
#twittertext h3 {
	color: #77A5B2;
	margin: 0;
	padding: 0;
}
#twittertext p, #newstext p, #blogtext p {
	margin: 0;	
	padding: 0 2px 0 0;
}
#newstext h3 {
	color: #D29E48;
	margin: 0;
	padding: 0;
}
#blogtext h3 {
	color:  #8C9657;
	margin: 0;
	padding: 0;
}
#row2 p {
	color: #949599;
}

