/* MAIN */
#containerMain { 
	/* background-color: #0f0; */
	width: 711px;
	float: right;

	position: relative;
	top: 30px;
	right: 0px;

	margin-top: 60px;
	padding: 0 20px 0 0;
}

/* SECONDARY */
#containerSecondary1 {
	/*background-color: #eee; */
	position: relative;
	top: 30px;

	float: left;

	width: 180px;

	padding: 0 15px 0 20px;
	margin-top: 60px;
	text-align: left;
}


#containerSecondary2 {
	/* background-color: #f00; */
	position: relative;
	top: 30px;
	left: 452px;
	float: right; 

	width: 186px;

	padding: 0 20px 0 15px;
	margin-top: 60px;
	text-align: left;

}

	
#containerSecondary3 {
	/* background-color: #f00; */
	display: block;
	z-index: 9;

	top: 121px;
	left: 0px;

	position: absolute;
	width: 852px;
	height: 60px;

	padding: 0px;
	margin: 0 27px 0 27px;

	clear: both;
}


#containerAll {
	/*
	background-image: url("../../images/background_all_threecolumns.gif");
	background-repeat: repeat-y;
	background-position: top left;
	*/
}

h1, h2, h3, h4, h5, h6, span.newsTitle {
	color: #88a9ad;
}