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

#welcome_banner {
	width:100%; 
	margin:20px auto; 
	padding:10px 0; 
	text-align:center;
}
#live_media {
	width:880px;
	clear:both;
	margin:0 auto;
	height: 100%;
}
#live_media div h1 {
	/*background:url(images/media-label.png) no-repeat;*/
	background-color:#065f71;
	margin:10px 0;
	width:100%;
	height:30px;
	font-size:24px;
	line-height:30px;
	color:#FFF;
	font-weight:bold;
	text-align:center;
}
#live_media div p {
	width:100%;
	clear:both;
	margin:10px 0;
	color:#666;		
}
#live_media .col_2 {
	width:610px;
	margin:0;
	padding:0;
}
#live_media .col_1 {
	width:420px;
	margin:0 10px;
	padding:0;		
}
#live_media .left {
	float:left;
	margin-right:10px;
}
#live_media .right {
	float:right;
}
#flickr_new {
	width:100%;
	height:458px;
}
