/*
// MAIN IMAGE
*/

#content_body {
           top: 85px;
           margin-left: auto;
           margin-bottom: 16px;
           margin-right: auto;
           margin-top: 20px;
           /* background-color: #bfbfbf; */
           min-height: 329px;
           height: auto !important;
           height: 329px;
           width: 732px;
          /* -webkit-border-radius: 4px;
           -moz-border-radius: 6px; */
       }

#fade_box {
	top: 340px;
	z-index: 0;
	color: white;
	position: absolute;
	border-color: #666666;
	border-style: solid;
	border-width: 1px;
	padding: 18px;
	width: 240px;
	background-color: black;
	-webkit-border-radius: 4px;
	-moz-border-radius: 6px;
}

/*
// NEWS ITEMS
*/

#news {
	height: 150px;
	position: relative;
	margin-bottom: 20px;
}

#news a:hover {
	text-decoration: underline;
}

#news_logo {
	margin-bottom: 6px;
}
#news .content1 {
	height: 120px;
	width: 236px;
	left: 0px;
	position: absolute;
}

#news .content2 {
	height: 120px;
	width: 236px;
	left: 248px;
	position: absolute;
}

#news .content3 {
	height: 120px;
	width: 236px;
	left: 496px;
	position: absolute;
}

#news .item {
	height: 120px;
	width: 236px;
}

#news .byline {
	left: 80px;
	top: -64px;
	position: relative;
	font-size: 14px;
	font-weight: bold;
	color: #ff8000;
}

#news .subline {
	font-size: 11px;
	text-align: right;
	left: -24px;
	top: -41px;
	position: relative;
	color: gray;
}

#facebook {
	text-align: center;
}

