@charset "utf-8";
/* CSS Document */
body{
	margin:0px;
	padding:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
#holder{
	width:812px;
	height:auto;
	background-image:url(images/body_bg.jpg);
	background-repeat:repeat-y;
	
	}
#header{
	width:812px;
	height:180px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	}
#mainbody{
	width:745px;
	height:auto;
	padding-left:35px;
	padding-right:30px;
	font-size:16px;
	text-align:justify;
	}

h1{
	font-size:30px;
	font-family:Impact;
	color:#CC0000;
	font-weight:normal;
	text-align:center;
	}
h2{
	font-size:19px;
	font-family:Impact;
	color:#000;
	font-weight:normal;
	text-align:center;
	}
h3{
	font-size:18px;
	font-weight:normal;
	color:#CC0000;
	}
h4{
	color:#000;
	font-size:16px;
	}
h5{
	font-size:16px;
	font-weight:normal;
	color:#CC0000;
	}
.h3{
	font-size:22px;
	font-weight:normal;
	color:#CC0000;
	text-align:center;
	}
.h4{
	font-size:22px;
	font-weight:normal;
	color:#CC0000;
	}
.line_bottom{
	text-decoration:underline;
	}
.floatL{
	float:left;
	margin-right:20px;
	margin-bottom:10px;
	}
.floatR{
	float:right;
	margin-left:20px;
	margin-bottom:10px;
	}
.letter_box{
	width:502px;
	height:800px;
	background-image:url(images/letter_layout.jpg);
	background-repeat:no-repeat;
	}
.testimonial_box{
	width:660px;
	height:auto;
	clear:both;
	overflow:hidden;
	}
.testimonial_header{
	/*width:660px
	  height:140px
	*/
	width:530px;
	height:110px;
	background-image:url(images/testimonial_box_header.jpg);
	background-repeat:no-repeat;
	padding-left:130px;
	padding-top:30px;
	text-align:left;
	}
.testimonial_bg{
	width:610px;
	height:auto;
	background-image:url(images/testimonial_box_bg.jpg);
	background-repeat:repeat-y;
	padding-left:25px;
	padding-right:25px;
	text-align:justify;
	overflow:hidden;
	font-size:15px;
	}
.testimonial_footer{
	width:660px;
	height:30px;
	background-image:url(images/testimonial_box_footer.jpg);
	background-repeat:no-repeat;
	}
.bullet{
	background-image:url(images/love_icon.png);
	background-position:left;
	padding-left:30px;
	background-repeat:no-repeat;
	}

#footer{
	clear:both;
	font-size:12px;
	padding-bottom:15px;
	}