/* CSS Document */

/* Peak Fitness - peakfitness_home.css  =============================================== */
/* Copyright Peak Fitness 2010  =============================================== */
/* Author A&G Creative  =============================================== */

/* QUICK COLOUR REFERENCE  =============================================== */
/* Peak Blue #0075BF */
/* Peak Yellow F0C23C */

/* Generic Selectors  =============================================== */

* {
	margin:0; padding:0;
}
html, body, #tblMain {
	padding: 0;
	margin: 0;
	border: 0;
	height: 100%;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #393333;
	background-color: #f3f3f3;
}	
img {
	border: 0;
}		
p {
	text-align: left;
	margin: 0 0px 15px 0;
}
.clear {
	clear: both;
	margin: 0; padding: 0;
	line-height: 0; font-size: 0;
}

/* Begin Page Layout  =============================================== */

#imgLogo {
	margin-bottom: 10px;
}

#divContainer {
	margin: 0 auto 0; padding: 10px;
	width: 600px;
	background:  #FFF;
	text-align: left;
}
#divMainImg {
	min-height: 160px; _height: 160px;
	margin: 0 0 10px 0; padding: 90px 10px 0 250px;
	text-align: right;
	background: url(../images/main_img.gif) no-repeat;
}
#divMainImg p {
	text-align: right;
}
#divBodyLeft {
	float: left;
	width: 295px;
	min-height: 70px; _height: 70px;
}
#divBodyRight {
	float: right;
	width: 295px;
	min-height: 70px; _height: 70px;
}
#divBodyImg {
	float: left;
	width: 70px;
	min-height: 70px; _height: 70px;
}
#divBodyImg .class {
	margin-bottom: 10px;
}
#divBodyCopy {
	float: right;
	width: 215px;
	min-height: 70px; _height: 70px;
	background: url(../woking/images/bg_body.gif) top repeat-x #e5e5e5;
	position: relative;
}
#divBodyCopy p {
	padding: 0 5px;
}
#divBodyCopy h1 {
	color: #FFF;
	margin: 0 0 10px 0; padding: 0 5px;
	font-size: 16px; font-weight: normal;
	line-height: 25px;
	background:  #0075BF url(../images/bg_h1.gif) repeat-x center;
}
#divBodyCopy h1 a {
	color: #FFF;
	text-decoration: none;
}
#divBodyCopy h1 a:hover {
	color: #F0C23C;
	text-decoration: none;
}
#divBodyCopy a.class{
	background: url(../images/button_over.gif) no-repeat;
	width: 120px;
	line-height: 22px;
	display: block;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	position:absolute;
	bottom: 10px;
	left: 45px;
	margin: 0;
	padding: 0px;
	background-image: url(../images/button_over.gif);
}
#divBodyCopy a:hover.class {
	background: url(../images/button.gif) no-repeat;
	width: 120px;
	line-height: 22px;
	display: block;
	text-align: center;
	position:absolute;
	bottom: 10px;
	left: 45px;
	margin: 0; padding: 0px;

}
#divFooter {
	margin: 0 auto; padding: 10px;
	width: 600px;
	background: #a2a2a2;
	font-size: 10px;
	color: #FFF;
}
#divFooter p {
	margin: 0;
	text-align: left;
}
#divFooter a {
	color: #FFF;
	text-decoration: none;
}
#divFooter a:hover {
	color: #FFF;
	text-decoration: underline;
}
#divFooterLeft {
	float: left;
	width: 320px;
}
#divFooterRight {
	float: right;
	text-align: right;
	width: 150px;
}
#divFooterRight p {
	text-align: right;
}
