@charset "utf-8";
/* CSS Document */
body { 
	background-color:#000000;
	color:#CCCCCC;
	font-family:"Trebuchet MS", sans-serif;
	text-align: center; /* IE w */	
	}

#container {
	width:800px;
	margin:0 auto;
	text-align: left; /* IE w */	
	}
	
#header{
width:100%;
height:280px;
border-bottom: 4px solid #3399CC;
	}
	
#footer {
	width:100%;
	text-align:right;
	background-color:#000000;
	text-align:center;
	clear: both;
border-top:1px solid #ffffff; 
	}
	
.footer_text {
	font-size:10px;

	}

.footer_text a{
	color:#ffffff;
	text-decoration:none;
	}
	
.footer_text a:hover {
	color:#3399cc;
	}
	
.navicons{
	margin: 2px 5px 2px 0;
	vertical-align:middle;
	}
	
.navicons:hover {
	border-bottom:1px #ffffff dashed;
	}

h1 {
	margin: 10px 0 0 0px;
	font-size:36px;
	color:#3399CC;
	}

h2 {
	margin: 0 0 0px 0px;
	font-size:24px;
	color:#FFFFFF;
	}
	
.navigation_header, .navigation_header a {
	font-size:16px;
	color:#3399CC;
	margin:0px;
        text-decoration:none;
	}
.navigation_header a:hover {
        text-decoration:underline;
}


	
#vertinav {
	width:150px;
	float:left;
	}
	
#vertinav ul {
	list-style: none;
	display:inline;  
	}
#vertinav li a{
	margin-left:6px;
	color:#ffffff;
	text-decoration:none;
	padding-left:3px;
font-size:12px;
	}

#vertinav li a:hover {
	border-left: 3px solid #3399CC;
	}
	

#content {
	width:599px;
	float:right;
margin-bottom:20px;
margin-top:10px;
border-left:1px solid #3399CC;
	}
	
p {
	color:#FFFFFF;
	text-size:13px;
	margin: 0 5px 20px 5px;
	text-align: justify;
	}
	
a {
	color:#FFFFFF;
	text-decoration:underline;
	}
	
a:hover {
	color:#3399CC;
	text-decoration:none;
	}
.logo {
float:left;
}

.cell_photo {
float:left;
width:187px;
margin-left:10px;
margin-top:10px;
text-align:center;
padding-bottom:10px;

}

.cell {
float:left;
width:187px;
margin-left:10px;
margin-top:10px;
text-align:center;
border: 1px solid;
padding-bottom:10px;
}

.cell img {
margin-top:10px;
}
.cell_title {
color:#3399CC;
}
.cell_title a {
color:#3399CC;
}

.small_cell {
float:left;
width:100px;
margin-left:10px;
margin-right:6px;
margin-top:10px;
text-align:center;
padding-bottom:10px;
}

.small_cell img {
margin-top:10px;
}

.small_cell_title {
color:#3399CC;
font-size:11px;
}
.small_cell_title a {
color:#3399CC;
}

.lang_select {
margin-left:710px;
margin-top:-60px;
}