/* Aqualand Stylesheet - COLORSET 1 */

body{
	background: #4b9dbe url('img/fade_blue.gif') repeat-x;
}

div.shadow_wrap{
	background: url('img/dropshadow_blue.gif') right bottom no-repeat; 
}

#search input[type=text]:focus{
	color: #598bb2;
}

#nav a{
	color: #50a2bf;
}

#content_container a{
	color: #50b9dc;
}

#content_container a:hover{
	color: #d36b24;
}

#content_left .item h1{
	color: #c2d7e5;
}
#content_left .item h2{
	color: #59a6b2;
}

.item p, .item td, .item ul {
	color: #5689b1;
}


.formu {
	color: #598bb2;
	margin: 10px 20px 30px 20px;
	font-size: 1.2em;
}

#content_sidebar .item h1{
	color: #fff;
	background-color: #15639a;
	padding: 2px 0 2px 4px;
}
