@charset "utf-8";
/* CSS Document */

body {
	background-color: #101734;
	background-image: url(images/news/bg-news.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font: 13px;
	color: #FFFFFF;
}
#container {
	overflow:hidden;
	width:977px;
	margin:0 auto;
}
#header-container {
	margin-left:5px;
}

#title-image-container {
	margin-left:5px;
}
#footer {
	margin-left:5px;
}

#title-image-front {
	overflow:hidden;
	width: 972px;
	margin-left:5px;
}
/* ---CONTENT--- */
#content-container {
	overflow:hidden;
	margin:7px 0 0 0;
	width: 977px;
}
#content-left {
	background-image:url(images/news/news-sidebar.jpg);
	background-position: top left;
	background-repeat:no-repeat;
	height:253px;
	width:329px;
	float:left;
	color:#000;
}
#content-left h3 {
	margin:3px 0 0 24px;
	font-size: 19px;
}
#content-left ul {
	margin:70px 0 0 25px;
	list-style:none;
}
#content-left li {
	margin-bottom:10px;
}
#content-left li a, #content-left li a:visited, #content-left li a:hover {
	font-weight:bold;
	color:#000;
	text-decoration:none;
	font-size:16px;
}

/* ---CONTENT-RIGHT --- */
#content-right {
	width:573px;
	float:right;
	padding-top:10px;
	padding-right:30px;
}
#content-right p{
	font-size:12px;
	line-height:18px;
}
.news-title h2 {
	color:#e7cf00;
	margin:18px 0 22px 0;
	font-size: 19px;
}
.news-item {
	border-bottom: #707a97 1px solid;
	overflow:hidden;
	font-size:12px;
	padding-bottom:25px;
}
.news-item a, .news-item a:visited {
	color: #356dc8;
	text-decoration:underline;
	font-weight:bold;
}
.news-item-end {
	padding-bottom:25px;
}
.news-item-end a, .news-item-end a:visited {
	color: #356dc8;
	text-decoration:underline;
	font-weight:bold;
}
.news-text-top {
	float:right;
	width:430px;
	font-size:12px;
}
.news-text {
	float:right;
	width:410px;
	font-size:12px;
	padding-right:50px;
}
.news-icon-top {
	width:117px;
	height:109px;
	float:left;
}
.news-icon {
	width:80px;
	height:74px;
	float:left;
}
.back a, .back a:visited, .back a:hover {
	font-size:11px;
	color:#e7cf00;
	float:right;
	text-decoration:none;
	margin-bottom:10px;
}
#content-right h3 {
	font-size: 14px;
	color:#FFF;
}
