body {
	/* background: #ADADA4 url(/images/background.gif) repeat-y; */
	background-color: #ADADA4;
	font: 0.8em Arial, Helvetica, sans-serif;
	color: #2B2B2B;
	margin: 0;
	text-align: center;
}

h2 {
	margin: 0 0 10px 0;
	font-size: 1.4em;
}

/* HIDE TEXT */
h1, #logo p {
	position: absolute;
	left: -1999px;
	width: 400px;
}

form label {
	width: 140px;
	float: left;
}

#container {
	width: 640px;
	padding: 360px 30px 30px 30px;
	margin: 0 auto;
	background: url(/images/sl290.jpg) no-repeat;
	text-align: center;

}

#logo {
	background: url(/images/extreme-limousine.gif) no-repeat;
	width: 640px;
	height: 57px;
	margin-bottom: 30px;

	
}

#navbar {
	width: 160px;
	float: left;
	font-weight: bold;
}

#navbar a {
	color: #2B2B2B;
	text-decoration: none;
}

#navbar a:hover {
	color: #666;
}

#navbar ul {
	margin: 0 0 40px 0;
	padding: 0;
}

#navbar li {
	list-style-type: none;
	margin-bottom: 10px;
}

#content {
	width: 480px;
	float: right;
}

#images img {
	margin-bottom: 10px;
	border: none;
}

#footer {
	text-align: center;
	font-size: 0.9em;
	width: 640px;
	padding: 10px 0;
	margin-top: 10px;
	border-top: 2px solid #2B2B2B;
}

#footer div {
	margin-bottom: 10px;
}

#audio {
	float: right;
	padding: 0;
	width: 80px;
	text-align: right;
}

#audio label {
	font-weight: bold;
	float: left;
	font-size: 1.2em;
}

html>body #audio label { margin-top: 4px; }

#player {
	float: right;
}

#copyright {
	float: left;
}

#credit {
	float: right;
}

.largetext {
	font-size: 1.4em;
	font-weight: bold;
}

.required {
	font-weight: bold;
	color: #F00;
}

.centered {
	text-align: center;
}

.textfield {
	width: 300px;
}

.clear {
	clear: both;
}