﻿
div#contents {
    width: 100%;
}

/****************************************************************/
/*                      Content_Left                            */
/****************************************************************/
#content_left {
	width: 226px;
	float: left;
}
#photo_box {
	position: relative;
	width: 226px;
	height: 217px;
}

/****************************************************************/
/*                      Content Center                          */
/****************************************************************/
#content_center {
	display: block;
	width: 440px;
	padding: 0px 0px 30px 33px;
	float: left;
}

/****************************************************************/
/*                      Content Right                           */
/****************************************************************/
#content_right
{
    display: none;
}

/****************************************************************/
/*                      Body Content                            */
/****************************************************************/
#pageheader {
	width: 440px;
	height: 35px;
}

/****************************************************************/
/*                     Misc                                     */
/****************************************************************/

div.spacer {
	height: 15px;
}

.errorMsg 
{
    font-weight:bold;
    color:#0054A6;
    margin-top:25px;
    margin-bottom:50px;
} 
/*********************************************/
/*         testimonials.asp                  */
/*********************************************/
#testimonial_item {
	margin-left:auto;
	margin-right:auto;
	width: 75%;
	padding-top: 10px;
	padding-bottom: 20px;
	border-top: 1px solid #717172;
	text-align: left;
	line-height: 1.25em;
	margin-bottom: 5px;
  margin-top: 10px;
}
#testimonial_item span.audio {
	margin-left: 55%;
}
#testimonial_item span.doublequote {
	color: #C1307C;;
	font-size: 14pt;
}
#testimonial_item img {
	width: 80px;
	margin: 10px;
	border: 0px solid #717172;
	padding: 5px;
}
#testimonial_item span.name {
	font-weight:bold;
	font-style:italic;
  color:#C1307C;
}
#testimonial_item p {
	margin-bottom: 7px;
}
#testimonial_item td.contact_details {
	font-weight: bold;
  padding-top: 10px;
	text-align: left;
}

