@charset "UTF-8";
/* CSS Document */

html, body{
	height:100%}

body {
	font: 100% Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

body h1 {
	color:#FFFFFF;
	}

body h2{
	color:#333333;
	}

body img{
	border:0px;
	}

body a{
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
	}

body a:hover{
	color:#ffeaa2;
	text-decoration:none;
	}
	
.oneColElsCtr #container {
	width:970px;
	background: none;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-height:100%;
	margin-bottom:-10px;
	position:relative;
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#header img {
	padding:0;
	margins:0;
	}

#content {
	margin-top:10px;
	padding-left:10px;
	}

#left {
	float:left;
	width:590px;
	height:auto;
	
	
}

.leftinside{
	background-image:url(../images/whatisbox.png);
	background-repeat:no-repeat;
	padding:20px;
	padding-right:25px;
}

#right {
	float:right;
	width:330px;
	margin-top:10px;
	height:auto
}

.rightinside{
	background-image:url(../images/testimonialsbox.png);
	background-repeat:no-repeat;
	padding:12px;
	padding-right:10px;
	}
#footer{
	margin-top:-20px;
	height:10px;
	position:relative;
	color:#666666;
	font-size:11px;
	text-align:center;
	}
	
#footer a{
	color:#333333;
	font-size:11px
	}

#footer a:hover{
	color:#000000;
	}

.clearfooter {
height: 10px;
clear: both;
}

#contentpage {
	text-align:left;
	padding-top:10px;
	padding-left:20px;
	padding-right:20px;
	margin-top:10px;
	margin-left:20px;
	margin:0px;
	
	}