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

html, body {
	padding:0px;
	margin:0px;	
	width:100%;
	min-height:100% !important;
	background:url(../web_images/backshadow.png) 50% 0% repeat-y #010101;
	overflow:auto;
}

#headerwrapper {
	width:1000px;
	background-color:#000;
	height:450px;
	position:absolute;
	margin-left:50%;
	left:-500px;	
}

#backpicture {
	position:absolute;
	z-index:10;
	background:url(../web_images/backpicture.jpg);
	width:1000px;
	height:450px;
	top:0px;
	left:0px;
	display:block;
}

#headerbar {
	position:absolute;
	z-index:20;
	background:url(../web_images/headerbar.png) 10px 0px no-repeat;
	width:1000px;
	height:270px;
	display:block;
	top:20px;
	left:0px;
}

#nav {
	width:720px;
	height:30px;
	position:absolute;
	top:167px;
	left:275px;
	z-index:50;
	color:#fff;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

#nav ul {
	list-style:none;
	padding:0px;
	width:720px;
	height:25px;
}

#nav li {
	padding:12px 8px 8px 8px;
	display:inline-block;
	text-align:center;
	zoom:1;
	*display:inline;
}

#nav li:hover {
	background:url(../web_images/navhiglight.png) 50% 100% no-repeat;
	cursor:pointer;
}

.navcurrent {
	background:url(../web_images/navhiglight.png) 50% 100% no-repeat;
}

#address {
	position:absolute;
	z-index:40;
	width:175px;
	height:65px;
	right:10px;
	bottom:5px;
	display:block;
	font-family:Verdana, Geneva, sans-serif;
	color:#000;
	font-weight:bold;
	font-size:12px;	
	text-align:right;
}

#footer {
	width:1000px;
	background-color:#000;
	height:15px;
	position:absolute;
	margin-left:50%;
	left:-500px;
	bottom:0px;
	color:#fff;
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	background:url(../web_images/footer.png) 0 0 no-repeat;
	text-align:center;
	padding-top:5px;
}

#facebook {
	position:absolute;
	z-index:40;
	width:100px;
	height:20px;
	right:10px;
	top:5px;
	display:block;
	font-family:Verdana, Geneva, sans-serif;
	color:#000;
	font-weight:bold;
	font-size:12px;	
	text-align:right;
}

