body{
	margin-top: 7px;
}

.PageContainer{
	margin: 0px 0px 0px 0px;
	border: 0px;
	border-style: solid;
}

.MainContainer{
	width: 800px;
	text-align: left;
	border: 1px;
	border-style: solid;
	background-color: #E5E5E4;
}

.top {
	position: relative;
	background-color: #E5E5E4;
	background-image: url("../images/top-banner.jpg");
	background-repeat: no-repeat;
	height: 176px;
	width: 100%;
	border: 0px;
	border-style: solid;
	top: 0px;
}

.page1 {
	background-image: url("../images/content-bg.jpg");
	background-repeat: repeat-y;
	border: 0px;
	width: 100%;
	height: 100%;
	display: table;
}

.content {
	border: 0px;
	border-style: solid;
	width: 500px;
	float: right;
	vertical-align: top;
	padding: 10px 10px 5px 10px;
}

.leftside {
	width: 235px;
	float: left;
	border: 0px;
	border-style: solid;
	height: 100%;
	padding: 0px 0px 0px 0px;
}

.topnav {
	background-color: #E5E5E4;
	background-image: url("../images/nav-bg.jpg");
	background-repeat: no-repeat;
	text-align: center;
	color: #FFFFFF;
	top: 135px;
	left: 236px;
	height: 33px;
	width: 100%;
	padding: 3px 0px 0px 0px;
}

.topnav a:visited,
.topnav a:link,
.topnav a:active {
	font-variant: small-caps;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.topnav a:hover {
	font-variant: small-caps;
	color: #E5E5E4;
	text-decoration: underline;
	font-weight: bold;
}


td.title, p.title {
	color: #424242;
	font-variant: small-caps;
	size: bigger;
	font-weight: bold;
}

p {
	color: #424242;
	size: normal;
}

.copy {
	background: #FFFFFF;
	border: 0px;
	border-style: solid;
	width: 100%;
	vertical-align: top;
	text-align: center;
	top: 0px;
}

.copy p {
	font-variant: small-caps;
	font-weight: lighter;
	font-size: smaller;
	color: #959595;
	padding: 4px 0px 0px 0px;
}

.testim-head {
	background-image: url('../images/testimonial-header.jpg');
	background-repeat: no-repeat;
	top: 0px;
	/*height: 102px;*/
	width: 100%;
	font-variant: small-caps;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding: 6px 0px 0px 14px;
}

.testim-text {
	padding: 30px 30px 0px 3px;
	color: #000000;
	font-variant: normal;
	font-weight: normal;
}