@charset "utf-8";
/* CSS Document */
@import url(comun/footer.css);

html, body {
	padding:0px;
	margin:0px;
	height:100%;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#A7A7A7;
	background:url(../images/site_bg.gif) #535353 repeat-x;
	text-align:center;
}

a, a:link , a:visited, a:active {
	color:#F07E1E;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.orange {
	color:#F07E1E;
}

.gray1 {
	color:#656565;
}

.gray2 {
	color:#7E7E7E;
}

.gray3 {
	color:#A5A5A5;
}

/*	####################################################################################
*/

#main {
	width:844px;
	margin:0pt auto;
	text-align:left;
}

#left {
	width:322px;
	float:left;
}

/*	####################################################################################
*/

#right {
	width:472px;
	float:right;
	height:384px;
	_height:354px;
	background:url(../images/center_bg.gif) #3B3632 repeat-x;
	padding:25px;
	_padding:25px 25px 0px 25px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#right img{
	padding-top:2px;
	float:right;
}

#right h4{
	font-family:Helvetica, "Trebuchet MS", Verdana, sans-serif;
	padding-top:5px;
	*padding-top:22px;
	font-size:14px;
	color:#7d7d7d;
}



#right #featured_news {
	width:410px;
	height:150px;
	/* _height:10px; */
	background:url(../images/featured_news_bg.gif) #504C4B repeat-x;
	border-top:#6D6966 1px solid;
	border-left:#6D6966 1px solid;
	margin-top:54px;
	*margin-top:37px;
	padding:15px 25px;	
	_padding:15px 25px 15px 25px;	
}

#right #featured_news img{
	float:right;
}

#right #featured_news hr{
	background-color:#66462d;
	color:#66462d;
	border:medium none;
	height:1px;
	margin-left:0px;
	*margin-top:-15px;
	width:46%;
	*width:95%;
	
}

#right #featured_news h2{
	font-family:Helvetica, "Trebuchet MS", Verdana, sans-serif;
	font-size:12px;
	color:#F07E1E;
}

#right #featured_news #news_content {
	width:182px;
	height:72px;
	overflow:hidden;
	*margin-top:-13px;
}

#right #featured_news span {
	float:right;
	padding-right:15px;
	font-size:110%;
	font-weight:bold;
}

#right #featured_news a,#right #featured_news a:link ,#right #featured_news a:visited,#right #featured_news a:active {
	color:#A7A7A7;
	text-decoration:none;
}

#right #featured_news a:hover {
	text-decoration:underline;
}

/*	####################################################################################
*/