body, html {
	margin: 0;
	padding: 0;
	font: 11px/15px Verdana, Arial, Helvetica, sans-serif;
	color: #666;
}

h1 {
	margin: 0 0 10px 0;
	font: 36px Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #888;
}

h2 {
	margin: 0;
	font: 19px Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: 1px;
	color: #fff;	
}

p {
	margin: 7px 0;
}

p a {
	text-decoration: none;
	color: #006699;
}

#container {
	margin: 0 auto;
	width: 900px;
	height: 590px;
	background: url(img/shadow.jpg) repeat-y;
	padding: 0 5px;
}

#header {
	width: 900px;
	height: 105px;
}

.logo {
	margin: 25px 0 0 40px;
	float: left;
}

#banner {
	width: 612px;
	height: 105px;
	float: right;
}

#navbar {
	font: 14px Arial, Helvetica, sans-serif;
	width: 611px;
	height: 25px;
	padding: 10px 0 0 289px;
	border-bottom: solid 2px #40c2f3;
	display: block;
}

#navbar a {
	margin: 0 30px 0 0;
	color: #000;
	text-decoration: none;
}

#navbar a:hover {
	color: #006699;
	text-decoration: none;
}

#main-home {
	width: 440px;
	height: 440px;
	padding: 10px 440px 0 20px;
	background: #fff url(img/girlinpool.jpg) bottom right no-repeat;
}

#main-about {
	width: 440px;
	height: 440px;
	padding: 10px 440px 0 20px;
	background: #fff url(img/lilo-pool.jpg) bottom right no-repeat;
}

#main-history {
	width: 440px;
	height: 440px;
	padding: 10px 440px 0 20px;
	background: #fff url(img/history-page.jpg) bottom right no-repeat;
}

#main-contact {
	width: 440px;
	height: 440px;
	padding: 10px 440px 0 20px;
	background: #fff url(img/swimmingunder.jpg) bottom right no-repeat;
}

#main-services {
	width: 440px;
	height: 440px;
	padding: 10px 440px 0 20px;
	background: #fff url(img/child-splashed.jpg) bottom right no-repeat;
}

.bluetag {
	color: #006699;
}

#picturepanel {
	width: 90px;
	height: 370px;
	float: left;
	margin: 0 15px 0 0;
}

.innerpics {
	margin: 0 0 8px 0;
}

#leftgallery { 
	margin: 10px 0 0 20px;
	width: 320px;
	height: 440px;
	overflow: auto;
	float: left;
	display: inline;
}

#rightgallery {
	width: 543px;
	height: 450px;
	overflow: auto;
	float: right;
}

.thumb {
	width: 78px;
	height: 77px;
	margin: 0 2px 2px 0;
	float: left;
}


#bottom {
	background: url(img/shadow_bottom.jpg) no-repeat;
	margin: 0 auto;
	width: 900px;
	padding: 5px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #888;
	text-align: right;
}

#bottom a {
	text-decoration: none;
	color: #555;
}

#bottom a:hover {
	text-decoration: none;
	color: #006699;
}

#basic-accordian{
	width:330px;
	float: left;
}

.accordion_headings{
	margin: 2px 0 0 0;
	color:#006699;
	font-weight:normal;
	cursor: pointer;
}

.accordion_headings:hover{
	color:#003399;
}

.accordion_child{
	padding: 0 0 2px 0;
	background: #fff;
}

.clear {
	clear: left;
}

.header_highlight{
	color: #003399;
}
