/**
 * You can place your custom CSS statements here
 * it is better to write everything custom here
 * because this file won't be replaced during upgrade
 * Don't forget to rename this file to "site.css"
 */




#testimonial_container
{
width: 820px;
margin: 0 auto;
/*background-color: #99c;
border: 2px dashed #cc0000;*/
height: 100%;
}

#left_column {
width: 580px;
float:left;

}

#right_column {
text-align: left;
width: 200px;
/*background-color: #cccc00;*/
float: right;
height: 100%; /* ONLY works if body also set to 100% height */
/*border: 1px dashed black;*/
padding: 5px;
}

/* Revolution Theme CSS */


body {
	background: #A4C5E6;
	width: 960px;
	color: #132C45;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
#wrap {
	/*background: #A4C5E6;*/
	background: #FFFFFF url(images/body.jpg) repeat-y top center;
	width: 920px;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	/*border: double #C0C0C0;*/
	}

#header {
	background: #FFFFFF url(images/header.jpg);
	width: 920px;
	height: 165px;
	color: #FFFFFF;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	}

#headerleft {
	width: 460px;
	float: left;
	font-size: 14px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	}
	
#headerleft a img {
	border: none;
	margin: 0px;
	padding: 0px;
	}

#headerright {
	width: 390px;
	float: right;
	font-size: 12px;
	text-align: right;
	margin: 0px;
	padding: 15px 50px 0px 0px;
	overflow: hidden;
	}

#navbar {
	background: #333333 url(images/body_nav.jpg) repeat-y top center;
	width: 920px;
	height: 26px;
	color: #FFFFFF;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	}

