body {
	position: relative;
	z-index: 2;
	background: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	color: #00AAFF;
	margin: 10px;
}

#central {
	width: 900px;
	margin: auto;
}

#top {
	width: 900px;
	height: 80px;
	position: relative;
}

#top-logo, #bottomBack {
	float: left;
}

#top-links {
	float: right;
	position: relative;
	top: 30px;
}

#top-links img {
	margin-left: 30px;
}

#top900 {
	height: 300px;
	width: 900px;
	background-color: #000000;
	margin-top: 16px;
	margin-bottom: 8px;
}

#top900 img {
	position: relative;
	left: 30px;
	bottom: -180px;
}

.horiz {
	position: relative;
	float: left;
	width: 900px;
	height: 2px;
	background-color: #000;
}

.rightAlign {
	position: relative;
	right: 0;
}

#central img {
	margin-top: 8px;
	margin-bottom: 7px;
	border: none;
}

.column1, .column2, .column3 {
	width: 290px;
	position: relative;
	top: 0px;
	float: left;
	text-align: left;
}

.column1 {
	left: 0px;
}

.column2, .column3 {
	margin-left: 15px;
}

#bottomLinks {
	float: right;
}

a, a:link, a:visited {
	color: #00AAFF;
}

a:hover {
	font-style: italic;
}

form {
	line-height: 18px;
}