/*AquaBunker CSS */

#header {
	background-image: url('../images/aqua/header.jpg');
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width:912px;
	height:205px;
}

#swatch a {
	background-image: url('../images/aqua/scheme.png');
	border:1px solid black;
	width:50px;
	height:10px;
	float:right;
	margin:30px 40px 0px 0px;
} #swatch a:hover {
	background-image: url('../images/aqua/scheme.png');
	border:1px solid white;
	width:50px;
	height:10px;
	float:right;
	margin:30px 40px 0px 0px;
}

a:link {
	color: #d66020; font-weight: bold; text-decoration: none
} a:visited {
	color: #d66020; font-weight: bold; text-decoration: none
} a:active {
	color: #ffffff; text-decoration: none
} a:hover {
	color: #ffa97a; text-decoration: underline
}
