/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0;
 background-color: #ffffff; 
 text-align:center; 
 
} 
 
#pagewidth{ 
 width:900px; 
 text-align:center; 
 margin-top: 5px; 
 margin-bottom: 5px; 
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:320px; 
 border:solid 1px #336699;
 /*background-image:url(../images/header_set2.jpg); */
 width:100%;
} 

/*#header_foto {
  position:relative; 
  float:right;
  margin-top: -200px;
}*/
 

 
#leftcol{
 width:300px; 
 height:500px;
 float:left; 
 position:relative; 
 background-color: #99CCFF;
 border-top:solid 1px #336699;
 border-left:solid 1px #336699;
 border-bottom:solid 1px #336699;
/* background-color:#DDD5B1;
 border-top: solid 2px #000000; 
 border-right: solid 2px #000000;*/
 /*background-repeat:repeat-x;*/ 
 }
 
#gallery {
  border-top: solid 2px #000000; 
  position:relative;
  float:left;
}
 
#maincol{
 /*background-image: url(../images/back.jpg);*/
 /*background-repeat:repeat-y;*/ 
 /* background-color:#DDD5B1;
  border-top: solid 2px #000000; */
  background-color: #99CCFF;
  border-top:solid 1px #336699;
  border-left:solid 1px #336699;
border-right:solid 1px #336699;
 border-bottom:solid 1px #336699;
 float: left; 
 display:inline; 
 position: relative; 
 width:900px;
 height: 375px; 
 }
 
#flash {
 position: relative;
 margin-top: -350px;
 margin-left: 150px;
}
 
#menu {
    float: left;
	
	position:relative;
	/*text-align: center;*/
	background-repeat: repeat-y;
	
	
	 
}

#menu ul {
	margin-left: 0px;
	margin-top:0px;
	
	margin-bottom:3px;
	padding:0px;
	width:900px;
	list-style: none;
	background-color: #99CCFF;
	
}

#menu li {
	display:inline;
	margin-left: 15px;
	margin-top:5px;
	
}

#menu a {
	text-decoration: none;
	color: #336699;
	font-weight: bold;
	font-size:17px;
}

#menu a:hover {
	
	color: #ffffff;
	
}
 

 
#footer{
 height:20px; 
 width:900px;
  margin-top:3px;
  background-color: #99CCFF;
  border:solid 1px #336699;
  /*background-color:#DDD5B1;
   border-top: solid 2px #000000;*/
 /* border-top: solid 2px #000000;*/
 clear:both;
 } 
 
#lang {
  position: relative;
  float:left;
  margin-top:-40px;
  margin-left:45px;
}

 
 /* *** 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;}
}



