@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	padding:0;
	font-family:Helvetica, Arial, sans-serif;
	color:#FFF;
	background: url(/img/bg.jpg) top left repeat-x #000;
	height:100%;
}

html,div,body,table,tr,td{
	font-size:12px;	
}

#containter {
	position:absolute;
	margin: 0 0 0 -490px;
	left:50%;
	width:1016px;	
	background: url(/img/bg_1.jpg) top left no-repeat;
}

#main_menu{
	position:absolute;
	top:20px;
	left:0px;
	width: 275px;
	height: 288px;
}

#header_photo{
	position: absolute;
	top:31px;
	left:314px;
}

#header_photo img { display: none }
#header_photo img.first { display: block }

.right_thumbnail{
	border: 5px solid #2b2e3d;
	margin:3px;
}

#content{
	position:relative;
	display:block;
	width: 628px;
	min-height: 600px;
	height:auto!important;
	height:600px;
	padding:20px 0 0 0;
	margin:420px 0 0 275px;
	background: url(../img/bg_text.gif) repeat-y;
}

#title{
	height: 50px;
	font-weight:bold;	
	color:#e1711f;
	font-size:28px;
}

#text_content{
	position:relative;
	width:550px;
	margin: -40px 0 0 40px;
}

#footer{
	margin-top: 50px;
	height: 80px;
}

.space{
	height:30px;
	display:block;
	clear:both;
}

.questo{
	position:relative;
	margin-left: 550px;
}

.photoframe{
	width: 620px;
}

.photoblock{
	height:113px;
	width:113px;
	background:#CCC;
	margin:0px 34px 17px 0px;
	border:#FFF solid 1px;
	display:block;
	float:left;
}

.line{
	margin: 20px 0 0 -40px;
}

a{
	text-decoration:none;
	color:#FFF;
}

h1{
	font-size:22px;
}

h2{
	font-size:15px;
}

h3{
	font-size:13px;
}

img {
  border:none;
  text-decoration: none;
}

a.menu_text:link, a.menu_text:visited{
	color: white;
}

a.menu_text:hover, a.menu_text:active{
	color: #4fbfd2;
}

a.menu_text_active:link, a.menu_text_active:visited{
	color: #4fbfd2;
}

a.menu_text_active:hover, a.menu_text_active:active{
	color: #4fbfd2;
}

.menu_text, .menu_text_active{
	display:block;
	padding-left: 80px;
	padding-top: 5px;
	min-height: 25px;
}

a {
    outline: none;
}


#news-block {
	margin: 210px 0 0 40px ;
	min-height: 150px;
	height: auto;
	float: left;
	width: 200px;
	background: #ededed;
}

#news-block h1 {
	float: left;
	color: #d6742b;
	margin: 20px 20px 10px 20px;
}

#news-block p {
	float: left;
	margin: 0 20px 10px 20px;
	width: 160px;
	color: #000;
	line-height: 20px;
}

#news-block p a {
	color: #d6742b; 
	float: left;
	font-weight: bold;
	margin: -10px 0 10px 0;
}
