@charset "utf-8";
#page {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma;
	font-size: 12px;
}
#header {
	height: 200px;
	width: 850px;
	margin-left: 200px;
	background-color: #FFFFFF;
	border: 0px none #999999;
}
#phrase {
	height: 30px;
	width: 850px;
	margin-left: 200px;
	padding-top: 10px;
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
	padding-bottom: 5px;
	background-color: #FFFFFF;
	font-family: Tahoma;
	color: #333333;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
#nav {
	height: 25px;
	width: 850px;
	margin-left: 200px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-color: #666666;
	font-family: Tahoma;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#nav li a {
	background-color: #666666;
	clear: none;
	float: left;
	height: 25px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-family: Tahoma;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#nav li a:hover {
	background-color: #2D527F;
}


#leftboxnav {
	background-color: #666666;
	float: left;
	width: 180px;
	margin-left: 200px;
	padding-top: 5px;
	padding-left: 5px;
	height: auto;
}
#leftboxnav ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#leftboxnav li a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 4px;
	padding-bottom: 7px;
}
#leftboxnav li a:hover {
	background-color: #2C517E;
}

#centre {
	background-color: #FFFFFF;
	float: left;
	height: auto;
	width: 500px;
	font-family: Tahoma;
	font-size: 13px;
	color: #333333;
	margin: 0px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: justify;
}
#rightbox {
	background-color: #FFFFFF;
	float: left;
	height: auto;
	width: 140px;
	padding: 5px;
	vertical-align: top;
	font-size: 10px;
	font-family: Tahoma;
	color: #000066;
	text-align: justify;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
}
#tags {
	background-color: #666666;
	height: auto;
	width: 840px;
	margin-left: 200px;
	margin-top: 20px;
	padding: 5px;
	font-size: 10px;
	text-align: justify;
	font-family: Tahoma;
	color: #CCCCCC;
}
#footer {
	background-color: #FFFFFF;
	clear: both;
	height: auto;
	width: 850px;
	margin-left: 200px;
	margin-top: 50px;
	border-top-width: 10px;
	border-top-style: ridge;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	padding: 0px;
}
body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	background-image: url(fighter-jets-images/background.jpg);
	background-repeat: no-repeat;
}
