/* PageContent */

#page_content_container
{
	font-size: 		10px;

    clear:          both;
    font-size:      10px;
    overflow:       hidden;
    padding:        40px 0 0;
    position:       relative;
}

#page_content_container a
{
	font-size: 		11px;
	color:			#000000;
}

#page_content_container img.link
{
	margin-left:	3px;
	margin-bottom: 	1px;
}

#news
{
	float:			left;
	padding-left: 	10px;
	padding-right: 	10px;
	width:			30%;
	_width:         25%;            /* workaround for ie6 */
	min-width:      225px;
	height: 		128px;
	margin-bottom:	10px;
}

#news .news_content
{
	margin-top:		10px;
}

#news .news_date
{
	color: 			#636363;
}

#news .news_headline
{
	color: 			#000000;
}

#news .news_intro_text
{
	color: 			#6F6F6F;
}

#news .news_intro_text a
{
	color: 			#555555;
}

#analyses .analyses_headline
{
	color: 			#000;
	margin-top:		10px;
	font-size:		11px;
}

#analyses .analyses_intro_text
{
	color: 			#6F6F6F;
	font-size:		10px;
	margin-top:		5px;
}

#analyses .analyses_intro_text a
{
	color: 			#555555;
	font-size:		10px;
	margin-top:		5px;
}
#analyses .analyses_image
{
	float:			left;
	margin-top: 	10px;
	margin-right:	10px;
	height:			100px;
}

#analyses
{
	float:			left;
	padding-left: 	10px;
	padding-right: 	10px;
	border-left: 	1px solid #AAB29A;
	width:			30%;
	_width:         25%;            /* workaround for ie6 */
	min-width:      200px;
	height: 		128px;
	margin-bottom:	10px;
}

#newsletter
{
	float:			left;
	padding-left: 	10px;
	width:			20%;
	_width:         15%;            /* workaround for ie6 */
	min-width:      75px;
	height: 		128px;
	margin-bottom:	10px;
	border-left: 	1px solid #AAB29A;
}

/* Footer */

#page_footer
{
    padding-top:    20px;
}