html, body.news {
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../../_media/news/tile-news.jpg);
	background-repeat: repeat-y;
	height: 100%;
	width: 800px;
}

body.news div#page div#main-content {
	background-image: url(../../_media/news/background-header-news.jpg);
	background-repeat: no-repeat;
	height: 473px;
}
body.news div#main-content div#news-content {
	background-image: url(../../_media/news/background-bottom-news.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding-bottom: 120px;
}
body.news div#main-content div#news-content {
        float: right;
	margin-top: 155px;
	width: 800px;
	text-align: left;
}
body.news div#main-content div#news-content p {
	padding-bottom: 15px;
	font-size: 1.0em;
}
body.news div#main-content div#news-content div#column-content div#menucontainer {
	float: left;
	margin-left: 35px;
	text-align: right;
	width: 100px;
}
body.news div#main-content div#news-content div#column-content div#menucontainer h3.first {
	margin-top: 0.4em;
}

body.news div#main-content div#news-content div#column-content div#menucontainer h3 {
	font-weight: normal;
	margin-top: 1em;
	margin-bottom: 0.4em;
}
body.news div#main-content div#news-content div#column-content div#menucontainer ul li {
	padding-bottom: 0.3em;
	list-style-type: none;
}

body.news div#page div#main-content div#column-content div#contentcontainer {
	float: right;
	margin-right: 225px;
	width: 405px;
}
body.news div#main-content div#news-content div#column-content div#contentcontainer ul li {
	list-style-type: none;
}
body.news div#main-content div#news-content div#column-content div#contentcontainer div.blog {
	background-image: url(../../_media/news/horizontal-line.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-bottom: 30px;
	margin-bottom: 10px;
}
body.news div#main-content div#news-content div#column-content div#contentcontainer div.blog h2 {
	text-transform: none;
	font-weight: normal;
	line-height: 23px;
	color: rgb(0,111,179);
}
body.news div#main-content div#news-content div#column-content div#contentcontainer div.blog h3.date {
	font-weight: normal;
	margin-top: 0.2em;
	padding-bottom: -0.5em;
}
