body {
	margin:0px;
	padding:0px;
}

body {
	background-image:url(images/Background_high_1920.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0px;
}
#menubar {
	background-image: url(images/Menu-Bar.png);
	height: 32px;
	width: 100%;
	position: absolute;
	z-index: 9998;
	top: 0px;
	left: 0px;
}
#content_body {
	width: 1000px;
	margin-top: 0px;
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -500px;
	z-index: 9997;
}
#menu {
	height:100px;
	width:755px;
	
}
#menu img {
	border:none;
	margin-top:5px;
	margin-left:-3px;
	margin-right:-5px;
	float:left;	
}
#menu img:hover, #menu img.current:hover {
	margin-top:20px;

}
#menu img.current {
	margin-top:15px;

}
#logo {
	background-image: url(images/Logo.png);
	height: 258px;
	width: 346px;
	position: absolute;
	left: 50%;
	z-index: 9999;
	margin-left: 155px;
	top: 5px;
}
#content {
	background-image: url(images/Content.png);
	height: 728px;
	width: 960px;
	padding: 20px;
}
#footer_space {
	height: 40px;
	margin-top: -107px;
	padding-top: 177px;
	background-image: url(images/Footer.png);
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	color: #630;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #630;
	padding-top: 10px;
}

