@charset "utf-8";
/* CSS Document */

body {
	background-color:#4747A3;
	background-image: url(images/mainbg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	padding: 0px;
	margin-top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
}

img {border:none}

#container
{
	margin-left:auto;
	margin-right:auto;
	width:1079px;
}

#pagetop
{
	background-repeat: no-repeat;
	background-position: top;
	height: 236px;
	margin-right: auto;
	margin-left: auto;
	z-index: 4;
	margin-top: 0px;
	width: 1082px;
	background-image: url(images/pagetop.jpg);
}

#textarea
{
	width:1082px;
	background-image: url(images/textareabg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	overflow: hidden;
	clear: both;
}

#leftcolumn
{
	width:132px;
	background-color: #FFFFFF;
	background-image: url(images/logobottom.jpg);
	background-repeat: no-repeat;
	background-position: top;
	float: left;
	padding-top: 100px;
	padding-left: 24px;
	padding-right: 20px;
	text-align: center;
	margin-bottom: -2000px;
	padding-bottom: 2000px;
	margin-left: 42px;
}
#rightcolumn {
	width:794px;
	background-color: #FFFFFF;
	float: right;
	padding-left: 30px;
	background-image: url(images/textareaborder.jpg);
	background-repeat: repeat-y;
	background-position: left;
	margin-right: 40px;
	margin-bottom: -2000px;
	padding-bottom: 2000px;
}

#maintext
{
	width:500px;
	float:left;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
}

#testimonials
{
	width:224px;
	float:right;
	margin-right: 30px;
	padding: 0px;
	margin-top: 20px;
}

#pagebottom
{
	width:1000px;
	background-color: #FFFFFF;
	background-image: url(images/pagebottom.jpg);
	background-repeat: no-repeat;
	height: 40px;
	clear: both;
	margin-left: 42px;
}
.header {
	font-size: 26px;
	margin-bottom: 15px;
}
.dotborder {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

