/* CSS Document */
body {
	text-align:center;
	}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	}

.main {
	width:750px;
	border:1px solid #000;
	text-align:left;
	background-color:#FFF734;
	display:table;
	padding:0px;
	}

.leftCol {
	width:404px;
	margin:10px 10px 30px 5px;
	float:left;
	background-color:#FFF;
	padding:0px;
	}
	
.rightCol {
	width:318px;
	margin:10px 0px 30px 0px;
	padding-top:10px;
	background-image:url(../images/rightSideBg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#FFF734;
	float:left;
	}
	
.bottom {
	width:750px;
	clear:both;
	height:21px;
	background-color:#000;
	text-align:center;
	margin:0px 0px 20px 0px;
	color:#FFF;
	}

.bottom a {
	color:#FFF734;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	font-weight:bold;
	margin:0px 50px 0px 50px;
	}

.bottom a:hover {
	text-decoration:underline;
	}

h2 {
	padding:5px;
	margin:10px;
	background-color:#000;
	color:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:left;
	float:left;
	}
	
.testimonials1 {
	width:274px;
	height:95px;
	background-image:url(../images/testimonials1.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	margin:10px 0px 30px 0px;
	}
	
.testimonials2 {
	width:274px;
	height:95px;
	background-image:url(../images/testimonials2.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	margin:10px 0px 10px 0px;
	}

.tText1 {
	width:170px;
	padding:10px 20px 5px 20px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	text-align:left;
	}
	
.tText2 {
	width:170px;
	padding:10px 20px 5px 100px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	text-align:left;
	}
	 
h4 {
	padding-left:30px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	text-align:left;
	margin:10px 0px 0px 0px;
	}
	
.content {
	padding:10px;
	}