@charset "UTF-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
	font-weight:100;

}

body {
	font-family: 'Muli', sans-serif;
	/*	font-family:Arial,Helvetica,sans-serif;*/
}

#topmenu {
	background-color:white;
	width:100%;
	height:40px;
	position:fixed;
	top:0px;
	z-index:100;
}

#topmenu a {
	color:#444;
}

#topmenu a:hover {
	color:#000;
}

.menuwrapper {
	width:900px;
	height:40px;
	margin:auto;
	line-height:40px;
	text-align:right;
	text-transform:uppercase;
}

.menuitem {
	padding:0px 10px 0px 10px;
}

#logo {
	width:900px;
	height:300px;
	position:absolute;
	margin-left:-450px;
	left:50%;
	top:80px;
}

#logowrapper {
	
}

#logo img {
	width:200px;
}

hr{
    margin-bottom:40px;
    margin-top:40px;
}

#container {
	border-top:1px solid #FFADC2;
	background:rgba(0,0,0,0.8);
	width:100%;
    max-width:840px;
	margin:auto;
	margin-top:500px;
	padding:30px 30px 30px 30px;
	color:white;
	margin-bottom:20px;
}

h1 {
	font-size:48px;
	color:white;
	line-height:48px;
	margin-bottom:30px;
	text-transform:uppercase;
}

p {
	margin-bottom:30px;
	}

#footer {
	width:840px;
	position:relative;
	float:left;
	height:50px;
	background:#FFADC2;
	color:#444444;
	line-height:50px;
	padding-left:30px;
	padding-right:30px;
	margin-left:-450px;
	left:50%;
}

#footer a {
	color:#444444;
}

#footer a:hover {
	color:#000;
}

.wider {
	width:510px;
	position:relative;
	float:left;
	min-height:200px;
	font-size:15px;
	line-height:25px;
}

.narrow {
	width:290px;
	position:relative;
	float:left;
	margin-left:40px;
}

a {
	color:#FFADC2;
	text-decoration:none;
}

a:hover {
	color:white;
}

h2 {	
	font-size:30px;
	line-height:150%;
	margin-bottom:20px;
	margin-top:30px;
	
}