/*
CSS for  Fitness Fiesta 2008
Written by Steve Williams
www.microedge.co.uk
*/

body {
	color: #111;
	font-family: Verdana, sans-serif;
	font-size: 62.5%;
	background-color: #f5f5f5;
	/*position:relative;	
	text-align:center*/
	}

* { padding: 0; margin: 0; }


a { color: #000000; text-decoration: underline; }

a:visited { color: #000000; text-decoration: underline; }

a:hover { color: #333333; text-decoration: none; }
	
a img { border: none; }

h1 {
	color: #333;
	font-size: 1.4em;
	line-height: 1.4em;
}
h2{
	color: #666666;
	font-size: 1.2em;
	line-height: 1.2em;
}
h3 {
	color: #999999;
	font-size: 1.4em;
	line-height: 1.4em;
}
  /* ***************   START OF THE USED DIV ID ************** */
#container
{
	width: 950px;
	position:relative;
	text-align:left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 1em;
	vertical-align: top;	
}

#header
{
	height: 100px;
	width: 950px;
	background-color: #FFFFFF;
}

#strip
{
	background-color:#eee;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
	font-size: 1.4em;
	color: #000;
	text-transform: capitalize;
	text-align: left;
}

#bodyblock {
	float:left;
	width:950px;
	padding:0;
	height 100%;
	background-color: #FFFFFF;
 }
 
#content
{
	float:left;
	font-size: 1.2em;
	line-height: 1.4em;
	width: 790px;
	background-color: #fff;
}

#footer
{
	float:left;
	background-color:#eee;
	height: 80px;
	width: 950px;
	border: 1px solid #000;
	margin-top: 1em;
}
  /* ***************   START OF THE NAVIGATION ************** */
  
#navigation
{
	float:left;
	font-size: 1.2em;
	color: #333333;
	letter-spacing: 0.1em;
	width: 150px;
	padding-left:0px;
	padding-right:5px;
	margin 0px;
	background-color: #fff;
	padding-top: 1em;
}


#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-left: 1px solid #555;
	border-right: 1px solid #555;
	border-top:  1px solid #555;
}

#navigation li {
	color: #666666;
	text-decoration: none;
	border-bottom: 1px solid #555;
}

#navigation li a:link{
	display: block;
	padding: 0.4em 0 0.4em 0.5em;
	color: #111;
	text-decoration: none;
}
#navigation li a:active {
	display: block;
	padding: 0.4em 0 0.4em 0.5em;
	color: #111;
	text-decoration: none;
}
#navigation li a:visited {
	display: block;
	padding: 0.4em 0 0.4em 0.5em;
	color: #111;
	text-decoration: none;
}
#navigation li a:hover{
	display: block;
	padding: 0.4em 0 0.4em 0.5em;
	background-color: #FFCC00;
	color: #111;
	text-decoration: none;
}

  /* ***************   End of navigation  ***************** */
  /* ***************   Start of classes  ******************* */
  .box
  {
	border: 1px solid #111;
  }
  
  .navigationtext {
  font: Arial, Helvetica, sans-serif
	font-size: 1em;
	font-weight:800;
	color: #006600;
	margin-top: 1em;
}
.headtext {
	font-size: 1.6em;
	font-weight:800;
	color: #333;
	text-align: left;
}

.12pointblack {
	font-size: 1.2em;
	color: #000000;
}

td {
	font-size: 1em;
	line-height: 1.2em;
}
