body {
	background-color: #CCCCCC;
	text-align: center;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#wrapper {
	background-color: #FFEED0;
	padding: 10px;
	height: auto;
	width: 790px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-family: "Century Gothic";
	color: #333333;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: groove;
	border-bottom-style: groove;
	border-right-color: #333333;
	border-bottom-color: #333333;
}
#logo {
	padding: 10px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: thin double #FFFFFF;
	font-family: "Century Gothic";
	color: #333333;
}
#nav {
	height: 25px;
	font-family: "Century Gothic";
	color: #333333;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#content {
	background-color: #FFEED0;
	margin: 10px;
	padding: 20px;
	width: 740px;
	height: auto;
	font-family: "Century Gothic";
	color: #333333;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
