body{
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	/*margin-top: 30px;*/
}

.splashContainer {
	background-image: url(../images/splash.gif);
	background-repeat: no-repeat;
	height: 662px;
	width: 785px;
}

.splashContainer img {
	position: relative;
	left: 5px;
	top: 536px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
	width: 150px;
	height: 11px;
}

.templateContainer {
	background-image: url(../images/template_background.gif);
	background-repeat: no-repeat;
	height: 665px;
	width: 770px;
}

.leftContainer {
	position:relative;
	top: 198px;
	left: -180px;
	width: 153px;
	height: 285px;
	/* border: thin dotted #333333; */
	text-align:left;
	padding-top: 9px;
	padding-left: 12px;
	padding-right: 10px;
	padding-bottom: 9px;
}

.leftContainer h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #91A15A;
}

.leftContainer ul {
	margin-left: 0px;
	padding:0px;
	list-style-type: none;
}

.leftContainer ul li{
	margin-top: 6px;
	padding:0px;
}

.leftContainer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #D98593;
	text-decoration: none;
}

.leftContainer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #D98593;
	text-decoration: underline;
}



.mainContent {
	position:relative;
	top: -105px;
	left: 115px;
	width: 304px;
	height: 285px;
	/* border: thin dotted #333333; */
	text-align:left;
	padding-top: 9px;
	padding-left: 12px;
	padding-right: 10px;
	padding-bottom: 9px;
	overflow: auto;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-arrow-color: #D98593;
	scrollbar-track-color: #FFFFFF;
	line-height: 16px;
	letter-spacing: 1px;
}

.mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #D98593;
	font-weight: bold;
}

.mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

.mainContent a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:  #D06A7C;
	text-decoration: none;
}

.mainContent a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9BAA67;
	text-decoration: underline;
}

.bottomLinks img {
	width: 543px;
	height: 17px;
	position:relative;
	left: 23px;
	top: -34px;
}


input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px dotted #CCCCCC;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px dotted #CCCCCC;
}

.quote_sign{
	font-weight: bold;
}

hr{
	width: 25px;
	height: 4px;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/testimonials_separator.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
