body {
       font-family: Verdana, Helvetica, Arial, sans-serif;
       font-size:12px;
}

/* Page specific background images... */
.bodyarea_home {
background-image: url(images/home-pic.jpg);
background-position:top left;
background-repeat:no-repeat;
}

.bodyarea_121_tour {
background-image: url(images/121-tour.jpg);
background-position:top left;
background-repeat:no-repeat;
}

.bodyarea_about_us {
background-image: url(images/about-us.jpg);
background-position:top left;
background-repeat:no-repeat;
}

.bodyarea_121_people {
background-image: url(images/all-ages.jpg);
background-position:top left;
background-repeat:no-repeat;
}

.bodyarea_equipment {
background-image: url(images/equipment.jpg);
background-position:top left;
background-repeat:no-repeat;
}

.bodyarea_personal_training {
background-image: url(images/personal-trainer.jpg);
background-position:top left;
background-repeat:no-repeat;
}

.bodyarea_shiatsu {
background-image: url(images/shiatsu.jpg);
background-position:top left;
background-repeat:no-repeat;
}

.bodyarea_sports_injuries {
background-image: url(images/sports-injuries.jpg);
background-position:top left;
background-repeat:no-repeat;
}

.bodyarea_testimonials {
background-image: url(images/testimonials.jpg);
background-position:top left;
background-repeat:no-repeat;
}


.bodyarea1 {
background-color:white;
background-repeat:no-repeat;
background-position:top center;	
}

.bodyarea2 {
background-image: url(images/footer.jpg);
background-repeat:no-repeat;
background-position:bottom center;	
}

h1 {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
}

h2 {
	color: #333333;
	font-size: 14px;
	font-weight: normal;
}

h3 {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
}

p {
	font-size: 12px;
	line-height: 24px;
	color:rgb(0,174,237);
}

h6 {
	font-size: 12px;
	line-height: 24px;
	color:rgb(15,34,105);
	font-weight:normal;
}

.editableText {
position:relative;
z-index:20px;
}

#appArea {
	font-size: 12px;
}

/* edit mode toolbox */
#editToolBox {
	position: absolute; /* fixed would be better but doesn't work in IE */
	top: 0px;
	left: 0px;
	width: 75px;
	background-color: black;
	color: white;
	font-family: Arial, sans-serif;
	font-size: 12px;
	opacity: 0.75;
	padding: 6px;	
}

.editToolBoxAction {
	color: white;
	text-decoration: none;
cursor:pointer;
}

.body {
background-color: white;
}

.widget {
text-decoration:underline;
position:relative;
height:0px;
left:0px;
width:0px;
display:block;
z-index:999;
}

div.widgetBit:hover {
opacity:0.8;
}

.widgetBit {
z-index:998;
background-color:black;
color:white;
opacity:0.2;
border: solid black 1px;
width:100px;
position:relative;
left:0;
top:0px;
font-size:10px;
}

.sideNav_group {
width:180px;
border-top:solid black 1px;
border-right:solid black 1px;
margin-top:20px;
}

.sideNav_item {
background-color:#dddddd;
border-bottom:solid 1px;
font-size:12px;
}
.sideNav_selected {
background-color:#ddddff;


}
.sideNav_item a {
display:block;
width:180px;

}

.sideNav_item a:hover {
background-color:#ddddff;
}

a {
font-size:12px;
text-decoration:none;
color:#333333;
}

a:hover { 
color:black; }

a.navigation_link { 
display:block; width:100%;
color:rgb(15,34,105);
 
}

td.navigation_link { 
border-top:4px solid white;
background-color:rgb(203,203,203); 
}

a.navigation_selected { color:black }

td.navigation_selected { 
background-color:rgb(203,203,203); 
color:rgb(15,34,105);
}


.formField_label { 
font-size:12px;
 }

.form_div{
position:relative;
top:15px;

}


/*flash movies */

.small_movie_container_div{
position:relative;
width:0px;
padding-bottom:15px;

}


.home_flash_div{
position:absolute;
overflow:visible;
width:243px;
height:200px;
top:20px;
left:2px;
}

.flash_div_personal{
position:relative;
top:20px;
left:-1px;
}

.flash_div_about{
position:relative;
top:17px;
left:-10px;
}

.flash_div_people{
position:absolute;
overflow:visible;
width:243px;
height:200px;
top:20px;
}

.flash_container{
position:relative;
width:0px;
height:0px;

}

.top_flash_div{
position:absolute;
top:-240px;
left:-400px;
}

.thank_you_div{
position:relative;
text-align: right;
top:-10px;
height:240px;
}