/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 background-color:#B2C2D6; 
 
} 
 
#pagewidth{ 

 width:850px; 
 text-align:left; 
 margin-top: 10px; 
 margin-bottom: 0px; 
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
/* height:178px; */
 width:100%;
} 

/*#header_foto {
  position:relative; 
  float:right;
  margin-top: -200px;
}*/
 
/*#main {
 background-color:#ffffff;
 width:800px;
 height:400px;
 margin-top:-16px;
 
} */
 
#leftcol{
/* margin-top:-20px;*/
 background-image:url(../images/left2.png);
 width:320px; 
 height:590px;
 float:left; 
 position:relative; 
 }
 



#main{
 /*margin-top:-20px;*/
 background-color:#ffffff;
 background-repeat:repeat;
 float: right; 
 display:inline; 
 position: relative; 
 width:530px;
 height: 590px; 
 }
 

 
#flash {
 position: relative;
 margin-top: -350px;
 margin-left: 150px;
}
 
#menu {
    
	float: left;
	position:relative;
	text-align: left;	
	width:300px;
	
	
	 
}

#menu ul {
	margin-left:0px;
	list-style: none;
	padding:0px;
}

#menu li {
	display:block;
	background-image:url(../images/menu.png);
	width:300px;
	margin-top:15px;
}

#menu a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-size:17px;
}

#menu a:hover {
	
	color: #8C8074;
	
}
 

 
#footer{
 height:20px; 
 width:720px;
 background-image:url(../images/back.png);
 background-repeat:repeat;
 clear:both;
 position:absolute;
 /*margin-top:-5px;*/
 } 
 
#lang {
  position: relative;
 /* margin-top:100px;*/
 /* float:right;*/
  /*margin-top:-80px;
  margin-left:90px;*/
}

 
 /* *** 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;} 
#twocols, #maincol{width:100%; float:none;}
}



