@charset "utf-8";
/* CSS Document */

html{}
body{
	margin:0px;
	background-color:#939598;
}
.left_frame{
	position:fixed; /*fixed sto telos */
	left:0px;
	top:0px;
	width:200px;
	height:100%;
	background-color:#E8E6D4;
}
#logo_right{
	position:fixed;
	top:52px;
	left:22px;
	height:46px;
	width:155px;
}
#menu{
	position:fixed;
	left:45px;
	width:143px;
	top:127px;
	height:152px;
}
#banner{
	position:absolute;
	left:264px;
	top:50px;
	width:510px;
	height:200px;
}
#text{
	position:absolute;
	top:10px;
	left:264px;
	top:280px;
	width:680px;
	height:160px;
}
#strip{
	position:absolute;
	height:10px;
	top:450px;
	left:200px;
	width:774px;
	background-color:#E8E6D4;
}
#main_text{
	position:absolute;
	height:auto;
	top:500px;
	left:264px;
	width:510px;
	z-index:2;
}
#footer{
	position:fixed;
	font-family:Arial, "Helvetica", sans-serif;
	bottom:0px;
	height:18px;
	width:776px;
	left:200px;
	z-index:10;
	font-size:9pt;
	padding:3px 0px 0px 0px;
	background-color:#E8E6D4;
}
.foot_link{
	font-family:Arial, "Helvetica", sans-serif;
	font-size:10pt;
	font-weight:bold;
	color:#FF0000;
	text-decoration:none;
}
.foot_link:link, .foot_link:visited, .foot_link:active{}
.foot_link:hover{text-decoration:underline;}
.main_names {
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:18px;
}
.text{
	font-family:'Tahoma';
	font-size:10pt;
	font-stretch:condensed;
	color:#FFFFFF;
}
.text_en{
	font-family:'Tahoma';
	font-size:10pt;
	font-style:italic;
	font-stretch:condensed;
	color:#FFFFFF;
}
