/* structure
--------------------------------- */

body {
  margin: 0;
  padding: 0;
  background: #FDBE11 url(/images/Template2Body_bg.gif) top center repeat-y;
  color: #000;
  text-align: center;
  } 
  
#container {
	background: url(/images/Template2Container.gif) repeat-y left top;	
	position:relative;
    width:768px;
    margin: 0px auto;
    text-align:left;
  }

/* positioning
--------------------------------- */

#intro {
	margin: 0;
	height: 361px;
	}

#header {
	background: url(/images/Template2h1.gif) left top no-repeat;
	height: 227px;
	margin:0;
}

#linklist {
	position: absolute;
	top:361px;
	left: 2px;
	width: 173px;
	margin: 0;
	padding: 0;

	}
	
#mainColumn {
	margin: 0px 177px 0 184px;
	color: #000;
	}
	
#bottomLinks {
	margin: 0 177px 0 184px;
	}
	
#contact {
	background: url(/images/Template2Contact_bg.gif) top left repeat-y;
	position: absolute;
	top: 371px;
	left: 604px;
	width:165px;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	}
	
#footer {
	background: #ccc;
	margin: 25px 177px 0 2px;
	color: #000;
	background: #000;
	}	
	
/* header
--------------------------------- */	
	
	
#pageheader {
	background: url(/images/Template2h2.gif) left top no-repeat;
	height: 134px;
	margin: 0;
}

#pageheader h1 {
	background: url(/images/Template2h2.gif) left top no-repeat;
	height: 134px;
	margin:0;
	padding: 42px 75px 0 75px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	font:bold 20px/24px verdana,arial,sans-serif;
	color: #FFF;
	}	
	
/* content
--------------------------------- */
	
#bodycopy h3{
	padding: 10px 30px 0 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
  	font:bold 15px verdana,arial,sans-serif;
	color: #E90282;
	}
	
#bodycopy p{
	padding-left: 20px;
	padding-right:30px;
	font: 12px/20px verdana,arial,sans-serif;
 	color: #000;
	}
	


/* testimonials
--------------------------------- */
#testimonials1, #testimonials2 {
	margin: 20px 30px 20px 20px;
	background: #999;
	border: 1px solid black;}

.testimonial_words { 
	margin: 20px 20px;
	}

#testimonials1 h3, #testimonials2 h3{
	padding: 15px 10px 15px 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
  	font: 15px verdana,arial,sans-serif;
  	font-weight: 900;
	color: #fff;
	border-bottom: 1px solid black;
	}

.Testimonial_name {
	color: #fff;
	border-bottom: 1px dotted white;
	padding-bottom: 5px;
	margin: 0px 20px 20px 20px;
	}

.Testimonial_name span {
	font-style: italic;
	color: black;
	font-size: 8pt;
	padding-left: 8px;
	}

/* Trainer Links Area
--------------------------------- */
#bottomLinks h3{
	padding: 10px 30px 0 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
  	font:bold 15px verdana,arial,sans-serif;
	color: #E90282;
	}
	
#bottomLinks p{
	padding-left: 20px;
	padding-right:30px;
	font: 12px/20px verdana,arial,sans-serif;
 	color: #000;
	margin: 0;
	}

#TrainerLinks ul {
    position: relative;
	list-style: none;
	padding: 0;
	margin: 5px 0 25px 0;
	}

#TrainerLinks ul li {
	border-bottom: 1px solid #BACDF6;
	}

#TrainerLinks ul li a {
	display: block;
	padding: 5px 20px;
	font:10px  verdana, arial, sans-serif;
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	}

#TrainerLinks ul li a:hover {
	background-color: #FDFCA1;
	color: #000;
	}

/* main navigation
--------------------------------- */
	
#linkList ul {
	margin: 0;
	padding: 0;
	border-top: 1px solid #000;
	}
	
	
#linkList li {
	font: 12px verdana, sans-serif;
	text-transform: uppercase;
	text-indent: 0;
	margin: 0;
}
	
html>body #linklist li {
	width: auto;
}

#linkList h3 {
	width: 185px;
	height: 30px;
	}

#linkList ul li a {
	margin: 0;
	height: 25px;
	display: block;
	color: #000;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 12px;
	text-decoration: none;
	background: #fff;
	}
	
#linkList ul li a:hover {
	/*border-right: 3px solid #FDBE11;*/
	color: #fff;
	background: #E90282;
	}	

/* footer
--------------------------------- */

#footer h3{
	font:12px/12px arial, helvetica, sans-serif;
	color: #fff;
	padding: 0 0 0 175px;
	margin: 0;
	}
	
#footer p{
	font:12px/12px arial, helvetica, sans-serif;
	color: #fff;
	padding: 0 0 25px 175px;
	margin: 0;
	}

#footerlinks {
	padding-top: 10px;
	margin-left: 175px;
	}

#footerlinks ul {
	margin-left: 0;
	padding-left:0;
	}

#footerlinks li {
	list-style-type: none;
	padding: 0;
	display: inline;
	}

#footerLinks ul li a {
	padding-right:10px;
	color: #f06;
	}

#footerLinks ul li a:hover {
	color: #fff;
	}
	
/* contact form
--------------------------------- */	
	
#contact h3 {
	margin: 0;
	background: #000 url(/images/YesImReadyBlackPink.gif) top left no-repeat;
	height: 300px;
	}

#contact h2{
	margin: 0;
	background: #000 url(/images/YesImReadyBlackPink2.gif) top left no-repeat;
	height: 300px;
	}
	
form {
	text-align: center;
	margin:0;	
	padding: 0 10px 0 10px;
	color: #000;
	font: 10px  verdana, arial, sans-serif;	
	}
	
	

form input {
	width: 125px;
	margin-bottom: 5px;
	}

form input.inputsubmit {
	margin-top: 10px;
	width: 75px;
	}
	
/* Yes I'm Ready
--------------------------------- */

