@charset "UTF-8";
/* CSS Document */


body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #085696;
}
h3 {
	color: #085696;
}

.sidebar {
background-image: url(images/aquaventures-swim_04.gif);
background-repeat:no-repeat;
}

.sidebar ul {
list-style:none;
margin-left: -15px;
}

.sidebar h3 {
 margin-bottom:0px;
 color:#085696;
 width:175px;
margin-left:35px;

}

.sidebar p {
margin-left:20px;
font-size:14px;
line-height:1.1;
/*width:165px;*/
}


ul li, li a {
line-height:1.4;
/* padding-left: 10px;*/
padding-bottom: 4px;
}


a:visited {
	color: #085696;
}

a:link, a:active {
	color:#085696;
}

a:hover {
	color:#28C3F4;
}


h1 {
	color:#085696;
	font-size: xx-large;

}




p {
	padding-left: 30px;
	padding-right:50px;
	line-height: 23px;
}



	
h2 {
	color: #2AC4F4;

}

.footer p {
text-align:center;
color:#333333;
font-size:12px;
}

.footer {
border-top: 1px solid #333333;
margin-top: 15px;
}

a img{
border:0;
}

