html, body {
	margin:0px auto 0px auto;
	padding: 0px; 
	background-color: #ffffff;
	text-align: center;

	font-family: Trebuchet MS;
	font-size: 12px;
	color: #545454;
	text-decoration: none;
/*
	background-image: url('../img/bg.png');
	background-position: top center;
	background-repeat: repeat-x;
*/
}
A:link {text-decoration: none; color: #545454;}
A:visited {text-decoration: none; color: #545454;}
A:active {text-decoration: none; color: #545454;}
A:hover {text-decoration: underline; color: #da251c;}


A.detalii_mic:link {text-decoration: none; color: #ffffff;}
A.detalii_mic:visited {text-decoration: none; color: #ffffff;}
A.detalii_mic:active {text-decoration: none; color: #ffffff;}
A.detalii_mic:hover {text-decoration: underline; color: #ffffff;}

A.detalii:link {text-decoration: none; color: #da251c;}
A.detalii:visited {text-decoration: none; color: #da251c;}
A.detalii:active {text-decoration: none; color: #da251c;}
A.detalii:hover {text-decoration: underline; color: #da251c;}

#master{
	width: 100%;
}

#site{
	position:relative;
	text-align: center;

	width: 990px;
}

#header{
	position:relative;
	width:990px;
	height:132px;
}

	#header #logo{
		width:261px;
		height:126px;
		float:left;
	}

	#header #banner{
		width:729px;
		height:126px;
		float:left;
	}

#content{
	position:relative;
	width:990px;
	overflow: hidden;
}

#left{
	position:relative;
	width:261px;
	float:left;
	text-align:left;
}

#left div{
	margin-bottom:6px;
}

#language{
	position:absolute;
	top:0;
	right:7px;
	width:47px;
	height:40px;
	background-image: url('../../img/bg_language.jpg');
	background-repeat: no-repeat;
}

#language img{
	padding-top:7px;
	padding-left:16px;
}

	#left #menu{
		width:254px;
		min-height:378px;
		background-color:#da251c;
		overflow:hidden;
	}

	#left #menu #categorii{
		font-size: 13px;
		font-weight: bold;
		color: #FFFFFF;
		margin: 40px 0px 10px 0px;
	}

	#left #menu #categorii div{
		margin: 0;
	}

	#left #menu #categorii .category{
		font-size: 13px;
		font-weight: bold;
		color: #FFFFFF;
		padding: 0px 0px 0px 25px;
	}

	#left #menu #categorii #line_point{
		height: 1px;
		background-image: url('../../img/line_point.gif');
		background-position: 15px 0px;
		background-repeat: no-repeat;
	}

	#left #menu #categorii .toggler{
		font-size: 13px;
		font-weight: bold;
		color: #FFFFFF;
		padding: 8px 0px 8px 20px;
		background-image: url('../../img/arrow_right.png');
		background-position: 25px 11px;
		background-repeat: no-repeat;
	}

	#left #menu #categorii .toggler_over{
		font-size: 13px;
		font-weight: bold;
		color: #FFFFFF;
		padding: 8px 0px 8px 20px;
		background-image: url('../../img/arrow_right.png');
		background-position: 25px 11px;
		background-repeat: no-repeat;
		background-color: #ae1e16;
		cursor: pointer;
	}

	#left #menu #categorii #netoggler{
		font-size: 13px;
		font-weight: bold;
		color: #FFFFFF;
		padding: 8px 0px 8px 20px;
		background-image: url('../../img/arrow_right.png');
		background-position: 25px 11px;
		background-repeat: no-repeat;
	}

	#left #menu #categorii #netoggler_over{
		font-size: 13px;
		font-weight: bold;
		color: #FFFFFF;
		padding: 8px 0px 8px 20px;
		background-image: url('../../img/arrow_down.png');
		background-position: 25px 11px;
		background-repeat: no-repeat;
	}

	#left #menu #categorii .netoggler{
		font-size: 13px;
		font-weight: bold;
		color: #FFFFFF;
		padding: 8px 0px 8px 20px;
		background-image: url('../../img/arrow_right.png');
		background-position: 25px 11px;
		background-repeat: no-repeat;
	}

	#left #menu #categorii .netoggler_over{
		font-size: 13px;
		font-weight: bold;
		color: #FFFFFF;
		padding: 8px 0px 8px 20px;
		background-image: url('../../img/arrow_down.png');
		background-position: 25px 11px;
		background-repeat: no-repeat;
		background-color: #ae1e16;
		cursor: pointer;
	}

		#left #menu #categorii A.category:link, A.category:visited, A.category:active{
			font-size: 13px;
			font-weight: bold;
			color: #FFFFFF;
			text-decoration: none;
		}

		#left #menu #categorii A.category:hover{
			font-size: 13px;
			font-weight: bold;
			color: #FFFFFF;
			text-decoration: none;
		}

		#left #menu #categorii A.toggler:link, A.toggler:visited, A.toggler:active{
			font-size: 13px;
			font-weight: bold;
			color: #FFFFFF;
			text-decoration: none;
		}

		#left #menu #categorii A.toggler:hover{
			font-size: 13px;
			font-weight: bold;
			color: #FFFFFF;
			text-decoration: none;
		}

	
	#left #menu #subcategorii{
		padding: 0px 0px 0px 50px;
		font-size: 12px;
		font-weight: normal;
		color: #FFFFFF;
		background-color:#ae1e16;
	}
		
		#left #menu #subcategorii A.subcategory:link, A.subcategory:visited, A.subcategory:active{
			font-size: 12px;
			font-weight: normal;
			color: #FFFFFF;
			text-decoration: none;
		}

		#left #menu #subcategorii A.subcategory:hover{
			font-size: 12px;
			font-weight: normal;
			color: #FFFFFF;
			text-decoration: underline;
		}

	#left #search{
		width:254px;
		height:74px;
		background-color:#ae1e16;
	}

		#left #search .search_input{
			width:174px;
			height:18px;
			border: 1px #000000 solid;
			background-color:#ffffff;
			margin: 25px 0px 0px 21px;
			float:left;
		}

		#left #search .search_btn{
			padding: 20px 0px 0px 5px;
		}

	#left #box1{
		width:254px;
		background-color:#4d770b;
	}
		
		#left #box1 #box1_title{
			float:	left;
			background-color:#4d770b;
			font-size: 18px;
			font-weight: normal;
			color: #FFFFFF;
			text-transform: uppercase;
			padding: 10px 5px 0px 26px;
		}

		#left #box1 .titlu_dreapta{
			margin: 0px 20px 0px 26px;
			padding-top:22px;
			border-bottom:7px #71923c solid;
		}

		#left #box1 #box1_title_article{
			font-size: 13px;
			font-weight: bold;
			color: #FEFEFE;
			margin: 0px 22px 0px 26px;

			text-align: left;
		}
			
			#left #box1 #box1_title_article A.box1_title_article:link, A.box1_title_article:visited, A.box1_title_article:active{
				font-size: 13px;
				color: #FEFEFE;
				text-decoration: none;
			}

			#left #box1 #box1_title_article A.box1_title_article:hover{
				font-size: 13px;
				color: #FEFEFE;
				text-decoration: underline;
			}

		#left #box1 #box1_text{
			font-size: 12px;
			font-weight: normal;
			color: #E1E1E1;
			text-align: justify;
			padding: 10px 22px 0px 26px;
		}

		#left #box1 #box1_link{
			padding: 20px 22px 10px 26px;
			font-size: 13px;
			color: #FEFEFE;
		}

		#left #box1 #box1_link A.box1_link:link, A.box1_link:visited, A.box1_link:active{
			font-size: 13px;
			font-weight: bold;
			color: #FEFEFE;
			text-decoration: none;
		}

		#left #box1 #box1_link A.box1_link:hover{
			font-size: 13px;
			font-weight: bold;
			color: #FEFEFE;
			text-decoration: underline;
		}

	#left #box2{
		width:254px;
		background-color:#406e9f;
	}

		#left #box2 #box2_title{
			float: left;
			background-color:#406e9f;
			font-size: 18px;
			font-weight: normal;
			color: #FFFFFF;
			text-transform: uppercase;
			padding: 10px 5px 0px 26px;
		}

		#left #box2 .titlu_dreapta{
			margin: 0px 20px 0px 26px;
			padding-top:22px;
			border-bottom:7px #668bb2 solid;
		}

		#left #box2 #box2_title_article{
			font-size: 13px;
			font-weight: bold;
			color: #FEFEFE;
			margin: 0px 22px 0px 26px;

			text-align: left;
		}

			#left #box2 #box2_title_article A.box2_title_article:link, A.box2_title_article:visited, A.box2_title_article:active{
				font-size: 13px;
				color: #FFFFFF;
				text-decoration: none;
			}

			#left #box2 #box2_title_article A.box2_title_article:hover{
				font-size: 13px;
				color: #FFFFFF;
				text-decoration: underline;
			}

		#left #box2 #box2_text{
			font-size: 12px;
			font-weight: normal;
			color: #E1E1E1;
			text-align: justify;
			padding: 10px 22px 0px 26px;
		}

		#left #box2 #box2_link{
			padding: 20px 22px 10px 26px;
			font-size: 13px;
			color: #FEFEFE;
		}

		#left #box2 #box2_link A.box2_link:link, A.box2_link:visited, A.box2_link:active{
			font-size: 13px;
			font-weight: bold;
			color: #FEFEFE;
			text-decoration: none;
		}

		#left #box2 #box2_link A.box2_link:hover{
			font-size: 13px;
			font-weight: bold;
			color: #FEFEFE;
			text-decoration: underline;
		}

	#left #box3{
		width:254px;
		background-color:#e1e1e1;
	}
		
		#left #box3 #box3_title{
			float:	left;
			background-color:#e1e1e1;
			font-size: 18px;
			font-weight: normal;
			color: #545454;
			text-transform: uppercase;
			padding: 10px 5px 0px 26px;
		}

		#left #box3 .titlu_dreapta{
			margin: 0px 20px 0px 26px;
			padding-top:22px;
			border-bottom:7px #b4b4b4 solid;
		}

		#left #box3 #box3_title_article{
			font-size: 13px;
			font-weight: bold;
			color: #AE1E16;
			margin: 0px 22px 0px 26px;

			text-align: left;
		}

			#left #box3 #box3_title_article A.box3_title_article:link, A.box3_title_article:visited, A.box3_title_article:active{
				font-size: 13px;
				color: #AE1E16;
				text-decoration: none;
			}

			#left #box3 #box3_title_article A.box3_title_article:hover{
				font-size: 13px;
				color: #AE1E16;
				text-decoration: underline;
			}

		#left #box3 #box3_text{
			font-size: 12px;
			font-weight: normal;
			color: #545454;
			text-align: justify;
			padding: 10px 22px 0px 26px;
		}

		#left #box3 #box3_link{
			padding: 20px 22px 10px 26px;
			font-size: 13px;
			color: #AE1E16;
		}

		#left #box3 #box3_link A.box3_link:link, A.box3_link:visited, A.box3_link:active{
			font-size: 13px;
			font-weight: bold;
			color: #AE1E16;
			text-decoration: none;
		}

		#left #box3 #box3_link A.box3_link:hover{
			font-size: 13px;
			font-weight: bold;
			color: #AE1E16;
			text-decoration: underline;
		}

		#left #box3 #box3_articles{
			font-size: 13px;
			font-weight: normal;
			color: #AE1E16;
			text-align: justify;
			padding: 10px 22px 10px 25px;
		}

		#left #box3 #box3_articles .arrow{
			float: left;
			font-size: 11px;
			font-weight: normal;
			color: #AE1E16;
			text-align: justify;
			padding-right: 5px;
			padding-bottom: 0px;
		}


		#left #box3 #box3_articles A.box3_articles:link, A.box3_articles:visited, A.box3_articles:active{
			font-size: 13px;
			font-weight: normal;
			color: #AE1E16;
			text-decoration: none;
		}

		#left #box3 #box3_articles A.box3_articles:hover{
			font-size: 13px;
			font-weight: normal;
			color: #AE1E16;
			text-decoration: underline;
		}

	#left #box3_home{
		width:254px;
		min-height:328px;
		background-color:#e1e1e1;
		overflow:hidden;
	}

		#left #box3_home #box3_home_title{
			float:	left;
			background-color:#e1e1e1;
			font-size: 24px;
			font-weight: normal;
			color: #545454;
			/*text-transform: uppercase;*/
			padding: 10px 5px 0px 26px;
		}

		#left #box3_home .titlu_dreapta{
			margin: 0px 20px 0px 26px;
			padding-top:27px;
			border-bottom:7px #b4b4b4 solid;
		}

		#left #box3_home #box3_home_title_article{
			font-size: 13px;
			font-weight: bold;
			color: #AE1E16;
			margin: 0px 22px 0px 26px;

			text-align: left;
		}

			#left #box3_home #box3_home_title_article A.box3_home_title_article:link, A.box3_home_title_article:visited, A.box3_home_title_article:active{
				font-size: 13px;
				color: #AE1E16;
				text-decoration: none;
			}

			#left #box3_home #box3_home_title_article A.box3_home_title_article:hover{
				font-size: 13px;
				color: #AE1E16;
				text-decoration: underline;
			}

		#left #box3_home #box3_home_text{
			font-size: 12px;
			font-weight: normal;
			color: #545454;
			text-align: justify;
			padding: 10px 22px 0px 26px;
		}

		#left #box3_home #box3_home_link{
			padding: 20px 22px 10px 26px;
			font-size: 13px;
			color: #AE1E16;
		}

		#left #box3_home #box3_home_link A.box3_home_link:link, A.box3_home_link:visited, A.box3_home_link:active{
			font-size: 13px;
			font-weight: bold;
			color: #AE1E16;
			text-decoration: none;
		}

		#left #box3_home #box3_home_link A.box3_home_link:hover{
			font-size: 13px;
			font-weight: bold;
			color: #AE1E16;
			text-decoration: underline;
		}

		#left #box3_home #box3_home_articles{
			font-size: 13px;
			font-weight: normal;
			color: #AE1E16;
			text-align: justify;
			padding: 10px 22px 10px 25px;
		}

		#left #box3_home #box3_home_articles .arrow{
			float: left;
			font-size: 11px;
			font-weight: normal;
			color: #AE1E16;
			text-align: justify;
			padding-right: 5px;
			padding-bottom: 0px;
		}


		#left #box3_home #box3_home_articles A.box3_home_articles:link, A.box3_home_articles:visited, A.box3_home_articles:active{
			font-size: 13px;
			font-weight: normal;
			color: #AE1E16;
			text-decoration: none;
		}

		#left #box3_home #box3_home_articles A.box3_home_articles:hover{
			font-size: 13px;
			font-weight: normal;
			color: #AE1E16;
			text-decoration: underline;
		}

