@charset "UTF-8";
body {
	background:#666666;
	font-family: "Myriad Pro";	
}

#content {
	background-image:url(images/home.png);
	background-repeat:no-repeat;
	
	width:	801px;
	height: 850px;
	position:absolute;
	top: 1em;
	left: 1em;
}

#contentexercise {
	background-image:url(images/home.png);
	background-repeat:no-repeat;
	
	width:	801px;
	height: 1400px;
	position:absolute;
	top: 1em;
	left: 1em;
}

#contentdoctors {
	background-image:url(images/home.png);
	background-repeat:no-repeat;
	
	width:	801px;
	height: 1200px;
	position:absolute;
	top: 1em;
	left: 1em;
}

#contentpartners {
	background-image:url(images/home.png);
	background-repeat:no-repeat;
	
	width:	801px;
	height: 750px;
	position:absolute;
	top: 1em;
	left: 1em;
}

#contenttreatment {
	background-image:url(images/home.png);
	background-repeat:no-repeat;
	
	width:	801px;
	height: 1800px;
	position:absolute;
	top: 1em;
	left: 1em;
}

#homelink {
	position:absolute;
	top: 6px;
	left: 50px;
}
#homelink a {
	display: block;
	width: 386px;
	height: 54px;
}

#menuside {
	position: absolute;
	top: 490px;
	left: 14px;
}

#sideimg {
	display:block;
	width: 7em;
	border: 1px solid #000000;
	margin: 5px 0px;
}

#menu {
	position:absolute;
	top: 85px;
	left: 6px;
	width: 114px;
}
#menu ul {
	margin:			0;
	padding:		0px 0px;
	list-style:		none;
}

#menu a {
	display:		block;
	width:			130px;
	height:			22px;
	padding:		2px 0 0 3px;
	text-decoration:	none;
	color:			#000000;
	font-size: 95%;
	font-weight:bold;
	background:		url(images/button.png) no-repeat;
}

#menu a:hover {
	background:		url(images/button2.png) no-repeat;
}

#header {
	position:absolute;
	top:83px;
	left:160px;
	height:21px;
	width:315px;
	text-decoration:underline;
	font-weight: 700;
}
#info {
	position:absolute;
	top:102px;
	left:163px;
	
	width:632px;
	font-size: 90%;
}
#infonews {
	position:absolute;
	top:102px;
	left:156px;
	height:498px;
	width:638px;
	font-size: 90%;
	
}
#infoc {
	position:absolute;
	top:102px;
	left:163px;
	height:489px;
	width:634px;
	font-size: 90%;
	overflow:auto;
}


#info ul {
	list-style:		none;
}
.bold{
	font-weight:bold;
}

#treat {
	position: relative;
	top:1px;
	left:1px;
	height:23px;
	line-height:22px;
	width: 622px;
	font-size: 90%;
}

#treat a {
	text-decoration: none;
	
}
#doc1 {
	position: absolute;
	top:1px;
	left:1px;
	width:306px;
	font-size: 90%;
	
}
#doc1 img {
	border: thin;
	outline: thin;
	width: 15em;
	border: 1px solid #000000;
	margin: 1px 10px 8px 1px;
}
#doc2 {
	position: absolute;
	top:1px;
	right:1px;
	width:306px;
	font-size: 90%;
}
#doc2 img {
	border: thin;
	outline: thin;
	width: 15em;
	border: 1px solid #000000;
	margin: 1px 10px 8px 1px;
}
#treatcon {
	display:block;
	position: relative;
	top:1px;
	
	width: 634px;
	font-size: 90%;
	list-style:square;
	overflow: auto;
}



#home1 {
	position: relative;
	top: 1em;
	right: 1em;
	border: 2px solid #000000;
	width: 15em;
	margin: 5px 5px 15px 22px;
}


#footer {
	position:absolute;
	top:852px;
	width:801px;
	height:200px;
	font-size: 80%;
	background-image:url(images/homefooter.png);
	background-repeat:no-repeat;
}
#footer p {
	text-align:center;
}
#footer a {
	color:#000000;
}

#footerexercise {
	position:absolute;
	top:1402px;
	width:801px;
	height:200px;
	font-size: 80%;
	background-image:url(images/homefooter.png);
	background-repeat:no-repeat;
}
#footerexercise p {
	text-align:center;
}
#footerexercise a {
	color:#000000;
}

#footerdoctors {
	position:absolute;
	top:1202px;
	width:801px;
	height:200px;
	font-size: 80%;
	background-image:url(images/homefooter.png);
	background-repeat:no-repeat;
}
#footerdoctors p {
	text-align:center;
}
#footerdoctors a {
	color:#000000;
}

#footerpartners {
	position:absolute;
	top:752px;
	width:801px;
	height:200px;
	font-size: 80%;
	background-image:url(images/homefooter.png);
	background-repeat:no-repeat;
}
#footerpartners p {
	text-align:center;
}
#footerpartners a {
	color:#000000;
}

#footertreatment {
	position:absolute;
	top:1802px;
	width:801px;
	height:200px;
	font-size: 80%;
	background-image:url(images/homefooter.png);
	background-repeat:no-repeat;
}
#footertreatment p {
	text-align:center;
}
#footertreatment a {
	color:#000000;
}

.indent {
	text-align:justify;
}

.red {
	color:#CC0000;
}
