html {   	
     padding:0;        	
}

body {   		
     font: 62.5%/1.9em Georgia, "Times New Roman", Times, serif;
     background: #007c99;
		 color: #c2f1ff;
		 font-weight: normal;
		 /*background-image: url(http://www.dafoquartet.com/news/img/bg.gif);*/     
     margin: 0;
		 
}


a:link, a:visited {
	color: #c2f1ff;
	text-decoration: none;
	}
a:hover, a:active {
text-decoration: underline;
	color: #ffb756;
	}


#header {
	background: #007c99 url(../img/bgheader.gif) repeat-x;
	height: 100px;

	}
	#header .wrapper {
	left: 50%;			
	z-index: 101;	
	height: 100px;		
	}	
	
	#logo {	
	position: absolute;
	left: 50%;
	margin-left: -305px;
	
	}
	#flags {	
	position: absolute;
	left: 50%;
	margin-left: 150px;
	margin-top: 20px;
	
	}


#container {
width: 800px;
}


#navContainer {
position: absolute;
left: 50%;
z-index: 101;
margin: 30px 0 0 150px;
width: 160px;
font-family: Georgia;
font-size: 22px;
color: #c2f1ff;

}

#content {
position: absolute;
left: 50%;
z-index: 101;
margin: 30px 0 0 -300px;
font-size: 1.2em;
}








	#header .sublogo {	
	
	color: #ffb756;
	
		/* #ffb756; */
	}
