@charset "utf-8";
/* CSS Document */

body, html {
	background: #181104;
	margin: 0px;
	padding: 0px;
}
/*Flash Holder*/
#flash {
	width: 940px;
	height: 570px;
	margin: 60px 0px 0px;
}
#noFlash {
	width: 940px;
	height: 285px;
	background: #315177;
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	padding-top: 285px;
}
#noFlash a{
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: underline;
}
#wrapper {
	width: 940px;
	margin: auto;
	text-align: center;
	background: url(none);
}

/*Footer*/
#footer {
	background: url(/letsgoflying/img/tier1/footer-bcg.jpg) no-repeat;
	height: 63px;
	width: 940px;
	float: left;
	font: 10px Arial, Helvetica, sans-serif;
	color: #a5bdd7;
	text-align: right;
	height: 51px;
	padding: 12px 20px 10px 0px;
/*	margin-bottom: 20px;*/
}

#footer a:link, #footer a:visited, #footer a:active {
	font: 11px Arial, Helvetica, sans-serif;
	color: #a5bdd7;
	text-decoration: underline;
}
#footer a:hover {
	font: 11px Arial, Helvetica, sans-serif;
	color: #E6A408;
	text-decoration: underline;
}


	
	#footer ul {
	float: right;
	padding-right: 40px;
	margin:0;
	list-style-type:none;
	}
	
	#footer li {
	display: inline;
	padding-right: 5px;
	padding-left: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #a5bed7;
	border-right-color: #a5bed7;
	border-bottom-color: #a5bed7;
	border-left-color: #a5bed7;
}

	#footer li.last {
	display: inline;
	padding-left: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #a5bed7;
	border-right-color: #a5bed7;
	border-bottom-color: #a5bed7;
	border-left-color: #a5bed7;
}


#footer p {
	float: right;
	padding-right: 40px;
}
	
