html{
  overflow: -moz-scrollbars-vertical;
  height: 100%;
}

body{
  background-color: white;
  margin: 0;
  padding: 0;
  font-family: Helvetica, Tahoma, Arial, Verdana, Sans-Serif;
}

body.front_body{
  background-color: #d3d3d3;
}

div#content{
  padding: 0;
  width: 900px;
  margin: 12px auto 12px auto;
}

div.top_menu{
  background-color: #ff6000;
  width: 900px;
  height: 30px;
  border: 1px solid black;
}

div.top_menu img{
  margin:0;
}

div.front_content{
  width: 900px;
  padding: 0;
  margin: 0 auto 10px auto;
  border-style: solid;
  border-color: black;	
  border-width: 0 1px 1px 1px;
}

div.front_content img{
  margin: 0;	
  display: block;
}

div.front_content a img{
  border: 0;	
}

div#front_sections{
  border-top: 1px solid white;  
}

div#front_sections p{
  color: white;
  font-size: 14px;		
  text-align: justify;
  margin: 2px 15px 14px 15px;
}

a.learnmore_button{
  margin: 10px;
  float: right;	
}

div#fitness{
  background-color: #ff6000;
  width: 450px;	
  float: left;
}

div#celebration{
  background-color: #bd0c0c;	
  width: 450px;
  float: right;  
}

div#meet{
  clear: both;	
  border-top: 1px solid white;
  margin: 0;
  height: 140px;
}

div#meet img{
  display: inline;
  margin: 0;	
}

div.normal_content{
  background-color: white;
  padding: 18px;
  border-top: 1px solid black;
}

div.normal_content p{
  color: black;
  font-size: 15px;		
  text-align: justify;
  margin-bottom: 18px;
}

div.normal_content p.warn{
  font-weight: bold;
  color: red;	
}

div.normal_content li{
  color: black;
  font-size: 15px;			
}

div.normal_content h1{
  color: #ff6000;
  font-size: 18px;
  font-weight: bold;	
}

div.normal_content img{
  float: right;
  margin: 4px 0 15px 15px;
  border: 1px solid black;	
}

div#footer{
  background-color: #878787;
  border-top: 1px solid white;  
  color: white;
  font-size: 12px;
  text-align: center;
  padding: 6px;
  clear: both;
}

div#bottom_margin{
  height: 10px;	
}

img.front_bg{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

div.front_vid{ 
  background-image: url(../img/trans_bg.png);
  background-repeat: repeat;
  padding: 24px 15px 10px 15px;
}

div.front_vid img{
  margin: 0 0 0 4px;	
}

div.class_schedule{
  margin-bottom: 20px;	
}

a:active{
  outline: none;
}

a:focus{
  -moz-outline-style: none;
}

div.content{
  margin: 18px auto;
  padding-top: 0;
  width: 842px;
  margin-bottom: 35px;
}


div.header{
  padding: 10px;
  padding-left: 0;
}

div.header img{
  border:0;
}

div.header span.logo{
  text-align: left;
  float: left;
  margin-bottom: 4px;
}

div.header span.topnav{
  text-align: right;
  float: right;
  margin-right: -22px;
  margin-top: 5px;
}

div.header span.topnav ul li{
  list-style: none;  
  display: inline;
  padding-right: 20px;
}

div.header span.topnav ul li a{
  font-size: 16px;
  color: #21476f;
  text-decoration: none;
}

div.header span.topnav ul li a:hover{
  color: #ec5715;
}

a.current{
  color: #ec5715;
}

div.clearer{
  clear: both;
}

div.footer{
  margin: 10px;	
}

div.footer img{
  vertical-align: middle;	
}

div.footer a{
  font-size: 11px;
  color: #21476f;
}

div.footer a img{
  border: 0;	
}

div.footer span.spacer{
  margin-right: 100px;
}