#center{
	position:relative;
	width:468px;
	float:left;
}
	#center #page_header{
		width:468px;
		height:378px;
	}

	#center #page{
		width:468px;
		padding:7px 0px 7px 0px;
	}
		#center #page #page_title{
			font-size: 20px;
			color: #DA251C;
			text-align: left;
			padding: 25px 0px 25px 25px;
		}

		#center #page #page_text{
			text-align: justify;
			padding: 0px 15px 25px 25px;
		}

			#center #page #page_text .news_title{
				width:430px;
				float: left;
				font-size: 13px;
				font-weight: bold;
				color: #AE1E16;
				text-decoration: none;
			}

			#center #page #page_text A.news_title:link, A.news_title:visited, A.news_title:active{
				float: left;
				font-size: 13px;
				font-weight: bold;
				color: #AE1E16;
				text-decoration: none;
			}

			#center #page #page_text A.news_title:hover{
				float: left;
				font-size: 13px;
				font-weight: bold;
				color: #AE1E16;
				text-decoration: underline;
			}

		#center #page #home_box1{
			width:468px;
			min-height: 303px;
			background-color:#4d770b;
			padding: 5px 0px 20px 0px;
			overflow: hidden;
		}

			#center #page #home_box1 #home_box1_title{
				float: left;
				background-color:#4d770b;
				font-size: 24px;
				font-weight: normal;
				color: #ffffff;
				/*text-transform: uppercase;*/
				padding: 10px 5px 0px 25px;
			}

			#center #page #home_box1 .titlu_dreapta{
				margin: 0px 20px 0px 20px;
				padding-top:27px;
				border-bottom:7px #71923c solid;
			}

			#center #page #home_box1 #home_box1_article{
				text-align: left;
				margin: 0px 20px 0px 25px;
			}
			
			#center #page #home_box1 #home_box1_bar{
				border-bottom:7px #71923c solid;
				margin: 20px 22px 10px 22px;
				background-color: #e15149;
			}
				.image_green{
					padding:1px;
				}
				
				#center #page #home_box1 #home_box1_article #home_box1_article_content{
					/*float: left;*/
					padding: 0px 20px 0px 0px;
					text-align: justify;

					/*letter-spacing: -1px;*/
				}
					
					#center #page #home_box1 #home_box1_article #home_box1_article_content #home_box1_article_title{
						font-size: 13px;
						font-weight: bold;
						color: #ffffff;
						padding: 0px 0px 0px 0px;
					}
							
							#center #page #home_box1 #home_box1_article #home_box1_article_content #home_box1_article_title A.home_box1_article_title:link, A.home_box1_article_title:visited, A.home_box1_article_title:active{
								font-size: 13px;
								font-weight: bold;
								color: #ffffff;
								text-decoration: none;
							}

							#center #page #home_box1 #home_box1_article #home_box1_article_content #home_box1_article_title A.home_box1_article_title:hover{
								font-size: 13px;
								font-weight: bold;
								color: #ffffff;
								text-decoration: underline;
							}

					#center #page #home_box1 #home_box1_article #home_box1_article_content #home_box1_article_text{
						font-size: 12px;
						font-weight: normal;
						color: #E1E1E1;
					}
			
			#center #page #home_box1 #home_box1_articles{
				text-align: left;
				margin: 0px 20px 0px 25px;
			}

			#center #page #home_box1 #home_box1_articles div{
				text-align: left;
				padding-top: 10px;
			}

			#center #page #home_box1 #home_box1_articles .arrow{
				float: left;
				font-size: 13px;
				font-weight: normal;
				color: #ffffff;
				text-align: justify;
				padding-right: 5px;
			}


			#center #page #home_box1 #home_box1_articles A.home_box1_articles:link, A.home_box1_articles:visited, A.home_box1_articles:active{
				font-size: 12px;
				font-weight: bold;
				color: #ffffff;
				text-decoration: none;
			}

			#center #page #home_box1 #home_box1_articles A.home_box1_articles:hover{
				font-size: 12px;
				font-weight: bold;
				color: #ffffff;
				text-decoration: underline;
			}

		#center #page #home_space{
			width:468px;
			height:7px;
			background-color:#ffffff;
		}

		#center #page #home_box2{
			width:468px;
			min-height: 302px;
			background-color:#406e9f;
			padding: 5px 0px 20px 0px;
			overflow: hidden;
		}

			#center #page #home_box2 #home_box2_title{
				float: left;
				background-color:#406e9f;
				font-size: 24px;
				font-weight: normal;
				color: #ffffff;
				/*text-transform: uppercase;*/
				padding: 10px 5px 0px 25px;
			}

			#center #page #home_box2 .titlu_dreapta{
				margin: 0px 20px 0px 20px;
				padding-top:27px;
				border-bottom:7px #668bb2 solid;
			}

			#center #page #home_box2 #home_box2_article{
				text-align: left;
				margin: 0px 20px 0px 25px;
			}

			#center #page #home_box2 #home_box2_bar{
				border-bottom:7px #668bb2 solid;
				margin: 20px 22px 10px 22px;
				background-color: #e15149;
			}

				.image_green{
					padding:1px;
				}
				
				#center #page #home_box2 #home_box2_article #home_box2_article_content{
					/*float: left;*/
	
					padding: 0px 0px 0px 0px;
					text-align: justify;
					
				}
					
					#center #page #home_box2 #home_box2_article #home_box2_article_content #home_box2_article_title{
						font-size: 13px;
						font-weight: bold;
						color: #ffffff;
						padding: 0px 0px 10px 0px;
					}

						#center #page #home_box2 #home_box2_article #home_box2_article_content #home_box2_article_title A.home_box2_article_title:link, A.home_box2_article_title:visited, A.home_box2_article_title:active{
							font-size: 13px;
							font-weight: bold;
							color: #ffffff;
							text-decoration: none;
						}

						#center #page #home_box2 #home_box2_article #home_box2_article_content #home_box2_article_title A.home_box2_article_title:hover{
							font-size: 13px;
							font-weight: bold;
							color: #ffffff;
							text-decoration: underline;
						}

					#center #page #home_box2 #home_box2_article #home_box2_article_content #home_box2_article_text{
						font-size: 12px;
						font-weight: normal;
						color: #E1E1E1;
					}
			
			#center #page #home_box2 #home_box2_articles{
				text-align: left;
				margin: 10px 20px 0px 25px;
			}

			#center #page #home_box2 #home_box2_articles div{
				text-align: left;
				padding-top: 20px;
			}

			#center #page #home_box2 #home_box2_articles .arrow{
				float: left;
				font-size: 13px;
				font-weight: normal;
				color: #ffffff;
				text-align: justify;
				padding-right: 5px;
			}


			#center #page #home_box2 #home_box2_articles A.home_box2_articles:link, A.home_box2_articles:visited, A.home_box2_articles:active{
				font-size: 13px;
				font-weight: bold;
				color: #ffffff;
				text-decoration: none;
			}

			#center #page #home_box2 #home_box2_articles A.home_box2_articles:hover{
				font-size: 13px;
				font-weight: bold;
				color: #ffffff;
				text-decoration: underline;
			}

