@import url('layout.css');

@font-face {
	font-family: 'SkyRangerFont';
	src: url('font-webfont.eot');
	src: local('☺'), url('font-webfont.woff') format('woff'), url('font-webfont.ttf') format('truetype'), url('font-webfont.svg#webfont3hobYTh4') format('svg');
}

body {
	font-family: Arial;
	font-size: 0.8em;
	background-color: #0A264E;
}
#masthead {
	text-align: center;
	width: 700px;
	height: 100px;
}

#SkyRangerSite {
	width: 700px;
	margin: auto;
	background-color:#ffffff;
}

#navigation {
	position: relative;
	float: left;
	width: 150px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #fff;
	
}
#content {
	float: left;
	width: 535px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding: 5px;
}
#footer {
	width: 700px;
	clear:both;
	background-color:#0A264E;
}

#plane {
	border-style: none;
	border-color: inherit;
	border-width: 0;
	position: absolute;
		left: 53%;
		top: -5px;
		width: 379px;
		height: 170px;
		margin: 0;
		padding: 0;
		clear: both;
	z-index:100;
}

/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a {
	color: #0A264E;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a:hover {
	color: #0A264E;
	text-decoration: none;
	border-top: 1px solid #ff9900;;
	border-bottom: 1px solid #ff9900;
	background-color: #cccccc
}
/* Content Styles */
h6 {
	color: #ff9900;
	font-family: SkyRangerFont;
}
h5 {
	color: #ff9900;
	font-family: SkyRangerFont;
}
h4 {
	color: #ff9900;
	font-family: SkyRangerFont;
}
h3 {
	color: #ff9900;
	font-family: SkyRangerFont;
	text-align:center
}
h2 {
	color: #ff9900;
	font-family: SkyRangerFont;
}
#content h1 {
	color: #ff9900;
	font-family: SkyRangerFont;
}
