@charset "utf-8";

html {
	overflow-y: hidden;
	overflow-x: hidden;
	overflow:hidden;
	height: auto;
	width: auto;
}

body {
	font: 11px Arial, Helvetica, sans-serif;
	color: #FFCC00;
	background: #000000 url(img/back.jpg) repeat-x;
	margin: 0px;
	padding: 0px;
	overflow-y: hidden;
	overflow-x: hidden;
	overflow:hidden;
	height: auto;
	width: auto;
}

img {
	display: block;
	border-style: none;
}
.andreashume {
	height: auto;
	width: auto;
	float: left;
}

br {
	clear: both;
}


h1 {
	font: normal 30px Arial, Helvetica, sans-serif;
	margin: 0px 0px 1em;
	padding: 0px;
}

h2 {
	margin: 1.5em 0px 0.5em;
	padding: 0px;
	font-size: 14px;
}

a {
	border-style: none;
	text-decoration: none;
	color: #FFFFCC;
}

#content {
	position: absolute;
	top: 0px;
	left: -9px;
	right: 0%;
	height: auto;
	width: 80%;
	z-index: 10;
	overflow: auto;
	bottom: 75px;
	padding-top: 10%;
	padding-right: 10%;
	padding-bottom: 0px;
	padding-left: 10%;
}
#content img {
	float: left;
	padding: 2px;
	border: 1px solid #FFFF99;
	background: #000000;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
}


#content p {
	width: 50%;
	margin: 0em 0px 1em;
	padding: 0px;
}

#menu {
	background: url(img/menu_back.png) repeat-x;
	position: absolute;
	z-index: 20;
	height: 93px;
	width: 100%;
	bottom: 25px;
}

.links {
	height: 48px;
	width: auto;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 30;
}

.links img {
	float: left;
}

.Logo {
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 50;
}

#meta {
	background: #5C1C00;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 50;
	height: 20px;
	width: 100%;
	padding: 5px 0px 0px 33px;
	border-top: 1px solid #99693B;
}

#humedesign {
	height: 300px;
	width: 670px;
	margin: 10% auto 0px;
	padding: 0px;
}

