* {
	padding: 0;
	margin: 0;
}

body {
	font: 10pt sans-serif;
	line-height: 120%;
	background: repeat url(sky.gif);
}

#wrapper {
	width: 80%;
	margin: 0 auto;
	margin-top: 20px;
}

#header {
	height: 80px;
	position: relative;
	background: bottom right no-repeat url(header.gif);
}

#header h1 {   
	display: none;
}
             
#content { 
	overflow: hidden;     
}

#sidebar {
	width: 250px;
	float: left;     
}                

#sidebar #flags {
	margin: 8px 10px 12px 10px; 
	overflow: hidden;
}         

#sidebar #flags span {
	float: left;  
	margin-right: 15px;
	width: 16px;
	height: 11px;
	text-indent: -9999px;
}          
#sidebar #flags span:first-child {
	margin-left: 55px;
}

#flags #es {
	background: no-repeat url("es.png");
}
#flags #gl {
	background: no-repeat url("gl.png");
}
#flags #fr {
	background: no-repeat url("fr.png");
}
#flags #en {
	background: no-repeat url("gb.png");
}

#sidebar li {
	color: black;
	background-color: #ebebeb;
	margin: 5px;
	padding: 10px;
	padding-left: 20px;
	border: thin solid #d9d9d9;
	opacity: 0.75;
	list-style-type: none;   
	border-radius: 5px;
}

#sidebar li.selected {
	margin: 8px 0 8px 5px;
	padding-right: 26px;
	border-right: none;
	background-color: #dff1f9;
	border-color: #dff1f9;
	color: black; 
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;

}    

#sidebar li a {  
	display: block;
	width: 100%;
	height: 100%;
	color: black;
	text-decoration: none;
}  


#main {
	width: 100%;
	float: right;
	margin-left: -250px;
}

#info {
	margin-left: 250px;
	padding: 20px;
	background-color: #dff1f9;
	opacity: 0.75;           
	border-radius: 5px;  
	min-height: 200px;
	line-height: 150%;
}           

#info #pic {
	text-align: center;
	float: right;   
	font-size: 80%;   
	margin: 10pt;
	width: 175px;
} 

#info #pic img {
	width: 100%;
}  

#info p, #info dt, #info dd {
	margin: 10pt auto;
} 

#info dt {
	font-weight: bold;
}  

#info dd {
	padding-left: 15pt; 
}
	
#info a {  
	color: black;
	text-decoration: none;
	border-bottom: 1px dashed grey;
}

#info address {
	text-align: center;
	font-size: 130%;
	font-weight: bold;
}

#info address .spam {
	font-size: 75%;
	font-weight: normal;
}

#footer {
	clear: both;
	text-align: right;
	color: grey;
	margin: 7px 5px auto auto;     
}           

#footer a {  
	color: grey;
	text-decoration: none;
	border-bottom: 1px dashed grey;
}