html, body {
	text-align: left;
	font-family: Verdana;
	font-size: 11px;
	color: #58595b;
	background-image: url(common/mainbg.jpg);
}

#Wrapper 
{
	align: top;
	width: 1000px;
	overflow: auto;
	margin-right: auto;
	margin-left: auto;
}
#header {
	width: 1000px;
}
.logo {
	width: 251px;
	float: left;
	clear: none;
	margin-left: 5px;
}
#footer {
	width: 965px;
	background-color: #e8e8e8;
	height: 105px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #687073;
	padding-top: 10px;
	padding-left: 35px;
	clear: both;
}
#footer a:link{color:#687073; text-decoration:underline;}
#footer a:visited{color:#687073; text-decoration:underline;}
#footer a:active{color:#687073; text-decoration:underline;}
#footer a:hover{color:#907f68; text-decoration:none;
}
#Menu {
	width: 1000px;
}
.dots {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
#ContentContainer {
	width: 100%;
	background-image: url(common/bg.jpg);
	background-repeat: repeat;
	overflow: auto;
}
#content1{
	clear: none;
	float: left;
	width: 440px;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
}
#content2{
	clear: none;
	float: right;
	width: 440px;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
}

.brownBold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #8e5e1a;
}
#content3 {
	clear: none;
	float: right;
	width: 940px;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
}
.brownBoldsmall {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #8e5e1a;
}
.darkGrey {
	font-family: Verdana;
	font-size: 11px;
	color: #666666;
}
.button {
	width: 80px;
	background-color: #e8e8e8;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #687073;
	text-align: center;
}
.button a:link{color:#687073; text-decoration:underline;}
.button a:visited{color:#687073; text-decoration:underline;}
.button a:active{color:#687073; text-decoration:underline;}
.button a:hover{color:#907f68; text-decoration:none;
}
