/* CSS Document */
body, html {
	margin:0;
	padding:0;
	height:100%;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	position:relative;
	min-height:600px;
	min-width:900px;
}
a {
	color:#000;
	text-decoration:none;
}
a img {
	border:none;
}
p {
	margin:10px 0;
}
h1, h2, h3, h4, h5, h6 {
	margin:10px 0;
	font-size:15px;
}
li {
	padding-bottom:7px;
}
#site {
	width:900px;
	height:600px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-450px;
	margin-top:-300px;
}

#header {
	position:relative;
	height:115px;
	background:#00905e;
}
#claim {
	position:absolute;
	top:31px;
	left:30px;
}
#logo {
	position:absolute;
	top:13px;
	right:30px;
}

#menu {
	height:25px;
	background:#006f4e;
	font-weight:bold;
	text-transform:lowercase;
	padding-left:175px;
}
#menu ul, #menu li {
	margin:0;
	padding:0;
	list-style:none;
}
#menu li {
	float:left;
}
#menu a {
	line-height:25px;
	display:block;
	width:115px;
	text-align:center;
	height:25px;
	color:#FFF;
}
#menu a.active, #menu a:hover, #menu a:focus {
	background:#000;
	color:#d5b54d;
}

#container {
}

#container-left {
	float:left;
	width:290px;
	background:#006f4e;
	height:350px;
}
#container-right {
	float:right;
	width:610px;
	height:350px;
	background:#d7e5dc;
	overflow:auto;
}

#content {
	margin:15px 15px 0;
}
#content a {
	color:#00905e;
}

#members {
	clear:both;
	background:#9cd08e url(../images/winzer.jpg) top right no-repeat;
	font-size:10px;
	color:#e8f4e4;
	height:100px;
	padding:10px 10px 0;
}
#members a {
	color:#1f8059;
}
#members p {
	float:left;
	width:185px;
	margin:0;
}
#members strong {
	text-transform:uppercase;
	font-size:11px;
}

#credits {
	font-size:10px;
	text-align:center;
}

#IE6fix {
	height:600px;
	width:900px;
}