body{
	color: #000;
	font-size: 12pt;
}

#container{
	width: 670px;
}

#nav{
	display: none;
}

h1{
	font-size: 20pt;
}

a{
	color: #000;
}

/*----- Index ------*/

body#index #content img{
	display: none;
}

body#index s#gift{
	display: none;
}

body#index #readmore{
	display: none;
}

/*---- Staff ----*/

body#staff #leftcol{
	display: none;
}

body#staff #rightcol img{
	display: none;
}

p.top{
	display:none;
}

/*---- Testimonies ----*/

body#testimonials h2{
	font-size: 14pt;
	padding: 0;
}

body#testimonials .patientname{
	font-size: 14pt;
	font-weight: bold;
}

body#testimonials .summarysignature{
	font-style: italic;
	font-size: 10pt;
}

/*----- Footer ----- */

#footer{
	padding-top: 25px;
	font-size: 9pt;
}


ul#navbottom{
	display: none;
}

