body{ 
	background: url('artists/orbital/background.jpg') no-repeat fixed top center #000;
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	margin: 0px;
}

h1 {
	font-size:20px;
	color: #fff;
	text-decoration: underline;
	margin: 0;
	padding: 20px 0 10px;0
}

h2 {
	font-size:16px;
	font-style: italic;
	color: #fff;
	margin: 0;
	padding: 15px 0 5px;0
}

a:link, a:visited {
	color:#fff;
	text-decoration: underline;
}

a:hover, a:active {
	color:#e42d3b;
	text-decoration: underline;
}

hr {
	margin: 30px 0;
}

img{
	border:none;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	top: 0px;
	width: 913px;
}

#menu{
	position: absolute;
	left: 55px;
	top: 0px;
	width: 800px;
}

#flightcasetop {
	position: absolute;
	margin: 0 auto;
	top: 55px;
	left: 0px;
	width: 913px;
	height: 30px;
	z-index:+10;
}

#flightcasetop img {
	float: left;
	display: inline;
}

#content {
	padding-left: 100px;
	background:url('images/flightcasemiddle.png') repeat-y;
	min-height: 260px;
	color: #fff;
}

#ipod {
	float: right;
	background:url('images/ipod.png') no-repeat;
	height: 140px;
	width: 120px;
	margin-top: 75px;
}

#home a {
	position: absolute;
	width: 133px;
	height: 69px;
	top: 10px;
	left: 0px;
	float: left;
	z-index:-5;
}

#home a:hover {
	position: absolute;
	width: 133px;
	height: 69px;
	top: 30px;
	left: 0px;
	float: left;
	z-index:-5;
}

#news {
	position: absolute;
	top: 10px;
	left: 116px;
	float: left;
	z-index:-4;
}

#history {
	position: absolute;
	top: 8px;
	left: 235px;
	float: left;
	z-index:-2;
}

#artists {
	position: absolute;
	top: 9px;
	left: 353px;
	float: left;
	z-index:-6;
}

#bookings {
	position: absolute;
	top: 9px;
	left: 455px;
	float: left;
	z-index:-1;
}

#terms {
	position: absolute;
	top: 10px;
	left: 555px;
	float: left;
	z-index:-7;
}

#news:hover, #history:hover, #artists:hover, #bookings:hover, #terms:hover, #contact:hover {
	top:20px;
}


#contact {
	position: absolute;
	top: 8px;
	left: 660px;
	float: left;
	z-index:-3;
}

.contact-title {
	color: #fff;
	font-size:12px; font-family: helvetica, verdana, sans-serif;
	width: 100px;
	height: 18px;
	float:left;
	clear: left;
	margin-bottom:5px;
	white-space:nowrap;
}

.contact-input {
	margin-bottom:5px;
	float:left;
	width: 200px;
	height: 18px;
}

.bookings-title {
	color: #fff;
	font-size:12px; font-family: helvetica, verdana, sans-serif;
	width: 250px;
	height: 18px;
	float:left;
	clear: left;
	margin-bottom:5px;
	white-space:nowrap;
}

.bookings-input {
	margin-bottom:5px;
	float:left;
	width: 350px;
	height: 18px;
}

.bookings-input input {
	width: 350px;
	height: 12px;
}

.contact-input input {
	width: 200px;
	height: 12px;
}

