﻿/* Jeffs Style Sheet */
body {
	text-align: center;	/* Center Site IE 5*/
	margin: 0 auto;	/* Center Site IE 6x */
	font: "Times New Roman", Arial, serif;
	background-color: #E1E1E1; /* This color will go to all containers under*/
}
#container { /* This Container holds all containers under*/
	height: auto;
	width: 750px;
	margin: 0 auto;
}
#masthead {
	width: 750px;
	background-color: #575757;
	margin: 4px auto auto auto;
	clear: both;
	width: 740px;
	height: auto;
	padding: 3px 0px 3px 0px;
	text-align: center;
	color: #FFFFFF;
	font-size: 44px;
	font-weight: bold;
}

}#header {
	margin: auto;
	clear: both;
	width: 750px;
	height: auto;
	padding: 5px 0px 1px 0px;
	text-align: center;
}
#banner {
	text-align: center;
	width: 750px;
	font-size: large;
	font-family: "Times New Roman", Times, Arial;
	font-weight: bold;
	vertical-align: middle;
}
#content {
	width: 750px;
	height: auto;
	margin: 0 auto;
	padding: 10px 10px 10px 10px;
	font-size: medium;
	text-align: justify;
}
#container1 {
	height: auto;
	width: 750px;
	margin: 0 auto;
	padding: 10px 10px 10px 10px;
	font-size: medium;
	text-align: center;
}
#container-L {
	height: auto;
	width: 750px;
	margin: 0 auto;
	padding: 10px 10px 10px 10px;
	font-size: large;
	text-align: center;
	background-image: url('../pictures/AirView2.jpg');
	font-family: Arial;
	font-weight: bold;
	color: #FFFFFF;
}

#spacer {
	height: auto;
	width: 750px;
	margin: 0 auto;
	color: #E5D2A9;
}
#counter {
	height: auto;
	width: 750px;
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
}


/* Masthead Styles */
#masthead h1 {
	color: 	#fff;