#right{
	position:relative;
	width:261px;
	float:left;
}

#right div{
	margin-bottom:6px;
	margin-left:7px;
	text-align:left;
}

	#right #news{
		width:254px;
		min-height:378px;
		background-color:#da251c;
		/*overflow:auto;*/
		overflow:hidden;
	}
		#right #news #news_title{
			float: left;
			background-color:#da251c;
			font-size: 18px;
			font-weight: normal;
			color: #ffffff;
			text-transform: uppercase;
			padding: 10px 5px 0px 12px;
		}
		
		#right #news .titlu_dreapta{
			margin: 0px 20px 0px 20px;
			padding-top:22px;
			border-bottom:7px #e15149 solid;
		}

		#right #news #news_article_title{
			margin: 0px 20px 0px 19px;
			font-size: 13px;
			font-weight: bold;
			color: #ffffff;
		}

			#right #news #news_article_title A.news_article_title:link, A.news_article_title:visited, A.news_article_title:active{
				font-size: 13px;
				font-weight: bold;
				color: #ffffff;
				text-decoration: none;
			}

			#right #news #news_article_title A.news_article_title:hover{
				font-size: 13px;
				font-weight: bold;
				color: #ffffff;
				text-decoration: underline;
			}

		#right #news #news_article_text{
			margin: 0px 20px 0px 19px;
			text-align: justify;
			font-size: 12px;
			font-weight: normal;
			color: #E1E1E1;
		}

		#right #news #news_bar{
			border-bottom:7px #e15149 solid;
			margin: 10px 22px 0px 19px;
			background-color: #e15149;
		}

		#right #news #news_articles{
			font-size: 13px;
			font-weight: normal;
			color: #ffffff;
			text-align: justify;
			padding: 10px 22px 10px 10px;
		}

		#right #news #news_articles .arrow{
			float: left;
			font-size: 11px;
			font-weight: normal;
			color: #ffffff;
			text-align: justify;
			padding-right: 5px;
			padding-bottom: 15px;
		}


		#right #news #news_articles A.news_articles:link, A.news_articles:visited, A.news_articles:active{
			font-size: 11px;
			font-weight: normal;
			color: #ffffff;
			text-decoration: none;
		}

		#right #news #news_articles A.news_articles:hover{
			font-size: 11px;
			font-weight: normal;
			color: #ffffff;
			text-decoration: underline;
		}

	#right #banners{
		width:240px;
		background-color:#ffffff;
		border: 7px #e1e1e1 solid;
		text-align:center;
	}

