/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 background-color:#669999; 
 
} 
 
#pagewidth{ 
 width:804px; 
 text-align:left; 
 margin-top: 5px; 
 margin-bottom: 5px; 
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:220px; 
 background-image:url(../images/header2.jpg); 
 width:804px;
} 

/*#header_foto {
  position:relative; 
  float:right;
  margin-top: -200px;
}*/
 
#main {
 background-color:#ffffff;
 /*border-left: 2px solid #ffffff;
 border-right: 2px solid #ffffff;*/
 color: #669999;
 width:804px;
 height:400px;
 margin-top:-16px;
 
} 
/* 
#leftcol{
 width:400px; 
 height:400px;
 float:left; 
 position:relative; 
 background-color:#ffffff;
 }
 

 
#maincol{
 background-color:#ffffff;
 float: right; 
 display:inline; 
 position: relative; 
 width:400px;
 height: 400px; 
 }*/
 
#flash {
 position: relative;
 margin-top: -350px;
 margin-left: 150px;
}
 
#menu {
    /*float: left;*/
	position:relative;
	text-align: center;
	background-color:#99CCCC;
	background-repeat: repeat-y;
	
	
	 
}

#menu ul {
	margin-left: 0px;
	margin-top:0px;
	padding:0px;
	width:804px;
	height:20px;
	border-top: 2px solid #669999;
	border-bottom: 2px solid #669999;
	list-style: none;
	/*background-color: #9999CC;*/
	
}

#menu li {
	display:inline;
	margin-left:15px;
	margin-top:5px;
	
}

#menu a {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size:17px;
}

#menu a:hover {
	
	color: #ffffff;
	
}
 

 
#footer{
/* height:20px; */
  background-color:#99CCCC;
   border-top: solid 2px #669999;
   border-bottom: solid 2px #669999;
 /* border-top: solid 2px #000000;*/
 clear:both;
 } 
 
#lang {
  position: relative;
  float:right;
  margin-top:200px;
  margin-left:25px;
}

 
 /* *** 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;}
}


