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

body {
	background-image: url(images/blacktop.jpg);
	background-color: black;
	min-width: 800px;
	color: white;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.4em;
}
img {
	border: none;
}
input, textarea {
	background-color: #222;
	border: 2px solid #ccc;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: white;
}
a {
	color: #D0DBD8;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#header {
	height: 100px;
	position: relative;
	margin: 0px 40px;
}
#headerLeft {
	display: block;
	position: absolute;
	width: 365px;
	height: 94px;
}
#headerRight {
	display: block;
	position: absolute;
	right: 0px;
	float: right;
	width: 283px;
	height: 108px;
}
#content {
	position: relative;
	padding: 20px 0px;
}
.alpha {
	z-index: 0;
	background-color: black;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
/*	width: 100%;
	height: 100%;*/
}
.elevator {
	position: relative;
	padding: 20px;
	z-index: 10;
}
#centerContent {
	z-index: 1;
}
#leftLinks {
	padding-top: 150px;
	vertical-align: top;
}
#rightLinks {
	position: relative;
	padding-top: 150px;
	vertical-align: top;
}
#kid {
	background-image: url(images/kid.gif);
	width: 144px;
	margin-top: 100px;
	height: 444px;
	position: absolute;
	top: 50%;
	right: 3px;
}

