body {
	background-color: #ECECEC;
	margin: 0px;
	padding: 0px;
	background-image: url(background.gif);
	background-repeat: repeat-y;
	background-position: center 0px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #000000;
}
td, div, p {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #000000;
}
a:link, a:visited, a:hover, a:active {
	color: #CC0000;
	text-decoration: none;
}
a:hover, a:active {
	color: #CC0000;
	text-decoration: underline;
}
/*----- HEADER -----*/
h1 {
	font-size: 30px;
	font-weight: bold;
	color: #CC0000;
	margin: 0px;
	padding: 0px;
}
.tagline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #8C8C8C;
	margin: 0px;
	padding: 0px;
}
table.headerWrapper {
	border-collapse: collapse;
	background-image: url(header_back.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px auto;
	width: 662px;
	border: none;
	height: 171px;
}
table.headerWrapper td {
	padding: 0px;
	vertical-align: top;
}
table.headerWrapper td.naviBase {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	height: 59px;
	padding: 18px 0px 0px 26px;
}
a.naviLink:link, a.naviLink:visited, a.naviLink:hover, a.naviLink:active {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	float: left;
	border-right: 1px solid #FFFFFF;
	padding: 0px 5px 0px 0px;
	margin: 0px 5px 0px 0px;
}
div.viewsNumber {
	font-size: 9px;
	color: #FFC000;
	float: right;
	margin: 0px 26px 0px 0px;
	text-align: right;
	font-weight: normal;
}
*html div.viewsNumber {
	margin: 0px 14px 0px 0px;
}
div.imgWrapper {
	margin: 6px auto 0px;
	text-align: center;
}
div.titleWrapper {
	padding: 28px 0px 0px;
	text-align: center;
	margin: 0px auto;
}
/*----- CONTENT -----*/
table.contentWrapper {
	border-collapse: collapse;
	margin: 0px auto;
	width: 630px;
	border: none;
}
table.contentWrapper td {
	padding: 0px;
}
#summary {
	padding: 20px;
	border-top: 1px solid #ECECEC;
	margin: 5px 0px 0px;
}
#more_switch {
	color: #CC0000;
	font-weight: bold;
	font-size: 10px;
	text-align: right;
	cursor:pointer;
	float: right;
	margin: 0px 20px 20px 0px;
}
#home_switch {
	color: #CC0000;
	font-weight: bold;
	font-size: 10px;
	text-align: left;
	cursor:pointer;
	float: left;
	margin: 0px 0px 20px 20px;
}
table.contentWrapper td.specialitiesTitle,
table.contentWrapper td.contactTitle,
table.contentWrapper td.testimonialsTitle {
	width: 231px;
	background-color: #F4F4F4;
	background-image: url(images/boxtitle_back.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 55px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 9px 0px 0px 20px;
	vertical-align: top;
	border-right: 10px solid #FFFFFF;
}
table.contentWrapper td.contactTitle {
	width: 389px;
	border-right: none;
}
table.contentWrapper td.testimonialsTitle {
	width: 630px;
	border-top: 10px solid #FFFFFF;
	border-right: none;
}
table.contentWrapper td.specialitiesContent,
table.contentWrapper td.contactContent,
table.contentWrapper td.testimonialsContent {
	padding: 0px 20px 9px;
	vertical-align: top;
	background-color: #F4F4F4;
	border-right: 10px solid #FFFFFF;
}
table.contentWrapper td.contactContent,
table.contentWrapper td.testimonialsContent {
	border-right: none;
}
table.contentWrapper td.contactContent p {
	font-size: 9px;
	border-bottom: 1px solid #D2D2D2;
	margin: 0px 0px 10px;
	padding: 0px 0px 10px;
}
table.testimonialBase {
	border-collapse: collapse;
	width: 100%;
	background-color: #FFFFFF;
	margin: 0px 0px 10px;
}
table.testimonialBase td {
	padding: 10px;
	border: 1px solid #DDDDDD;
}
.smallTxt {
	font-size: 9px;
}
/*----- FOOTER -----*/
table.contentWrapper td.footerBase {
	background-image: url(images/footer_back.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	padding: 20px;
	border-top: 10px solid #FFFFFF;
	font-size: 9px;
	color: #6B6B6B;
}

