* {
	margin: 0;
	padding: 0;
	border: 0;
}
#flashContent {
}

a 
{
   text-decoration: none;
   color: #fff;
}
body {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #000;
	color: #fff;
}	

#airlock {
	width: 990px;
	margin: 0 auto;
	min-height: 590px;
	height: auto !important;
	height: 590px;
}

#inner {
	float: left;
	display: block;	
	width: 950px;
	margin: 0 25px;
}

#header {
	height:92px;
	width:950px;
}

#header h1 a {
	background: url(../images/header_01.gif) no-repeat 0 0;
	text-indent:-9999em;
	height:92px;
	display:block;
	width: 190px;
	float: left;
	display: block;
}

#header img {
	float: right;
}

#footer {
	width:950px;
	padding:20px 0 0 0;
	height: 27px;
}

#footer h2 a
{
	float:left;
	background: url(../images/footer.gif) no-repeat 0 0;
	text-decoration: none;
	color: #fff;
	text-indent:-9999em;
	font-size: 1.1em;
	width:204px;
	height:14px;
	display:block;
}

#footer h2 {
	padding-left: 41px;
	float: left;
	width: 210px;
	padding: 0;
	margin: 0;
}

#footer ul
{
	list-style: none;
	float: right;
	margin-top: 3px;
}

#footer ul li
{
	background: url(../images/divider.gif) right 3px no-repeat;
	float: left;
	padding: 0 8px 0 8px;
	color: #fff;
	font-size: 9px;
}

#footer ul li.last
{
	background:none;
}
#footer ul li a
{
	color: #6A747C;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-decoration: none;
}

#footer ul li a:hover
{
	color: #00adef;
}

