﻿/* CSS layout */
#masthead {
font-style:oblique;
font-family:Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
background-image:url('Houston%201.jpg');
background-position:center;
background-repeat:no-repeat;
	text-align: center;
	font-size: 40pt;
	padding-top:10px;
	margin-left:10px;
	margin-right:20px;
	padding-bottom:10px;
}
#container {
	text-align:left;
	width:1150px;
	margin: 10px auto;
	
}
#top_nav {
background-image:url('Constuction%204.jpg');
background-position:center;
margin:10px;
font-size:24px;
width:76%;
height:81px;
float:left;
	position: relative;
	top: 43px;
	left: 132px;
}
#top_nav ul {
	font-size:24px;
	white-space:nowrap;
	text-align:center;
	width:808px;
	height: 27px;
	position: relative;
	top: 26px;
	left: -7px;
}
#top_nav li {
font-size: 24px;
color:#9cb166;
list-style:none;
display:inline;
padding:10px;
	
}
#page_content {
background-image:url('World%201.jpg');
background-position:50% top;
width:800px;
margin:20px 20px 20px 20px;
	position: relative;
	top: -1px;
	left: 159px;
	top:162px;
}
#footer {	position: relative;
	top: 516px;
	left: 115px;
	margin-top: 112px;
	text-align: center;
	padding-bottom:40px;
	font-size:110%;
}