@charset "utf-8";
/* 
Name: Blue Spa
URL: http://example.com/
Author: Hal Chapman
*/

body {
	background-color: #162b35;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(bg-head.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
a {
	color: #437396;
	text-decoration: none;
}
a:hover {
	color:#fb8819;
}
.innerBox .inner h2 a:hover {
	color: #FF3300;
}
a:hover img {
	border-top-color: #1e3c49;
	border-right-color: #1e3c49;
	border-bottom-color: #1e3c49;
	border-left-color: #1e3c49;
}
#themeBox {
	background-image: url(bg-logo.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center 35px;
}