body {
	background-color: #CCCCCC;
}
h1 {
	font-family: "Trebuchet MS";
	font-size: 20px;
	font-weight: bolder;
	color: #000000;
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}


#layout_nav a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #CCCCCC;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 5px;
	text-decoration: none
	
}

#layout_nav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #CCCCCC;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 5px;
	text-decoration: none
}

#layout_nav a:hover {
	color: #FF8000;
}

.nav_text {
	color: #CCCCCC;
}

#layout_wrapper {
	width: 758px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#layout_body {
	width: 758px;
	padding: 0px;
	background-image: url(../images/layout_wrapper.jpg);

}

#layout_header {
	width: 758px;
	height: 153px;
	background-image: url(../images/layout_header.jpg);
}

#layout_nav {
	width: 758px;
	height: 19px;
	background-image: url(../images/layout_nav.jpg);
}

#layout_columns {
	background-image: url(../images/layout_right_bottom.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 100%;
}

#layout_left {
	float: left;
	width: 428px;
}

#layout_left_top {
	float: left;
	width: 448px;
}

#layout_left_middle {
	float: left;
	width: 448px;
}

#layout_left_middle p {
	padding-right: 18px;
	padding-left: 15px;
	font-size: 14px;
}

h2 {
	font-family: Garamond;
	font-size: 18px;
	font-weight: bold;
	color: #000099;
	text-align: center;
}
.testimonial_video {
	margin: 10px;
	float: left;
}


.image_right {
	float: right;
}

#layout_left_bottom_brand {
	float: left;
	width: 448px;
	height: 314px;
	background-image: url(../images/layout_left_bottom_brand.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#layout_left_bottom_squeeze {
	float: left;
	width: 448px;
	height: 314px;
	background-image: url(../images/layout_left_bottom_squeeze.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#layout_right {
	float: right;
	width: 310px;
}
.underline {
	text-decoration: underline;
}
.underline_bold {
	font-weight: bold;
	text-decoration: underline;
}

#layout_right_top_reviews {
	float: left;
	width: 310px;
	background-image: url(../images/layout_right_top.jpg);
	background-repeat: no-repeat;
	height: 101px;
}

#layout_right_middle {
	float: left;
	width: 310px;
	height: auto;
}

#layout_testimonials {
	padding-right: 40px;
	padding-left: 5px;	
}

#layout_right_middle p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	padding-right: 50px;
	padding-left: 15px;	
}

#layout_footer {
	width: 758px;
	height: 87px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
h3 {
	font-family: Garamond;
	font-size: 28px;
	color: #FF6E00;
	text-align: center;
	font-weight: normal;
	padding-right: 15px;
	padding-left: 15px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.bold_italic {
	font-style: italic;
	font-weight: bold;
}

#contact_table p {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

