.wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #999;
	padding-top: 5px;
}
.wrapper .menu {
	font-family: "Lucida Console", Monaco, monospace;
	color: #FFF;
	text-decoration: none;
	background-color: #202D61;
	height: 16px;
	font-size: 11px;
	padding-left: 10px;
}
.wrapper .menu a {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}
.wrapper .maincontent .Left.Main {
	width: 400px;
}
.wrapper .maincontent {
	width: 800px;
	background-color: #FFF;
}
.wrapper .Footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFF;
	text-decoration: none;
	background-color: #F14A16;
	height: 15px;
	padding-left: 10px;
	clear: both;
	float: none;
}
.wrapper .maincontent ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	padding-top: 10px;
	padding-left: 30px;
	list-style-type: square;
	list-style-position: outside;
	padding-bottom: 10px;
	list-style-image: url(../Images/StarBullet.jpg);
}
.Testimonials {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #B59651;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 10px;
	float: right;
	width: 550px;
}
.wrapper .maincontent .maincontentLeft {
	width: 250px;
	float: left;
	clear: none;
}
.wrapper .maincontent .maincontentRight {
	float: right;
	width: 450px;
}
.wrapper .maincontent h1 {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #AC6B41;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.wrapper .maincontent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
}
* {
	margin: 0px;
	padding: 0px;
}
.wrapper .maincontent p a {
	text-decoration: none;
	color: #036;
}
.wrapper .maincontent .maincontentLeft p strong {
	font-weight: bolder;
	color: #232C61;
	text-decoration: none;
}
.GoldBorder {
	border: thin solid #A5663E;
}
