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


h1 {font-size: 120%}
h2 {font-size: 220%}
p {font-size: 13px}
li {font-size: 14px}

h1 {font-family: arial}
h2 {font-family: arial}
p {font-family: arial}
li {font-family: arial}


h1 {color: black}
h2 {color: #4F7569}
p {color: black}

p.blue {background-color:#A8B3B3;}

a:link {
	text-decoration: none;
	color: #999999;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #333333;
}

body {
	background-color: #4F7569;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #000000;
	margin-left: auto;
	margin-right: auto;
	width: 850px;
	text-align: left;
}

#container {
	width: 850px;
	height: 1080px;
	border: 5px solid #660000;
	background-color:#FFFFFF;
	background-image: url(bgr.jpg);
	background-position: bottom;
	background-repeat:repeat-x;
	overflow: hidden;
}

#container1 {
	width: 850px;
	height: 1950px;
	border: 5px solid #660000;
	background-color:#FFFFFF;
	background-image: url(bgr.jpg);
	background-position: bottom;
	background-repeat:repeat-x;
	overflow: hidden;
}

#maincontainer {
	width: 851px;
	height: 424px;
	border: 5px solid #660000;
	background-color:#FFFFFF;
}

#testimonies{
	width: 850px;
	height: 2750px;
	border: 5px solid #660000;
	background-color:#FFFFFF;
	background-image: url(bgr.jpg);
	background-position: bottom;
	background-repeat:repeat-x;
	overflow: hidden;
}

#header {
	width: 850px;
	height: 265px;
	background-image:url(creambgr.jpg)
}


#left {
	
	width: 200px;
	height: auto;
	float: left;
	vertical-align: top;
	padding-right: 10px;
	text-align:right;
}

#right {
	width: 600px;
	height: auto;
	float: right;
	text-align: left;
	vertical-align: top;
	padding-left: 15px;
	padding-right: 15px;
}

