body {
	background-color: #333;
}
#wrapper {
	height: 675px;
	width: 800px;
	border: 4px solid #000;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#wrapper #header {
	height: 198px;
	width: 800px;
	float: left;
}

#wrapper #header #logo {
	float: left;
	padding: 15px;
}


#wrapper #nav {
	height: 394px;
	width: 165px;
	float: left;
	padding-top: 60px;
	padding-left: 10px;
}
#wrapper #body {
	height: 440px;
	width: 620px;
	float: left;
	font-size: 14px;
	clear: right;
}
#wrapper #body #abouttext {
	height: auto;
	width: auto;
	font-size: 20px;
	margin: 15px;
}

#wrapper #body #address {
	height: auto;
	width: auto;
	float: right;
	font-size: 18px;
	margin-top: 20px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#wrapper #body #mapDiv {
	float: left;
	padding: 15px;
}
#wrapper #foot {
	width: 800px;
	font-size: 20px;
	text-align: center;
	height: auto;
	float: right;
}
#copyright {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	width: auto;
	color: #666;
	font-size: 12px;
}
#webuygold {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}
