html{
	height: 100%;
}

html, body{
	margin: 0px;
}

body{
	margin: 0;
}

body, div, td, a
{
	font-family: Myriad, sans-serif;
}

#page{
	width: 800px;
	height: 620px;
	border: 0px solid #000;
	margin: 25px auto;
}

#navigation
{
	margin: 0px 0px 0px 0px;
}

#navigation a, a:hover, a:hover
{
	font-size: 12px;
	color: #6C5635;
	text-decoration: none;
	background-color: #FFF;
}

#anchorlinks a{
	font-size: 12px;
	color: #6D6F71;
	text-decoration: none;
	background-color: #FFF;
}

#anchorlinks img {
	border:none;
}

#anchorlinks h2{
	font-size: 12px;
	color: #6D6F71;
}

#contentboxhome1{
	width: 762px;
	height: 210px;
	margin: 0px 0px 0px 20px;
}

#contentboxhome2 {
	margin: 0px 0px 0px 20px;
	background: url(../images/homebackground.jpg) center no-repeat;
	width: 762px;
	height: 170px;
}

#contentboxinfant {
	margin: 0px 0px 0px 20px;
	background: url(../images/infantbackground.jpg) center no-repeat;
	width: 762px;
	height: 388px;
}

#contentboxinfant2 {
	margin: 90px 0px 0px 325px;
	width: 435px;
	height: 275px;
	overflow:auto
}

#contentboxinfant2 h1{
	font-size: 12px;
	color: #6D6F71;
	margin: 5px 5px 5px 5px;
}

#contentboxtestimonial {
	margin: 0px 0px 0px 20px;
	background: url(../images/testimonialbackground.jpg) center no-repeat;
	width: 762px;
	height: 388px;
}

#contentboxtestimonial2 {
	margin: 70px 0px 0px 325px;
	width: 435px;
	height: 295px;
	overflow:auto
}

#contentboxtestimonial2 h1{
	font-size: 12px;
	color: #6D6F71;
	margin: 5px 5px 5px 5px;
}

#contentboxtestimonial2 h2{
	font-size: 12px;
	color: #7BD3F7;
	margin: 5px 5px 5px 5px;
}

#contentboxgiftcards {
	margin: 0px 0px 0px 20px;
	background: url(../images/giftcardsbackground.jpg) center no-repeat;
	width: 762px;
	height: 388px;
}

#contentboxgiftcards h1{
	font-size: 12px;
	color: #6D6F71;
	margin: 125px 5px 20px 325px;
}

#contentboxfriends {
	margin: 0px 0px 0px 20px;
	background: url(../images/friendsbackground.jpg) center no-repeat;
	width: 762px;
	height: 388px;
}

#contentboxfriends2 {
	margin: 110px 0px 0px 330px;
	width: 435px;
	height: 295px;
	overflow:auto
}

#contentboxfriends2 h1{
	font-size: 12px;
	line-height: 12px;
	color: #6D6F71;
	margin: 5px 5px 5px 5px;
}

#contentboxabout {
	margin: 0px 0px 0px 20px;
	background: url(../images/aboutbackground.jpg) center no-repeat;
	width: 762px;
	height: 377px;
}

#contentboxabout2 {
	margin: 0px 0px 0px 0px;
	width: 762px;
	height: 377px;
	overflow:auto
}

#contentboxabout2 h1{
	font-size: 12px;
	color: #6D6F71;
	margin: 0px 5px 20px 480px;
}

#contentboxclasses {
	margin: 0px 0px 0px 20px;
	background: url(../images/classesbackground.jpg) center no-repeat;
	width: 762px;
	height: 388px;
}

#contentboxclasses h1{
	font-size: 12px;
	color: #6D6F71;
	margin: 115px 10px 20px 350px;
}

#contentboxclasses h2{
	font-size: 12px;
	color: #7BD3F7;
	margin: 25px 10px 20px 350px;
}

#contentboxcost {
	margin: 0px 0px 0px 20px;
	background: url(../images/costbackground.jpg) center no-repeat;
	width: 762px;
	height: 388px;
}

#contentboxcost h1{
	font-size: 12px;
	color: #6D6F71;
	margin: 100px 10px 20px 350px;
}

#contentboxcourse {
	margin: 0px 0px 0px 20px;
	background: url(../images/coursebackground.jpg) center no-repeat;
	width: 762px;
	height: 388px;
}

#contentboxcourse h1{
	font-size: 12px;
	color: #6D6F71;
	margin: 125px 10px 20px 350px;
}

#contentboxcourse h2{
	font-size: 12px;
	color: #7BD3F7;
	margin: 25px 10px 20px 350px;
}

#contentboxcontact {
	margin: 0px 0px 0px 20px;
	background: url(../images/contactbackground.jpg) center no-repeat;
	width: 762px;
	height: 388px;
}

#contentboxcontact h1{
	font-size: 12px;
	color: #7BD3F7;
	margin: 60px 10px 20px 15px;
}

#contentboxcontact h2{
	font-size: 12px;
	color: #6D6F71;
	margin: 5px 0px 0px 0px;
}

#contentboxcontact h3{
	font-size: 12px;
	color: #7BD3F7;
	margin: 0px 0px 0px 0px;
}


#popitmenu{
position: absolute;
background-color: white;
border:1px solid black;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100;
visibility: hidden;
}

#popitmenu a{
text-decoration: none;
padding-left: 6px;
color: black;
display: block;
}

#popitmenu a:hover{ /*hover background color*/
background-color: #B5DFEF;
}