body{
	font-family: sans-serif;
	background-color:#000;
	color: #ccc;
	background: url('/images/bg.png');
}
a {
	color: #ccc;
	text-decoration: none;
}
a:hover{
	color: #fff;
	text-decoration: underline;
}
#header{
	margin-right:auto;
	margin-left: auto;
	height: 60px;
	width: 1200px;
	overflow: hidden;
	border-bottom: 1px solid #333;
	padding: 6px 0 10px;
}
#header li{
	line-height: 80px;
	font-size: 80%;
	text-align: center;	
	width: 100px;
	display: inline-block;
	color: #ccc;
}
#header li a:hover{
	color: fff;
}
#main{
	margin-right:auto;
	margin-left: auto;
	margin-top: 2em;
	width: 1200px;
	height: 600px;
	overflow: hidden;
	border: 1px solid #222;
}
#footer{
	padding-top: 1em;
	margin-right:auto;
	margin-left: auto;
	width:  1200px;
	height: 60px;
}
#facebook {
	background: url('/images/btn_facebook.jpg');
}
#twitter {
	background: url('/images/btn_twitter.jpg');
}
#menu {
	display: none;
	width: 700px;
	height: 100%;
	background: white;
	opacity: 0.8;
	position: relative;
	overflow-y: scroll;
	overflow-x: hidden;
}
#contact, #contact a {
	font-family: sans-serif;
	color: #b58d62;
	font-weight: bold;
	font-size: 80%;
	text-decoration: none;
}
#contact {
	margin: 0 auto;
	width: 800px;
}
#btn_menu, #btn_taps, .menu_link {
	position: relative;
	left: 0;
	top: 100px;
}
#menu_wrapper {
	position: relative;
	overflow: hidden;
	left: 40px;
	top: 0px;
	width: 720px;
	height: 518px;
}
#emplink {
	height: 47px;
	width: 208px;
	position: relative;
	top: 100%;
}
#emplink li a{
	height: 47px;
	width: 208px;
	background-position: 0 0;
	display: inline-block;
}
#emplink li a:hover{
	background-position: 0 -47px;
}
#employment {
	background: url('/images/btn_employment.jpg');
}