/* Global Styles */
<style type="text/css" media="screen">

body {
	margin:0px;
	background-color: #A4A5DB;
	}

td {
	font:11px Arial, Helvetica, sans-serif;
	color:#000000;
	}
	
td.logo {
	width:890px;
	background-image: url(../images/header.gif);
}

a {
	color: #E03E0D;
	font-weight:bold;
	text-decoration:none;
	}
	
a:hover {
	color: #FFBA00;
	}
	
/* ID Styles */

#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing:0.1em;
	line-height:16px;
	display:block;
	padding: 0px 10px;
	border-right:1px solid #E03E0D;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
#navigation a:hover {
	color:#ffffff;
	background: #E03E0D;
	}
	

#background td {
	background:url(../mm_bg_header.gif);
	}
	
#padding {
	padding:14px;
	}
	
/* Calendar Styles */

#calendar td {
	border: 1px solid #26354A; 
	}
	
#noborder td {
	border: 0px;
	}

#calheader td {
	font-weight:bold;
	color: #ffffff;
	}
	
/* Class Styles */

.logo a{
	color: #000099;
	text-align: right;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	}
	
.logo a:hover{
	color: #FF6600;
}
	
.tagline {
	font: 11px Arial, Helvetica, sans-serif;
	color: #000066;
	line-height:16px;
	}
	
.bodyText {
	font:14px Arial, Helvetica, sans-serif;
	line-height:22px;
	color:#000000;
	text-align:justify;
	padding-right:10px;
	}
	
.imgLeft {
	padding: 0 10px 0 15px;
	float: left;
}

.imgRight {
	padding: 5px 0 5px 15px;
	float: right;
}

.detailText {
	font:11px Arial, Helvetica, sans-serif;
	line-height:16px;
	color:#26354A;
	letter-spacing:.1em;
	}
	
.pageName {
	font:24px Arial, Helvetica, sans-serif;
	color: #E03E0D;
	letter-spacing:0.1em;
	font-weight: bolder;
	/*line-height:32px;*/
	}
	
.subHeader {
	font:bold 14px Arial, Helvetica, sans-serif;
	color: #000099;
	font-weight:bold;
	line-height:20px;
	letter-spacing:0.1em;
	}
	
.navText {
	color: #FFFFFF;
	letter-spacing:0.1em;
	line-height:16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

.calendarText {
	font:11px Arial, Helvetica, sans-serif;
	color: #26354A;
	letter-spacing:.1em;
	}
	
	
.sidebarText {
	font:13px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	letter-spacing:.08em;
	line-height:18px;
	}
	
	

	/* Experimentaion 

.guide {
	
	<table width="100%" border="0" cellspacing="0" cellpadding="0">
	<tr bgcolor="#FFFFFF">
	<td width="15" nowrap="nowrap"><img src="mm_spacer.gif" alt="" width="15" height="1" border="0" /></td>
	<td height="70" colspan="3" class="logo" nowrap="nowrap"><img src="images/logo.jpg" width="217" height="97" /><br /><span class="tagline">FOR A BETTER BODY IN THE BAYOU CITY </span></td>
	<td width="40">&nbsp;</td>
	<td width="100%">&nbsp;</td>
	</tr>

	<tr bgcolor="#E03E0D">
	<td colspan="6"><img src="mm_spacer.gif" alt="" width="1" height="4" border="0" /></td>
	</tr>

	<tr bgcolor="#D3DCE6">
	<td colspan="6"><img src="mm_spacer.gif" alt="" width="1" height="1" border="0" /></td>
	</tr>

	<tr bgcolor="#FFCC00">
	<td width="15" nowrap="nowrap">&nbsp;</td>
	<td width="705" colspan="3" height="24">
	<table border="0" cellpadding="0" cellspacing="0" id="navigation">
        <tr>
          <td class="navText" align="center" nowrap="nowrap"><a href="javascript:;">MEET JARED </a></td>
          <td class="navText" align="center" nowrap="nowrap"><a href="javascript:;">WHY HIT FIT? </a></td>
          <td class="navText" align="center" nowrap="nowrap"><a href="javascript:;">OUR FITNESS PHILOSOPHY </a></td>
          <td class="navText" align="center" nowrap="nowrap"><a href="javascript:;">WHAT TO EXPECT </a></td>
		  <td class="navText" align="center" nowrap="nowrap"><a href="javascript:;">GETTING STARTED WITH HIT FIT</a></td>
          <td class="navText" align="center" nowrap="nowrap"><a href="javascript:;">CONTACT US</a></td>
        </tr>
      </table>	</td>
	<td width="40">&nbsp;</td>
	<td width="100%">&nbsp;</td>
	</tr>

	<tr bgcolor="#D3DCE6">
	<td colspan="6"><img src="mm_spacer.gif" alt="" width="1" height="1" border="0" /></td>
	</tr>

	<tr bgcolor="#E03E0D">
	<td colspan="6"><img src="mm_spacer.gif" alt="" width="1" height="4" border="0" /></td>
	</tr>
	</table>
	*/
	
