
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background: #0C2142 url(../img/bg.png) repeat-x 0 0;}
 
html { 
	font: normal 11px Verdana, Tahoma, Arial, sans-serif;
 	color: #8EA9CF; } 

	
p {
	text-align: left;
	margin: 0;
	padding: 5px 0;
	line-height: 1.5;}
	

/* elements */
.logo {
	padding: 70px 0 0 55px;}
	
.slogan {
	padding:10px 0 0 25px;
	color: #8EA9CF; 
	font: bold 12px Tahoma,Verdana; 
	text-transform: uppercase;
	text-align: left;}
	
.lang {
	font: normal 12px Tahoma,Verdana; 
	color: #47658F;
	text-align: right;}
	
.lang a:link, .lang a:visited {
	margin: 0 5px;
	text-decoration: none;
	color: #fff;}
.lang a:hover, .lang a:active {
	text-decoration: underline;
	color: #8EA9CF;}
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden; }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
