﻿* {
	padding:0;
	margin:0;
}
body {
	display: none;
	background-image:url('images/noise_pattern_7.jpg');
	background-repeat:repeat;
}
div#header-bg {
	position:absolute;
	margin:0 auto;
	z-index=0;
}
div#header {
	position:relative;
	margin: 0 auto;
	width:1031px;
	z-index:10;
}
div#header img {
	position:relative;
	float:left;
	left:20px;
	z-index=500;
}
div#menubar {
	position: relative;
	clear: both;
	width: 1031px;
	height:71px;
	margin: 0 auto;
	background-image: url('images/menubar.png');
	background-repeat: no-repeat;
	z-index:300;
	top:-15px;
}
div#menubar ul {
	float:right;
	position:relative;
	right:18px;
	top:16px;
	height:40px;
	list-style:none;
}
div#menubar ul li {
	display:block;
	float: left;
	width: 120px;
	height: 40px;
	font-variant: small-caps;
	text-align: center;
	vertical-align: middle;
}
div#menubar ul li a {
	padding:10px 0;
	display:block;
	width: 120px;
	height: 20px;
	text-align: center;
	text-decoration: none;
	color: black;
	vertical-align:middle;
	text-shadow:white 0px 1px 1px;
}
div#menubar ul li a:hover {
	color:white;
	text-shadow:black 0px 1px 1px;
}
div#menubar ul li ul {
	position: relative;
	top: -1px;
	left: 0;
	background: #C0C0C0;
	display: none;
	width: 120px;
	height: auto;
	border: 1px solid white;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	shadow: black 0px 1px 10px;
	z-index:100;
}
div#page_content {
	width:1000px;
	margin: 0 auto;
	background-color:white;
}
div#footer-bg {
	background-image:url('images/footer-bg.png');
	background-repeat:repeat-x;
}
div#footer {
	width: 1000px;
	height: 100px;
	margin: 0 auto;
	color: #000000;
	text-shadow: #111111 0px 1px 1px;
}
div#footer #chris {
	color: #D04141;
	text-shadow:black 0px 1px 1px;
	float:right;
}
.shadow {
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
