body {
	word-spacing: 2px;
	line-height: 16px;
	color: #3f3f3f;
	margin: 0px;
	text-align: center;
	font-size: 12px;
	font-family: Tahoma, Verdana;
}

#container {
	position: relative;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 700px;
}

#headercontainer {
	position: relative;
	text-align: left;
	height: 200px;
	margin-right: auto;
	margin-left: auto;
	width: 700px;
}

#header {
	background-color: #eeeeee;
	width: 100%;
	height: 200px;
}

#logo {
	bottom: 30px;
	right: 20px;
	position: absolute;
}

#left {
	top: 50px;
	position: absolute;
}

#text {
	margin-bottom: 30px;
	right: 20px;
	float: right;
	position: relative;
	top: 20px;
	width: 350px;
}

h1 {
	font-size: 5px;
}

#h1text {
	left: 20px;
	top: 60px;
	position: absolute;
}

#container ul {
	list-style-type: disc;
}

#footer {
	clear: both;
	line-height: 20px;
	color: #595959;
	font-size: 10px;
	text-align: left;
	margin-left: auto;
	background-color: #d5d5d5;
	height: 20px;
	padding-right: 10px;
	padding-left: 10px;
	width: 680px;
	margin-right: auto;
}

#info {
	margin-bottom: 20px;
	margin-left: 5px;
	margin-top: 220px;
	line-height: 15px;
	float: left;
	padding: 15px;
	font-size: 11px;
	text-align: left;
	height: 60px;
	background-color: #eeeeee;
	width: 260px;
}

a {
	color: #191919;
}

a:hover {
	color: #6d6d6d;
}

#clear {
	clear: both;
}