#footer{
	position:relative;
	width:990px;
	min-height:120px;
}

	#footer_left{
		float: left;
		width:261px;
	}
	
	#footer_center{
		float: left;
		width:468px;
		border-top: 7px #e1e1e1 solid;
	}

		#footer_center #footer_logo{
			float: left;
			width: 124px;
			padding: 7px 0px 5px 0px;
		}

		#footer_center #text{
			font-size: 11px;
			color: #8a8a8a;
			text-align: left;
			padding: 5px 0px 5px 0px;
		}

			#footer_center #links{
				font-size: 11px;
				color: #8a8a8a;
			}

			#footer_center #links A:link, A:visited, A:active{
				font-size: 11px;
				font-weight: bold;
				color: #AE1E16;
				text-decoration: none;
			}

			#footer_center #links A:hover{
				font-size: 11px;
				font-weight: bold;
				color: #AE1E16;
				text-decoration: underline;
			}

			#footer_center #copyright{
				font-size: 10px;
				padding: 0px 0px 5px 0px;
			}

			#footer_center #trafic{
				text-align: center;
			}

	#footer_right{
		float: left;
		width:261px;
	}

	A.news_details:link, A.news_details:visited, A.news_details:active{
		color: #545454;
		text-decoration: none;
	}

	A.news_details:hover{
		color: #da251c;
		text-decoration: underline;
	}

	#pagination{
		text-align: center;
		font-size: 11px;
	}

	.data{
		font-family: Trebuchet MS;
		font-size: 12px;
		color: #545454;
		text-decoration: none;
	}


	A.search_link:link, A.search_link:visited, A.search_link:active{
		font-size: 12px;
		color: #AE1E16;
		text-decoration: none;
	}

	A.search_link:hover{
		font-size: 12px;
		color: #AE1E16;
		text-decoration: underline;
	}