body {
	widht: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background: #f3f5f0;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
}
a:link {
	color: #666;
}
a:hover {
	color: #444;
}
a:visited {
	color: #666;
}
a:active {
	color: #666;
}
a img {
    border: none;
}
#website {
	width: 100%;
	height: 650px;
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: -325px;
}
h1 {
	font-weight: normal;
	margin: 0px;
	font-size: 18px;
	color: #b6bdb2;
}

#head {
	width: 100%;
	height: 150px;
	background: #f3f5f0;
}
#logo {
	width: 150px;
	height: 60px;
	top: 50px;
	left: 50%;
	margin-left: -175px;
	position: absolute;	
}
#menu {
	width: auto;
	height: auto;
	top: 50px;
	left: 50%;
	margin-left: 0px;
	position: absolute;	
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-image: url(images/arrow.gif);
}
#menu ul li a {
	height: 100%;
	width: 80px;
	display: block;
	color: #949b8e;
	text-decoration: none;
}
#menu ul li a:hover {
	color: #727a6b;
	text-decoration: none;
}
.here {
	color: #727a6b;
	text-decoration: underline;
	cursor: pointer;
}


#content {
	width: 100%;
	height: 325px;
	background: #ffffff;
}
#green {
	width: 50%;
	height: 325px;
	background: #bcd077;
	position: absolute;
}
#image {
	width: 100%;
	height: 325px;
	background: transparent;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
}


#foot {
	width: 100%;
	height: 150px;
	background: #f3f5f0;
}
#metamenu {
	width: auto;
	height: auto;
	top: 490px;
	left: 50%;
	margin-left: 0px;
	position: absolute;	
	color: #e0e5db;
}
#metamenu a {
	color: #949b8e;
	text-decoration: none;
}
#metamenu a:hover {
	color: #727a6b;
	text-decoration: none;
}
.list {
	padding: 0px;
	list-style-image: url(images/dot.gif);
}