@charset "UTF-8";

/* CSS Document */


/*----------------------------------------------------------------------*/
/*	News List Page  */
/*----------------------------------------------------------------------*/

#billboard {
	width: 946px;
	margin-bottom: 60px; }
	
.newsitem {
	position: relative;
	padding: 10px;
	margin-bottom: 30px; }
	
.image {
	width: 600px;
	height: 350px; }
	
.content {
	position: absolute;
	width: 290px;
	padding-right: 20px;
	left: 620px;
	bottom: 30px; }
	
	
	
/*----------------------------------------------------------------------*/
/*	News Item Page  */
/*----------------------------------------------------------------------*/

#newsmedia {
	margin-bottom: 20px;}
	
#newsmedia img {
	width: 100%; }
	
#newscontent {
	padding: 10px;}