body {
	font: normal 1em Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	background: repeat;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background: #000000;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 800px;
	border: 1px none #14171C;
}
#wrapper #title {
	background: #999999 url(images/site-furniture/title.jpg) no-repeat;
	margin: 5px 0px 3px;
	padding: 0px;
	clear: left;
	float: left;
	height: 45px;
	width: 100%;
	border-top: 1px none #CC9900;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px none #CC9900;
	border-left: 1px solid #FFFFFF;
}
#wrapper #top-image {
	background: #0099FF url(images/site-furniture/top-image.jpg);
	margin: 0px;
	padding: 0px;
	clear: left;
	float: left;
	height: 250px;
	width: 100%;
	border: 1px solid #333333;
}
#wrapper #top-nav {
	font: bold 90% Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 5px 0px;
	padding: 0px;
	clear: left;
	float: left;
	width: 100%;
	background: #ECE9D8;
	height: 25px;
	border-top: 1px solid #993399;
	border-right: 1px none #993399;
	border-bottom: 1px solid #993399;
	border-left: 1px none #993399;
}
#wrapper #top-nav ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#wrapper #top-nav li {
	display: inline;
}
#wrapper #top-nav a:link {
	font: bold 90% Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	text-decoration: none;
}
#wrapper #top-nav a:visited {
	color: #666666;
	text-decoration: none;
}
#wrapper #top-nav a:hover {
	color: #FFCC00;
	text-decoration: underline;
}
#wrapper #top-nav a:active {
	color: #666666;
	text-decoration: none;
}

#wrapper #content-wrapper {
	font: normal 75% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
	clear: left;
	float: left;
	height: auto;
	width: 100%;
	text-align: left;
	background: #FFFFFF;
}
#wrapper #footer {
	background: #ECE9D8;
	margin: 0px;
	padding: 0px;
	clear: left;
	float: left;
	height: 20px;
	width: 800px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #999999;
	border-left-color: #999999;
}
