/* Wadsworth Aviation Website CSS */* {	font-family: helvetica, arial, sans-serif;}body {	background-color: white;	/*background-image: url(../images/overcast-sky.jpg);*/	background-image: url(../images/bg_page.jpg);	margin: 0}div, td, p {	font-size:12px;	line-height: 18px;	color: #333333;}#container {	width: 1024px;	padding: 0;	text-align: left;	margin: 50px auto;}#container-bg {	position: relative;	width: 900px;	float: left;	top: 0;	left: 0;	background: transparent url(../images/bg_content2.jpg) repeat-y left top;	/*outline: black outset 1px;*/}#logo {	height: 150px;	position: relative;	width: 100%;	float: left;	background: red none no-repeat left top;}#picheader {	position: relative;	float: left;	clear: left;	width: 100%;	height: 100px;	background-color: green;}#container-inner {	position: relative;	float: left;	clear: left;	width: 900px}#menu {	position: relative;	float: left;	clear: left;	width: 175px;	min-height: 600px;}#menu-table {	width: 100%;	text-align: left;}td.menu {	padding: 3px 5px 3px 10px;}td.menusub {	padding: 3px 5px 3px 20px;	font-size: smaller;}a {	text-decoration: none;}a:hover {	font-weight: bold;	text-decoration: underline;}a.menu {	color: white;}#main {	position: relative;	float: left;	background-color: transparent;	width: 690px;	margin: 15px 15px 20px 20px;	text-align: justify;	}#end {	position: relative;	float: left;	clear: left;	background-color: black;	width: 100%;}p.end {	color: white;	margin: 2px;	font-size: smaller;}
