body {
margin:auto;
padding: 0px;
width: 100%;
text-align: center;
background-color: white;
font-family: verdana;
background-image: URL(../images/background-dark.png);
}

#Container{
margin: auto;
text-align:left;
width:100%;
}

#Header{
height: 192px;
min-width: 800px;
width: 100%;
background-color: white;
}

	#HeaderLeft{
	height: 192px;
	width: 369px;
	float: left;
	margin-left: 5%;
	}

	#HeaderRight{
	height: 192px;
	width: 350px;
	float: right;
	}
	
#Navigation{
width: 100%;
height: 23px;
background-image: URL(../images/Bar.png);
background-repeat: repeat-x;
text-align:center;
font-family: Arial;
color: white;
font-weight: bold;
}
#Navigation a{
color: white;
text-decoration: none;
}

#NavContainer {
	width: 500px;
	margin: auto;
}
