a:link, a:visited{
	color: #FFFF99;
}
a:hover{
	color:#FFFF00;
}
#top-bg {
background-image : url(images/bg-top.jpg);
background-repeat : no-repeat;
background-position : center 0%;
height : 35px;
overflow : hidden;
}
#bottom-bg {
background-image : url(images/bg-bottom.jpg);
background-repeat : no-repeat;
background-position : center 0%;
height : 87px;
overflow : hidden;
}
#middle-bg {
background-image : url(images/bg-middle.jpg);
background-repeat : no-repeat;
background-position : center 0%;
height : 477px;
overflow : hidden;
}

#primary-nav-surround {
background-color : #ffffff;
}
#primary-nav-clear {
height : 1px;
overflow : hidden;
}
.primary-nav-item {
float : left;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 14px;
font-weight : bold;
color : #ffffff;
height : 25px;
background-color : #9ad3dc;
padding-top : 10px;
}
.primary-nav-item a:link, .primary-nav-item a:visited {
color : #ffffff;
text-decoration : none;
}
.primary-nav-item-over {
float : left;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 14px;
font-weight : bold;
color : #ffffff;
height : 25px;
background-color : #f49ac1;
padding-top : 10px;
}
.primary-nav-item-over a:link, .primary-nav-item-over a:visited {
color : #ffffff;
text-decoration : none;
}
#primary-nav-home {
width : 76px;
border-right-width : 1px;
border-bottom-width : 1px;
border-right-style : solid;
border-bottom-style : solid;
border-right-color : #ffffff;
border-bottom-color : #ffffff;
}
#primary-nav-about-us {
width : 96px;
border-right-width : 1px;
border-bottom-width : 1px;
border-right-style : solid;
border-bottom-style : solid;
border-right-color : #ffffff;
border-bottom-color : #ffffff;
}
#primary-nav-schedule {
width : 96px;
border-right-width : 1px;
border-bottom-width : 1px;
border-right-style : solid;
border-bottom-style : solid;
border-right-color : #ffffff;
border-bottom-color : #ffffff;
}
#primary-nav-classes {
width : 90px;
border-right-width : 1px;
border-bottom-width : 1px;
border-right-style : solid;
border-bottom-style : solid;
border-right-color : #ffffff;
border-bottom-color : #ffffff;
}
#primary-nav-shop {
width : 76px;
border-right-width : 1px;
border-bottom-width : 1px;
border-right-style : solid;
border-bottom-style : solid;
border-right-color : #ffffff;
border-bottom-color : #ffffff;
}
#primary-nav-photos {
width : 90px;
border-right-width : 1px;
border-bottom-width : 1px;
border-right-style : solid;
border-bottom-style : solid;
border-right-color : #ffffff;
border-bottom-color : #ffffff;
}
#primary-nav-links {
width : 76px;
border-right-width : 1px;
border-bottom-width : 1px;
border-right-style : solid;
border-bottom-style : solid;
border-right-color : #ffffff;
border-bottom-color : #ffffff;
}
#primary-nav-contact-us {
border-bottom-width : 1px;
border-bottom-style : solid;
border-bottom-color : #ffffff;
width : 93px;
}
.main {
width : 60%;
float : left;
font-family : Arial, Helvetica, sans-serif;
font-size : 14px;
font-weight : normal;
color : #ffffff;
text-align : left;
margin : 20px 0 0 20px;
}
.main-scroll {
width : 700px;
height : 450px;
overflow : scroll;
}
#clear:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden; 
}
html > body #clear {
min-height: 1px; 
height: auto;
}
#h1 {
font-family : Arial, Helvetica, sans-serif;
font-size : 18px;
font-weight : bold;
color : #ffffff;
margin : 0;
}
.floatimage {
float: left;
margin: 0 15px 10px 0;
}