#content {
	padding-bottom: 45px;
	}

/* POSTS */	
#posts {
	width: 640px;
	margin: 0 35px 0 45px;
	float: left;
	display: inline; /* IE6 */
	}
#posts a {
	color: #f7991d;
	width: 640px;
	font-size: 14px;
	line-height: 1.2em;
	text-decoration: none;
	border-bottom: #CECECE 1px solid;
	padding: 23px 0;
	float: left;
	display: block;
	}
	#posts a.news_with_photo {
		padding-left: 81px;
		width: 559px;
		}
#posts a span {
	color: #666;
	font-size: 10px;
	}
#posts a:hover {
	background-color: #F8F8F8 !important;
	}

/* ARCHIVE / NEWSLETTER */
#archive, #newsletter {
	width: 230px;
	float: left;
	}
#archive h4, #newsletter h4 {
	width: 230px;
	padding: 0;
	margin: 25px 0 15px 0;
	float: left;
	display: inline; /* IE6 */
	}
#archive p, #newsletter p {
	width: 200px;
	color: #333;
	font-size: 10px;
	border-top: #CECECE 1px solid;
	padding: 15px;
	margin: 0;
	float: left;
	}
#archive a, #archive span, #newsletter a, #newsletter span {
	font-size: 12px;
	line-height: 1.6em;
	}
#newsletter a {
	padding-left: 14px;
	background: url("/assets/images/section/resources/icon_document_download.gif") no-repeat left center;
	}

	
/* ARTICLE */
.news_post {
	/*
	background-image: url(/assets/images/section/news/bg_post.gif);
	background-repeat: repeat-x;
	*/
	}
#article {
	width: 640px;
	margin: 25px 35px 0 45px;
	float: left;
	display: inline; /* IE6 */ 
	}
#article p {
	color: #333;
	font-size: 12px;
	line-height: 1.5em;
	}
#title p#date {
	color: #666;
	font-size: 10px;
	padding-bottom: 0;
	}
#article p#intro {
	font-size: 16px;
	line-height: 1.5em;
	}
#article .recent_news {
	width: 640px;
	height: 30px;
	border-bottom: #9D9D9D 1px solid;
	margin: 45px 0 0 0;
	padding-bottom: 10px;
	float: left;
	display: inline; /* IE6 */ 
	}
#article .recent_news h4 {
	width: 320px;
	margin: 0;
	float: left;
	}
#article .recent_news div {
	width: 320px;
	font-size: 10px;
	text-align: right;
	margin-top: 5px;
	float: left;
	display: inline; /* IE6 */
	}
#article .recent_news div a {
	color: #999;
	text-decoration: none;
	}
#article .recent_news div a:hover {
	color: #666;
	}
#article .recent_news div a div {
	width: 12px;
	height: 12px;
	background-image: url(/assets/images/misc/arrow.gif);
	background-position: left;
	background-repeat: no-repeat;
	margin: 1px 0 0 5px;
	float: right;
	display: inline; /* IE6 */
	}
#article .recent_news div a:hover div {
	background-position: right;
	}
#article #posts {
	margin: 0;
	}
	
/* SIDE BAR */
#sidebar {
	width: 230px;
	margin-top: 45px;
	float: left;
	display: inline; /* IE6 */
	}
#sidebar.no_photo {
	margin-top: 101px;
	}
#related_images{
	margin:0;
	padding: 0;
	}
#related_images li{
	margin:0;
	padding: 0;
	list-style: none;
	}
#sidebar div {
	margin-top: 40px;
	float: left;
	display: inline; /* IE6 */
	}
#sidebar div h4 {
	width: 230px;
	border-bottom: #9D9D9D 1px solid;
	padding-bottom: 23px;
	margin: 0;
	float: left;
	}
#sidebar div a {
	color: #666;
	width: 230px;
	font-size: 10px;
	line-height: 1.4em;
	margin-top: 20px;
	float: left;
	display: block;
	}
#sidebar div a:hover {
	color: #333;
	}
#sidebar div a img {
	margin-bottom: 10px;
	}
