html {
	background-color: #ffffff;
	color: #333333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
}

#wrapper {
	width: 769px;
	left: 50%;
	position: absolute;
	margin-left: -384px;
}

#header img {
	display: block;
}

#middle {
	background-image: url("bg.jpg");
	background-repeat: repeat-y;
	padding-left: 21px;
	padding-right: 22px;
	min-height: 600px;
	position: relative;
}

#menu {
	position: absolute;
	left: 21px;
	top: 0px;
	width: 212px;
	background-image: url("menuflower.jpg");
	background-repeat: no-repeat;
	background-position: 0px 100%;
	min-height: 600px;
	height: 100%;
}

#menu ul {
	padding: 0px;
	margin: 0px;
	margin-left: 25px;
}

#menu li {
	list-style-type: none;
	color: #000000;
	font-size: 10pt;
	padding-top: 15px;
	padding-bottom: 5px;
}

#menu li a {
	color: #000000;
	text-decoration: none;
}

#content {
	width: 490px;
	margin-left: 222px;
	float: left;
}

#content p {
	text-align: justify;
}

#footer {
	background-image: url("footer.jpg");
	background-repeat: none;
	height: 61px;
	padding-left: 30px;
	padding-right: 30px;
	color: #ffffff;
	text-align: right;
}

#footer p {
	margin: 0px;
	padding: 0px;
	padding-top: 15px;
}
