/* ==================== \/ general \/ ====================== */
* {
	margin: 0;
	padding: 0;
}
body, td, th {
	font-family: "Helvetica", "Arial", sans-serif;
	text-align:center;
}
body {
	background:#E1D8D4 url(../images/backTile.png) repeat;
}
table, td, th {
	border:1px solid #C7B6AF;
}
img{border:0; vertical-align:middle;}
/* ==================== /\ general /\ ====================== */
/* ==================== \/ main layout \/ ====================== */
#divContainer{
	width:600px; /*don't understand why this isn't 620!!!*/
	margin:10px auto;
	padding:10px 10px 10px 10px;
	background:#FFF;
	border:1px solid #C7B6AF;
}
#divHead{
	background:#C7B6AF;
}
#divMenu{
	text-align:center;
	margin:0px 0px 0px 15px;
	padding:10px 0px 0px 0px;
}
#divMenu li{
	width:100px; height:27px;
	background: url(../images/buttonCello.png) no-repeat;
	float:left;
	list-style:none;
	padding-left:17px;
}
#divMenu li a{
	text-decoration:none;
	color:#FFF;
	font-size:11px;
	font-weight:bold;
}
#divBody{
	width:600px;
}
#divFoot{
	width:600px; height:415px;
	background:#FFF url(../images/gladys.jpg) no-repeat;
}
.centred{
	text-align:center;
}
#tableForm{
	width:500px;
	margin:auto;
}
/* ==================== /\ main layout /\ ====================== */
/* ==================== \/ extra bits \/ ====================== */
.clear{clear:both;}
#divError{
	border: solid 5px #F00;	
	text-align:center;
	font-size:larger;
}
.brown{
	background: #C7B6AF;
}
.brownBox{
	border:3px solid #C7B6AF;
	width:500px;
	margin:10px auto 10px auto;
	background:#E1D8D4;
}
.whiteToBrown{
	width:600px; height:100px;
	background: url(../images/whiteToBrown.png) repeat-x;
}
.brownToWhite{
	width:600px; height:100px;
	background: url(../images/brownToWhite.png) repeat-x;
}
/* ==================== /\ extra bits /\ ====================== */
/* ==================== \/ Testimonials \/ ====================== */

ul.testimonial-list li {
	border-bottom: solid 1px #CCC;
	margin: 0 0 1em;
	overflow: hidden; _zoom: 1;
	padding: 0 0 1em;
}

ul.testimonial-list li blockquote {
	font-size: 10pt;
	line-height: 12pt;
	margin: 0 0 1em;
	float: left;
	/*width: 380px;
	padding: 0 20px 0 10px;*/
	text-align:justify;
}

ul.testimonial-list li blockquote cite {
	display: block;
	font-style: normal;
	font-weight: bold;
}

ul.testimonial-list li.odd img {
	border: solid 1px #C7B6AF;
	float: left;
}

ul.testimonial-list li.even img {
	border: solid 1px #C7B6AF;
	float: right;
}

body#testimonials .standard .links {
	border: none;
}

/* ==================== /\ Testimonials /\ ====================== */
