h4 {
	width: 150px;
	height: 40px;
	padding: 0;
	margin: 0;
	float: left;
	}
.title {
	width: 425px;
	border-bottom: #9D9D9D 1px solid;
	float: left;
	}

#content #title {
	width: 965px;
	padding: 0;
	}
	
.positioning {
	width: 875px;
	padding: 30px 45px;
	}

/* NEWS */
#news {
	width: 425px;
	padding-bottom: 45px;
	margin: 40px 25px 0 45px;
	float: left;
	display: inline; /* IE6 */
	}
#news .title #news_archive {
	width: 275px;
	height: 35px;
	font-size: 10px;
	text-align: right;
	margin-top: 5px;
	float: left;
	}
#news .title #news_archive a {
	color: #999;
	text-decoration: none;
	}
#news .title #news_archive a:hover {
	color: #666;
	}
#news .title #news_archive 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;
	}
#news .title #news_archive a:hover div {
	background-position: right;
	}
#news a.news_item {
	color: #E66B1F;
	width: 425px;
	font-size: 14px;
	line-height: 1.2em;
	text-decoration: none;
	border-bottom: #CECECE 1px solid;
	padding: 23px 0;
	float: left;
	display: block;
	}
	#news a.news_with_photo {
		padding-left: 81px;
		width: 344px;
		}
#news a.news_item span {
	color: #666;
	font-size: 10px;
	}
#news a.news_item:hover {
	background-color: #F8F8F8 !important;
	}
	
/* RESOURCES */
#resources {
	width: 425px;
	margin-top: 40px;
	float: left;
	display: inline; /* IE6 */
	}
#resources #toggle_tabs {
	width: 275px;
	}
#resources #toggle_txt {
	border: 0;
	}
#resources ul {
	list-style-image: url(/assets/images/section/resources/icon_document_download.gif);
	font-size: 14px;
	line-height: 1.5em;
	padding: 0 0 0 20px;
	margin: 20px 0 0 0;
	float: left;
	}
#resources ul li {
	padding: 0;
	margin: 0;
	}

/* LOGIN */
#login {
	width: 425px;
	padding-bottom: 45px;
	margin-top: 25px;
	float: left;
	display: inline; /* IE6 */
	}
#login #login_form {
	margin-top: 20px;
	float: left;
	}
#login #login_form div.row {
	margin-right: 10px;
	float: left;
	}
#login #login_form label {
	color: #999;
	font-size: 10px;
	}
#login #login_form input {
	color: #333;
	width: 150px;
	font-size: 12px;
	padding: 5px;
	border: #CECECE 1px solid;
	margin-top: 5px;
	}
#login #login_form .submit {
	width: 75px;
	border: 0;
	padding: 0;
	margin-top: 16px;
	float: left;
	}