#Flash_Banner {
	position:relative;
	margin:-50px auto 0px auto;
	width:990px;
	height: 435px;
}
#Flash_Banner #sneekPeek {
	position:absolute;
	top:295px;
	right:40px;
}
#Flash_Banner { display:block; }
#Left_Column dl {
	overflow:hidden;
	clear: both;
	border-bottom:1px solid #e3e3e3;
	padding-bottom: 15px;
	margin-bottom:15px;
	
	font-size:30px;
	color:#009dec;
}
#Left_Column dt a {
	width:375px;
	padding:0px 10px 10px 0px;
	color:#009dec;
	line-height:1em;
	font-size:30px;
	font-weight:bold;
	float:right;
	text-decoration:none;
}
#Left_Column dt a:hover { /*text-decoration:underline;*/ color:#004A6F; }
#Left_Column dd { padding:0px 10px 0px 0px; }

#Left_Column dd a.post-img {
	display: block;
	width: 190px;
	max-height: 190px;
	float:left;
	overflow: hidden;
	border:5px solid #333;
	margin: 2px 0 0 0;
}
#Left_Column dd img { 
	width: 190px; 
	height: auto;
	border: none; 
	margin: 0; 
}

#Left_Column dd p {
	color:#707070;
	width:375px;
	font-size:12px;
	font-weight:normal;
	float:right;
}
#Left_Column dd a {
	text-decoration:none;
	font-size:10px;
}
#Left_Column dd a.comments {
	display:block;
	background:#8fc740;
	min-width:200px;
	margin:0px 0px 10px 15px;
	padding:3px;
	color:#FFF;
	float:left;
	font-size:10px;
	font-weight:bold;
}
#Left_Column dd a:hover { /*text-decoration:underline;*/ }
/*CSS3 Button Styles*/
#Left_Column dd a.button {
	background:url(/images/template/background/continue-reading-background.jpg) left top repeat-x;
	display:block;
	width:110px;
	margin:10px 0px 10px 0px;
	padding:5px;
	color:#004a69;
	border:1px solid #a9e2f7;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-weight:normal;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	text-shadow: 1px 1px 0px #f6ffff;
}
/*CSS3 Button Styles*/
#Left_Column dd a.button:hover { border:1px solid #8ebed0; }
