body {
	background-color: #F9FBEE;
	background-image: url("/images/bg.jpg");
	background-repeat: repeat-x;
	color: #000;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 14px;
}

a:link, a:visited, a:active {
	color: #2D3B09;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #666;
}

#container {
	background-color: #FFF;
	width: 772px;
	padding: 0;
	margin: 0 auto;
	position: static;
}

#content {
	position: relative;
	background-color: #FFF;
	background-image: url("/images/middle.png");
	background-repeat: no-repeat;
	text-align: left;
	height: 480px;
}

#menu {
	position: absolute;
	left: 330px;
	top: 120px;
	width: 450px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu ul li {
	float: left;
	padding: 0 15px;
}

#menu a:link, #menu a:visited, #menu a:active {
	color: #666;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

#menu a:hover, #menu a.selected {
	color: #DBA656;
}

#cake {
	position: absolute;
	left: 20px;
	top: 190px;
	width: 355px;
}

#about {
	position: absolute;
	left: 400px;
	top: 170px;
	width: 350px;
	line-height: 20px;
}

h1 {
	color: 096A3D;
	font-size: 16px;
	font-weight: bold;
	padding: 0;
	margin: 8px 0;
}

#footer {
	margin: 15px 0 5px 0;
	font-size: 10px;
}

.clear {
	clear: both;
}
