@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #e4e4e4;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333;	
}
#content
{
	width:960px;
	margin:0 auto 0 auto;
	padding:0 20px 0 20px;
}
#header
{
	margin:20px 0 0 0;
	height:57px;
}
#header  a.logo
{
	background-image:url(../images/logo.jpg);
	width:138px;
	height:57px;
	float: left;
	margin:0 120px 0 0;
}
#header  a.logo:hover
{
	background-image:url(../images/logo.jpg);
	width:138px;
	height:57px;
	float: left;
	margin:0 120px 0 0;
}	
#header a
{
	color:#868686;
	text-decoration:none;
	text-transform: uppercase;
	margin:20px 0 0 20px;
	float:left;
	font-size: 14px;
}
#header a:hover
{
	color:#288ac3;
	text-decoration:none;
	text-transform: uppercase;
	margin:20px 0 0 20px;
	float:left;
	font-size: 14px;
}
#header a.lang
{
	color:#868686;
	margin:20px 0 0 3px;
	float: right;
	text-transform: none;
}
#header a.lang:hover 
{
	color:#288ac3;
	margin:20px 0 0 3px;
	float: right;
	text-transform: none;
}
#fountain
{
	background-image:url(../images/fountain.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:960px;
	padding:400px 0 0 0;
}
#index_text
{
	width:600px;
	float:left;
	margin: 0 40px 0 0;
	text-align:justify;
}
#news
{
	width:320px;
	float:left;
}
.text_news
{
	margin: 0 0 20px 0;
	text-align:justify;
}
h1
{
	color:#288ac3;
	margin:0 0 10px 0;
	border-bottom:1px solid #CCC;
	font-size:15px;
	font-weight: normal;
	text-transform: uppercase;
	padding:0 0 5px 0;
}

.text div
{
	clear:both;
	float:left
}
.text span
{
	float:left;
	clear:both;
	margin-bottom:10px;
}
.text
{
	padding:0 0 10px 0;
	border-bottom:1px solid #CCC;
	margin: 0 0 20px 0;
	float:left;
	clear:both;
	text-align:justify;
	width:320px;
}
a.news_title
{
	color:#288ac3;
	margin:0 0 0 0;
	font-size:15px;
	font-weight: normal;
	text-transform: uppercase;
	padding:0 0 5px 0;
	float:left;
	text-decoration:none;
	clear:both;
	width:320px;
	
}
#footer
{
	clear:both;
	height:20px;
	padding:20px 0 20px 0;
}
a
{
	color:#48a4da;
}
a:hover
{
	color:#48a4da;
}
