/* basics */
* {margin:0;padding:0;}

body { 
	background: #99999a; 
	width: 1116px;
	height: 1056px;
	padding: 10px;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #6a6a6a;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #6a6a6a;
	}
a:hover { 
	text-decoration: underline; 
	color: #ffffff;
	}
a:active {
	color:#6a6a6a;
	}
.training a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #333333;
	}
.training a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #333333;
	}
.training a:active {
	color: #333333;
	}
.training a:hover {
	font-weight: bold; 
	text-decoration: none; 
	color: #c0c0c0;
	}


/* Section Specifics */

/* Navigation */
#navContainer {
	z-index: 5;
	float: left;
	width: 154px;
	height: 829px;
	position: absolute;
	left: 30px;
	top: 210px;
	}

#menu a {
	display:block;
	width:154px;
	padding:3px 0 8px 0;
	text-align: center;
	font: bold 14px Tahoma;
	color: black;
	background: url("../images/button.png") 0 0 no-repeat;
	text-decoration: none;
	}
#menu a:hover {	
	background-position: -154px 0;
	color: #6a6a6a;
	}
#menu a:active {
	background-position: -308px 0;
	color: black;
	}
/* End Navigation */

#introLetter {
	position:absolute;
	top: 430px;
	left: 160px;
	width: 375px;
	} 	

#introLetter h1 {

	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	line-height: 1.0;
	padding: 0 0 10px 0;
	}

#introLetter p {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	line-height: 1.4;
	padding: 0 0 0 0;
	}

#personalTrainingTop {
	position:absolute;
	font-size: 12px;
	line-height: 1.4;
	top: 570px;
	left: 570px;
	width: 515px;
	} 	

#personalTrainingTop h1 {
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	line-height: 1.0;
	padding: 0 0 10px 0;
	}

#introLetterNoIndent {
	position:absolute;
	top: 600px;
	left: 33px;
	width: 500px;
	} 	

#introLetterNoIndent p {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	line-height: 1.4;
	padding: 10px 0 10px 0;
	}

#personalTrainerContainer {
	background: url(../images/beach.jpg) no-repeat top left; 
	width: 1096px;
	height: 1036px;
	padding: 10px 10px 10px 10px;
	}

#decoreLogo {
	background: url(../images/decoreLogo.jpg) no-repeat;
	width: 341px;
	height: 172px;
	position: absolute;
	left: 22px;
	top: 22px;
	}
	
#transformBanner {
	background: url(../images/transformBanner.gif) no-repeat;
	width: 433px;
	height: 57px;
	position: absolute;
	left: 660px;
	top: 22px;
	margin: 0;
	padding: 0 0 0 0;
	}

#terriImage {
	background: url(../images/terriImage.jpg) no-repeat;
	width: 117px;
	height: 158px;
	float:left;
	position: absolute;
	left: 25px;
	top: 424px;
	margin: 0 50px 50px 0;
	}

#footer p{
	background-color: #000000;
	font-size: 14px;
	text-align: center;
	color: #6a6a6a;
	line-height: 1.5;
	padding: 0;
	width: 1070px;
	border: 0px;
	position: absolute;
	top: 1010px;
	left: 20px;
	}

#legal {
	position: absolute;
	font-size: 12px;
	top: 1060px;
	left: 30px;
	}

