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

/* Reset
-------------------------------------------------------------------*/
* { padding: 0; margin: 0; }
ul li, ol li { list-style: none; list-style-position: inside; }
ol ol, ul ul, ol ul, ul ol { margin-left: 20px; margin-bottom: 0; }
img { border: none; }

html, body {
	margin:0px;
	background-color:#fff;
	font-family:arial, helvetica, sans-serif;
	font-size:13px;
	height:100%;
}

#shell {
	height:100%;
}

#outer {
	height:100%;
	width:880px;
}

#logo {
	position:relative;
	top:15px;
	float:left;
}

#flashHome {
	position:relative;
	top:25px;
	height:330px;
	width:880px;
}

#ufoIndex {
	height:350px;
	width:880px;
}

#homeCopy {
	position:relative;
	top:20px;
	padding-left:30px;
	width:390px;
	float:left;
	line-height:180%;
}

#footer {
	position:relative;
	top:90px;
	float:right;
	font-size:11px;
	width:390px;
	line-height:150%;
}

a {
	color:#559cbe;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

