body {
	background-color:#f5f3f3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color:#66666;
	margin: 0;
}
a:active {	
	color:#666666;
 	text-decoration: none;
	}

a:link {
	color: #7da7d8;
 	text-decoration: none;
	}

a:visited {
	color: #7da7d8;
 	text-decoration: none;
	}

a:hover {
	color:#666666;
 	text-decoration: inherit;
	}

a img {
    border: 0px;
}


/*--PAGE CONTAINER STARTS HERE--*/

#pageContainer {
	width: 950px;
	height: 700px;
	position:relative;
	margin: 0px auto;
	}
	
/*--PAGE TOP STARTS HERE--*/
	
.pageTop {
	width:950px;
	height:10px;
	background-image:url(images/bg_headerTop.gif)
	}
	
/*--HEADER STARTS HERE--*/

.header {
	width: 950px;
	height: 120px;
	background-image:url(images/bg_white.gif);
	background-repeat:repeat-y;
	} 
	
.textLogo {
	float: left;
	margin-left: 70px;
	margin-top: 50px;
	}

.imgLogo {
	float: right;
	margin-right: 70px;
	margin-top: 40px;
	}

/*--TOP NAV STARTS HERE--*/

.topNav {
	width: 950px;
	background-image:url(images/bg_white.gif);
	background-repeat: repeat-y;	
	font-size:10pt;
	color:#666666;
	letter-spacing: 0.3pt;
	padding-left:70px;
	}

/*--CONTENT STARTS HERE--*/
	
.contentLarge {
	font-size:11pt;
	font-weight:bold;
	line-height: 17pt;
	color: #666666;
	padding-right: 400px;
	}

.contentSmall {
	font-size:10pt;
	font-weight:normal;
	line-height: 17pt;
	color: #999999;
	padding-right: 400px;
	}

.bulletList	{
	font-size:10pt;
	font-weight: normal;
	list-style-image:url(images/px_Bullet.gif);
	list-style-position:inside;
	margin: 0;
	}
	
.leftColumn {
	width: 175px;
	text-align:left;
	vertical-align:text-top;
	}
	
.middleColumn {
	width: 75px;
	text-align:left;
	vertical-align:text-top;
	}	
	
.rightColumn {
	width: 200px;
	text-align:left;
	vertical-align:text-top;
	}	

.imgColumn {
	width: 55px;
	height: 45px;
	vertical-align:bottom;
	}

.nameColumn {
	width: 400px;
	height: 45px;
	text-align:left;
	vertical-align:text-bottom;
	vertical-align:bottom;
	line-height: 14pt;
	}
	
.name {
	font-size: 12pt;
	font-weight:bold;
	color:#666666;
	}
	
.title {
	font-size: 9pt;
	color:#999999;
	}

.contentHome {
	width: 950px;
	height:374px;
	background-image:url(images/bg_Home.jpg);
	background-repeat:no-repeat;
	padding-left: 70px;
	padding-top: 30px;
	margin-bottom:auto;
	}

.contentTreatments {
	width: 950px;
	height:356px;
	background-image:url(images/bg_Treatments.jpg);
	background-repeat:no-repeat;
	padding-left: 70px;
	padding-top: 30px;
	margin-bottom:auto;
	}

.contentSportsTherapy {
	width: 950px;
	height:334px;
	background-image:url(images/bg_SportsTherapy.jpg);
	background-repeat:no-repeat;
	padding-left: 70px;
	padding-top: 30px;
	margin-bottom:auto;
	}

 .contentAboutUs {
	width: 950px;
	height:1820px;
	background-image:url(images/bg_AboutUs.jpg);
	background-repeat:no-repeat;
	padding-left: 70px;
	padding-top: 30px;
	margin-bottom:auto;
	}

 .contentContactUs {
	width: 950px;
	height:880px;
	background-image:url(images/bg_ContactUs.jpg);
	background-repeat:no-repeat;
	padding-left: 70px;
	padding-top: 30px;
	margin-bottom:auto;
	}

/*--FOOTER STARTS HERE--*/

.footerHome {
	width: 950px;
	height: 200px;
	background-image:url(images/bg_footerHome.jpg);
	background-repeat:no-repeat;
	}

.footerTreatments {
	width: 950px;
	height: 200px;
	background-image:url(images/bg_footerTreatments.jpg);
	background-repeat:no-repeat;
	}

.footerSportsTherapy {
	width: 950px;
	height: 200px;
	background-image:url(images/bg_footerSportsTherapy.jpg);
	background-repeat:no-repeat;
	}

.footerAboutUs {
	width: 950px;
	height: 200px;
	background-image:url(images/bg_footerAboutUs.jpg);
	background-repeat:no-repeat;
	}

.footerContactUs {
	width: 950px;
	height: 200px;
	background-image:url(images/bg_footerContactUs.jpg);
	background-repeat:no-repeat;
	}
	
.footerContent {
	padding-left: 400px;
	padding-top: 45px;
	font-size: 11pt;
	color:#FFFFFF;
	}
	
.footerContent a:active {	
	color:#ffffff;
 	text-decoration: none;
	}

.footerContent a:link {
	color: #ffffff;
 	text-decoration: none;
	}

.footerContent a:visited {
	color: #ffffff;
 	text-decoration: none;
	}

.footerContent a:hover {
	color:#7da7d8;
 	text-decoration: inherit;
	}
	

.imgPhone {
	padding-right:10px;
	}	
	
