/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 
 
#pagewidth{ 
 width:800px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:380px; 
 padding:150;
 background:url(images/xheader.jpg) center no-repeat;
 width:800px;
} 

#sweheader{
 position:relative; 
 height:380px; 
 padding:150;
 background:url(images/sweheader.jpg) center no-repeat;
 width:800px;
} 

#engheader{
 position:relative; 
 height:380px; 
 padding:150;
 background:url(images/engheader.jpg) center no-repeat;
 width:800px;
} 

#gerheader{
 position:relative; 
 height:380px; 
 padding:150;
 background:url(images/gerheader.jpg) center no-repeat;
 width:800px;
} 

#rusheader{
 position:relative; 
 height:380px; 
 padding:150;
 background:url(images/rusheader.jpg) center no-repeat;
 width:800px;
} 

 
#leftcol{
 width:10%; 
 float:left; 
 position:relative; 
 background-color:#CCCC66; 
 }
 
#twocols{
 width:100%; 
 float:right; 
 position:relative; 
  }
 
#rightcol{
 width:10%; 
 float:right; 
 position:relative; 
 background-color:#CCCC66;
 }
 
#maincol{background-color: #CCCC66;  
 float: left; 
 display:inline; 
 position: relative; 
 width:90%; 
 }
 

 
 /* *** 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 left column when printing*/ 
#leftcol{display:none;} 

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

body{
background:#cccc66;
color:#474015;
font:0.9em Arial, sans-serif;
line-height:1.3em;
}

a{
color:#006699;
text-decoration:underline;
}

a:hover, a:active{
color:#474015;
text-decoration:underline;
}

#col2 a{
display:block;
background:url(images/bullet.jpg) left no-repeat;
padding-left:50px;
}

 h1, h2, h3{
font-family:"trebuchet ms", arial, sans-serif;
color:#660000;
margin:3px 5px 3px 0;
padding:4px;
}

#h1{
font-size:1.5em;
font-variant:small-caps;
font-weight:bold;
border-bottom:1px solid;
}

#h2{
font-size:1.2em;
}

#h3{
font-size:1em;
}