/*Master Style Sheet
Author: Venue Communications, Inc. www.venuecom.com
Copyright Venue Communications, Inc. 2009
*/
/***********************************************/

/*Begin Design Layout*/
body {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	color:#381938;
	font-family: Century Gothic;
	font-size: 14px;
}
 
/*End Design Layout*/

/*Begin Header*/
#header {
 position:relative;
 height:250;
}
#header_left {
 float:left;
 width:250px;
}
#header_right {
 float:right;
 width:400px;
 padding-top:30;
}

/*Begin Nav*/
.nav a {
  color: #FFFFFF;
  text-decoration: none;
  font-weight:bold;
  font-size:16px;
  padding: 2px 20px 2px 2px;
  }
.nav a:hover {
  text-decoration: none;
  color: #B263B2;
}
/*End Nav*/

/*Begin Sidebar*/
#sidebar{
	background:#E3E3E3;
	margin-left:5;
	margin-right:5;
}
/*End Sidebar*/

/*Begin Content*/
#content {
  padding: 0px 40px 10px 5px;
  background-image:url('/inc/templates/current/harbourclubdayspa2/images/hcds_07.gif');
  background-repeat:no-repeat;
}
a{
  color: #800080;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #B263B2;
}
img{
	border-width:0px;
	padding-left:3px;
	padding-right:3px;
}
h1{
	font-size:20px;
	margin: 20px 0px 20px 0px;
}
h2{
	font-size:18px;
	margin: 5px 0px;
	font-weight: bold;
}
h3{
	font-size:16px;
	font-variant: normal;
	padding-right: 5px;
	padding-left: 20px;
}
/*End Content*/

/*Footer*/
#footer {
	color:#666666;
	text-align:center;
	font-size: 10px;
}
.footer a {
  color: #666666;
  text-decoration: none;
  font-size:10px;
  padding: 2px 2px 2px 2px;
  }
.footer a:hover {
  text-decoration: none;
  color: #999999;
}