body {
	background:#FFFFF0;
	color: #666;
}

a {
	color: #069;
}

p {
	font: 13px Verdana, Arial, Helvetica, sans-serif
}

#header {
	width: 200px;
	margin: 0 auto;
	background: #FFFFF0 url(images/flower_bkgnd.jpg) no-repeat;
	position: relative;
	min-height:200px;
	height:auto !important;
	height:200px;
	padding: 160px 0 0 450px;
}

a img {
	border: none;
}

#title {
	position:absolute;
	top: 41px;
	right: 0px;
	z-index: 10;
}

#menu {
	position:absolute;
	top: 117px;
	right: 217px;
	z-index: 20;
}

#content {
	width: 600px;
	padding: 20px 0 0 0;
	margin: 0 auto;
}

.footer {
	margin: 0 auto;
	font-size: 10px;
	text-align: center;
	margin-top: 14px;
}