html, body {
	padding:0px;
	margin:0px;
}

body {
	font-family:Helvetica, Verdana, Sans;
	font-size:12px;
	color:#717171;
	text-align:center;
}

#wrap {
	text-align:left;
	margin:0 auto;
	width:918px;
	background-repeat:no-repeat;
	background-position:bottom right;
}

.left {
	width:600px;
	float:left;
}

.right {
	width:318px;
	float:left;
}

.left_content {
	
}

.right_content {
	
}

#player {
	float:right;
	height:240px;
	width:320px;
	position:relative;
	top:15px;
}

.image {
	background:url(/img/beach.jpg);
	height:240px;
	background-repeat:no-repeat;
	width:600px;
}

.headline {
	background:#20253d;
	color:#fff;
}

.padding {
	padding:5px 10px;
}

h1 {
	font-size:1.3em;
	margin:0;
}

p {
	margin:4px 0;
	line-height:20px;
}

.box {
	width:300px;
	background:#fff;
	float:left;
}

.box_content {
	color:#fff;
	background:#20253d;
	position:relative;
	top:-5px;
	z-index:10;
}

.height {
	height:160px;
}

.margin {
	margin-right:9px;
}

.space {
	height:10px;
}

#footer {
	padding:20px;
	text-align:center;
	font-size:10px;
}

.clear {
	clear:both;
}

table {
	font-size:10px;
	width:570px;
}

#query {
	font-size:1.8em;
	border:solid 1px #aaa;
	padding:5px;
	width:290px;
}

img {
	border:none;
}

#find {
	padding:10px 0;
	text-align:center;
	border:solid 1px #20253d;
}

#results {
	display:none;	
	position:absolute;
	padding:4px;
	border:solid 1px #ddd;
	background:#fff;
	border:solid 1px #20253d;
	border-top:none;
	z-index:100;
	overflow:auto;
	width:590px;
	height:240px;
}

.grey {
	background:#f1f1f1;
}

td, th {
	border-bottom:solid 1px #ddd;
	padding:5px 0;
}
th {
	border-top:solid 1px #ddd;
}

#list {
	color:#20253D;
	font-size:1.4em;
	text-decoration:none;
	padding:10px 5px;
}

#register {
	display:none;
	position:fixed;
	bottom:0px;
	left:0px;
	right:0px;
	
	border-top:solid 1px #414141;
	z-index:0;
	padding:20px;
	background:#fafafa;
}