/** Global **/

p {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #435460;
  line-height: 1.6em;
}

a:link,
a:visited {
  font-family: Arial, Helvetica, sans-serif;
  color: #435460;
  text-decoration: underline;
}

a img {
  border: none;	
}

.wrapper {
  width: 777px;
  height: 500px;
  margin: 0 auto;
  position: relative;
  background: url(images/bg_leaf.jpg) no-repeat;
  background-position: 200px 50px;
}

.logo {
  position: absolute;
  top: 10px;
  left: 0px;
}

.clear {
  clear: both;
}

.footer {
	text-align: center;
	position: absolute;
	left: 3px;
	width: 858px;
}

.footer p {
  color: #999;	
}

/** Home **/

.breathe {
	width: 462px;
	position: absolute;
	left: 377px;
	top: 7px;
}

.breathe p {
  width: 400px;	
}

.participants_wrapper {
	width: 260px;
	height: 232px;
	position: absolute;
	left: 0px;
	top: 205px;
	padding: 0 14px 0 0;
	border-top: solid 2px #C4C5C6;
	border-right: solid 2px #C4C5C6;
	text-align: left;
}

.participants {
	width: 234px;
	height: 218px;
	padding: 14px 14px 0 14px;
	background: url(images/bg_participants.gif) bottom repeat-x;
}

.participants p {
  	width: 210px;
	padding-top: 5px;
}

.sponsors_wrapper {
	width: 273px;
	height: 163px;
	position: absolute;
	left: 276px;
	top: 205px;
	padding: 0 14px 0 14px;
	border-top: solid 2px #C4C5C6;
	border-right: solid 2px #C4C5C6;
	text-align: left;
}

.sponsors {
	width: 241px;
	height: 135px;
	background: url(images/bg_sponsors.gif) bottom repeat-x;
	padding: 14px 14px 0 14px;
}

.sponsors p {
  width: 230px;
  padding-top: 5px;	
}

.physicians_wrapper {
	width: 267px;
	height: 163px;
	position: absolute;
	left: 579px;
	top: 205px;
	padding: 0 0 0 14px;
	border-top: solid 2px #C4C5C6;
	text-align: left;
}

.physicians {
	width: 239px;
	height: 135px;
	background: url(images/bg_physicians.gif) bottom repeat-x;
	padding: 14px 14px 0 14px;
}

.physicians p {
  width: 220px;
  padding-top: 5px;	
}

#home .address_wrapper {
	width: 572px;
	height: 70px;
	position: absolute;
	left: 275px;
	top: 370px;
	padding: 0 0 0 14px;
	border-top: solid 2px #C4C5C6;
}

#home .address {
  width: 560px;
  height: 67px;
  background: url(images/bg_address.gif) bottom repeat-x;
  padding: 0px 0 0 14px;
}

#home  .address p {
  width: 540px;
  padding-top: 16px;	
}

#home .footer {
	top: 458px;
}



/** Dr. Holand **/

.our_expert {
	width: 360px;
	position: absolute;
	left: 378px;
	top: 60px;
}

.photo_wrapper {
	width: 238px;
	height: 269px;
	position: absolute;
	left: 0px;
	top: 200px;
	padding: 13px 14px 0 0;
	border-top: solid 2px #C4C5C6;
	border-right: solid 2px #C4C5C6;
	text-align: left;
}

.photo {
	width: 234px;
}


.bio_wrapper {
	width: 558px;
	height: 163px;
	position: absolute;
	left: 254px;
	top: 200px;
	padding: 0 14px 0 14px;
	border-top: solid 2px #C4C5C6;
	text-align: left;
}

.bio {
	width: 545px;
	height: 268px;
	background: url(images/bg_bio.jpg) bottom repeat-x;
	padding: 14px 14px 0 14px;
}

.bio p {
  width: 530px;
  padding-top: 5px;	
}

#bio .footer {
	top: 503px;
}
