<!--
body,td,th {
	font-family: Veranda, Helvetica, sans-serif;
	font-size: 13px;
	color: #04085B;
}
body {
	background-color: #FFFFFF;
	background-image:url(../fitness-logo/fitness-instructor-trainer-black-face.jpg);
	background-position: 56% 0%; 
	background-repeat: no-repeat;
	
} 

a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
}


h1{
	color: #D90000;
	font-size: 23px;
	font-weight:normal;
}

h2{
	color: #CE1E04;
	font-size: 17px;
	font-weight:normal;
}

h3{
	color: #333333;
	font-size: 14px;
}


/* gets rid of borders from image links */
a img{border:none;}
/* ------- */


#FitnessmodelsBanner { position:     absolute;
       top:          0px;
       left:         50%;/*some magic to align the element in the center;*/
       width:        750px;
       margin-left:  -375px;/* half of the width */
 }


#TitleContent {position: absolute ; top: 0px; left:30px; width:520px; }

#MainContent
{
	position:     fixed;
	top:          200px;
	left:         29%;/*some magic to align the element in the center;*/
	width:        570px;
	margin-left:  85px;/* half of the width */
	background-color: #FFFFFF;
	   }

#ContentBody{
margin:0 0 0 30px;
padding:5;
width:750px;}

#Contentleft{
margin:0 0 0 30px;
padding:5;
width:300px;}

#Contentsmall{
margin:0 0 0 30px;
padding:5;
width:300px;
font-size: 8px;}

/*----------------------*/
/* Menu on the top of the page ("Home", "x", "Ox", "x") */
div.TopNav{ position:     absolute;
       top:          200px;
       right:         29%;/*some magic to align the element in the center;*/
       width:        160px;
       margin-right:  -80px;/* half of the width */
}

div.TopNav a, div.TopNav a:active, div.TopNav a:visited{
	text-decoration:none;
	color:#28508A;
	font-size:8pt;
	font-family:Verdana;
	margin:0 5px 0 5px;
}

div.TopNav a:hover{
	color:#9CADFC;
}

/* ------- */
#Layer1 table{width:144;}

/* The main menu */

/* Menu Container */

#LeftNavigation{
	position:     fixed;
	top:          200px;
	left:         29%;/*some magic to align the element in the center;*/
	width:        160px;
	margin-left:  -80px;/* half of the width */
}

/* Base Menu Styling*/

#LeftNavigation ul{
    list-style:none;
    display:block;
    position:relative;
    margin:0;
    padding:0;
    min-height:0;
    line-height:0;
    vertical-align:bottom;
}

/*  Menu Items */

#LeftNavigation ul li{
    margin:0;
    padding:0;
    top:0;
    display:list-item;
    vertical-align:bottom;
}

/* Ensures that entire menu item is clickable as a link */
#LeftNavigation a{display:block}

/* Styling for the sub-menu.  */
#LeftNavigation ul li ul{
	display:block;
	position:absolute;
	left:160px;
	margin:-20px 0 0 0;
	background-color:#640000;
	width:100%;
	visibility:hidden;
	z-index:100;
}

/* Causes sub-menu to become visible when it's parent menu item is hovered over */
#LeftNavigation ul li.NavItem:hover ul{
    visibility:visible;
}

/* Styling for menu "headers" ("titles", etc...)144x20pix sidenav_background.jpg */
#LeftNavigation ul li.NavHeader{
	background:#FF0000;
	font:13px Verdana, Trebuchet MS, sans-serif;
	height:20px;
	line-height:20px;
	text-indent:20px;
	color:white;
	border-top:1px solid white;
	border-bottom:1px solid white;
}

#LeftNavigation a, #LeftNavigation li.NavItem{
    color:white;
    display:list-item;
    text-decoration:none;
    font-size:8pt;
    text-indent:0px;
    height:20px;
    min-height:0;
    margin:0;
    padding:0;
    border-collapse:collapse;
}

#LeftNavigation li.NavItem{
	background-color:#333333;
	height:20px;
	line-height:20px;
	min-height:0px;
	display:block;
	margin:0;
	padding:0;
 }

#LeftNavigation li.NavItemSub{
    background-color:#E6E6DE;
    display:block;
    margin:0;
	text-indent:5px;
    padding:0;
    height:15px;
    
}

#LeftNavigation li.NavItemSub a {
line-height:14px;
text-indent:15px;
font-size:7.5pt;}

#LeftNavigation li.NavItemSub a:HOVER {
	background-color:#640000
}

/* Menu Item divider style */
#LeftNavigation li.Divider{
    display:list-item;
    width:145px;
    height:2px;
    margin:0;
    padding:0;
    font-size:0pt;
}

/* White menu spacers */
#LeftNavigation li.Spacer{
    border-top:solid 1px white;
    border-bottom:solid 1px white;
    background-color:#E2E8F4;
    height:12px;
}

/* Hover effect for menu items */
#LeftNavigation ul li.NavItem a:hover{
	background-color:#640000;
}

/* ----------------------------------------------*/
