/* ---- GENERAL STYLES ----- */
html {
	width: 100%;
	height: 100%;
	overflow: -moz-scrollbars-vertical;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

body {
	width: 100%;
	height: 100%;
	margin: 0px;
	background-color: #740c07;
}

a {
	outline: 0 !important;
	outline-style: none !important;
}

/* MAIN CONTENT STYLES */
div#image_bg_full {
	background-color: #000000;
	width: 100%;
	height: 217px;
}

div#main_image_wrapper {
	width: 918px;
	height: 186px;
	margin: auto;
}

div#main_container {
	width: 100%;
}

div#main_container div#main_container_wrapper {
	width: 918px;
	margin: auto;
}

div#main_container div#main_container_wrapper div#main_floated {
	width: 918px;
	float: left;
	background-image: url(../images/main_bg.jpg);
	background-repeat: no-repeat;
	padding: 25px 0 0 0;
}

/* LEFT COLUMN STYLES */
div#left_column {
	float: left;
	width: 592px;
	padding: 8px 0 0 11px;
}

div#left_column h1 {
	display: block;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
}

div#left_column p {
	font-size: 16px;
	color: #ffffff;
	margin: 0px;
	padding: 14px 0 0 0;
	text-align: justify;
}

/* RIGHT COLUMN STYLES */
div#right_column {
	float: right;
	width: 270px;
	padding: 10px 0 0 0;
}

div#right_column div#testimonial_container {
	float: left;
	width: 240px;
	padding: 0 0 0 16px;
	background-image: url(../images/quote_open.jpg);
	background-repeat: no-repeat;
	background-position: 0px 6px;
}

div#right_column div#testimonial_container p {
	padding: 0px;
	margin: 0px;
	color: #ffffff;
	font-size: 14px;
	line-height: 22px;
	text-align: justify;
	display: none;
}

div#right_column div#testimonial_container p img {
	padding: 0 0 0 3px;
}

div#right_column div#right_bottom_img {
	float: left;
	padding: 32px 0 0 0;
}