body {
	color: #000;
	font-size: 12px;
	font-family: Arial;
	background-image: url(../images/background_outer.jpg);
	background-repeat: no-repeat;
	background-position: center 0;
	background-color: #593425;
	margin: 0;
}

div#container {
	background-image: url(../images/window_back_2.png);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0 auto;
	width: 842px;
}

div#top {
	background-image: url(../images/background_inner.jpg);
	background-repeat: no-repeat;
	min-height: 680px;
	_height: 680px;
}

div#content {
	background-image: url(../images/flower.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 204px 40px 0 40px;
	min-height: 476px; 
	_height: 476px;
}

ul#menu {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 35px;
	margin: 0;
	padding: 0;
	height: 35px;
	width: 100%;
	list-style-type: none;
}

ul#menu li {
	background-image: url(../images/menu_splitter.gif);
	background-repeat: no-repeat;
	background-position: right center;
	margin: 0;
	padding: 0 10px;
	height: 35px;
	float: left;
}

ul#menu li.last {
	background-image: none !important;
}

ul#menu li.active {
	background-color: #a76f02;
}

ul#menu a:link, ul#menu a:visited, ul#menu a:hover, ul#menu a:active {
	color: #fff;
}

ul#menu a:link, ul#menu a:visited {
	text-decoration: none;
}

ul#menu a:hover, ul#menu a:active {
	text-decoration: underline;
}

div#elements {
	margin: 30px 20px 0 20px;
	padding: 0 0 1px 0;
}

div.clear {
	clear: both;
}

