#header_news {
	text-align:left;
	padding: 5px 0 0 15px;
	margin:0;
	width:185px;
	height:45px;
	float:right;
	background:#EBEDF0;
}
/*ie-spec*/
* html #header_news {
	padding: 15px 0 0 20px;
	width:180px;
	height:35px;
}
#header_nav {
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	padding: 10px 0 0 15px;
	vertical-align:middle;
	width: 185px;
	height: 65px;
	background:#959aa3;
	float:right;
}
/*ie-spec*/
* html #header_nav {
	padding: 10px 0 0 20px;
	width:180px;
	height:65px;
}

/*####################################
CONTENT
####################################*/
#content {
	clear:both;
	padding: 0;
	background-image:url(../img/gradient.gif);
	background-repeat:repeat-y;
}
#content_center {
	width:424px;
	border-top: solid 1px #FFFFFF;
	float:right;
	padding:0;
	margin:0;
}
#content_news{
	text-align:left;
	padding: 5px 15px 5px 15px;
	margin:0;
	width:170px;
	height:100%;
	float:right;
	background:#EBEDF0;
}
#content_text {
	text-align:left;
	color:#666666;
	padding: 10px 15px 5px 15px;
	margin:0;
	background:#d6d8dc;
	width:394px;
	height:405px;
	margin:0;
	overflow:visible;
}
/*ie-spec*/
* html #content_text {
	padding: 20px 20px 20px 20px;
	width:384px;
	height:390px;
}
#content_text ul {
	list-style-image:url(../img/bullet_image.gif);
}

/*ie-spec*/
* html #content_news {
	padding: 15px 20px 20px 20px;
	width:160px;
}

#content_tuev{
	width:200px;
	background:#EBEDF0;
	float:right;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	/* color: #5b6270; */
	color: #E80923;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #5b6270;
	/* color: #E80923; */
}
