/* HTML Tags */

/* 	Gray 595858
	Green 8E9A0E */

* {
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	color: #8E9A0E;
}

a:link:hover, a:visited:hover {
	color: #595858;
}

a img {
	border: none;
}

body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #595858;
	text-align: center;
	background:#595858 url(../images/mjBG.gif) center 75px repeat-x;
	height: 100%;
	line-height: 1.35em;
	overflow-x: hidden;
}

h1 {
 	font-size: 18px;
 	margin: 0 10px 5px 0;
}

h2 {
	font-size: 15px;
	line-height: 1em;
 	margin: 0 10px 2px 0;
	color: #8E9A0E;
}

img {
	margin: 0 3px;
}

label {
	font=weight: bold;
}

p {
	margin: 0 0 15px;
}

ul {
	margin: 0 0 15px 50px;
	list-style: square;
}


/* Layout Divs and Div Specific HTML Tags */
#nonFluid {
	position: relative;
	width: 780px;
	height: 504px;
	margin: 0 auto auto;
	padding-top: 75px;
	text-align: left;
}

#home #nonFluid {
	background: transparent url(../images/homePic.jpg) 0 295px no-repeat;
}

#about #nonFluid {
	background: transparent url(../images/aboutPic.jpg) 20px 303px no-repeat;
}

#coaching #nonFluid {
	background: transparent url(../images/coachingPic.jpg) 0 335px no-repeat;
}

#contact #nonFluid {
	background: transparent url(../images/contactPic.jpg) 0 325px no-repeat;
}

#contact label {
	display: block;
}

#contact input, #contact textarea {
	margin-bottom: 7px;
}

#eft #nonFluid {
	background: transparent url(../images/eftPic.jpg) 10px 330px no-repeat;
}

#rates #nonFluid {
	background: transparent url(../images/ratesPic.jpg) 0 365px no-repeat;
}

#nutrition #nonFluid {
	background: transparent url(../images/nutritionPic.jpg) 0 325px no-repeat;
}

#harmful #nonFluid {
	background: transparent url(../images/harmfulPic.jpg) 0 370px no-repeat;
}


#logo {
	position: absolute;
	top: 170px;
	z-index: 5;
	text-align: center;
}

#logo img {
	margin: 0 0 0 20px;
}

#mainContent {
	position: absolute;
	top: 160px;
	left: 270px;
	width: 500px;
	height: 380px;
	padding-right: 10px;
	z-index: 10;
	overflow-y: auto;
	overflow-x: hidden;
}

#menu {
	color: #FFF;
	float: right;
	padding-top: 13px;
}

#menu img {
	border: none;
}

#menu a {
	text-decoration: none;
	padding: 0 7px 10px;
}

#home #menu a.home,
#about #menu a.about,
#coaching #menu a.coaching,
#nutrition #menu a.nutrition,
#eft #menu a.eft,
#rates #menu a.rates,
#contact #menu a.contact,
#menu a:hover {
	background: transparent url(../images/menuPointer.gif) center bottom no-repeat;
}

#footer {
	position: absolute;
	top: 570px;
	right: 0;
	width: 700px;
}

#footer p {
	color: #9B9B9B;
	text-align: right;
	font-style: italic;
	font-size: 12px;
	padding-top: 5px;
}

#footer a {
	color: #FFF;
}

#footer a:hover {
	color: #8E9A0E;
}	

#quote {
	position: absolute;
	top: 8px;
	right: 0;
	width: 760px;
}

#quote p {
	color: #9B9B9B;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: italic;
	text-align: right;
	letter-spacing: .025em;
	line-height: 1.25em;
	margin: 0;
}

#quote span.author {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	letter-spacing: normal;
	line-height: 1.2em;
	display: block;
	margin-top: 3px;
}

.center {
	text-align:center;
}

.center img {
	margin-top: 8px;
}

li span.rates {
	width: 300px;
	float:left;
}