	* {
		margin:0;
	}
	body {
	text-align: center;
	min-width: 800px;
	height: 100%;
	background-color:#330000;
	margin-left: 25px;
	}
	hr {
		margin-top:4px;
		margin-bottom:4px;
		
	}

#main {
	text-align: left;
	width:800px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	border: thin solid #000000;	
}

#Masthead {
	height: 113px;
	width: 800px;
	background-image: url(header.jpg);
}

#Masthead h2 {
	text-align: right;
	color: #FFFFFF;
	font-size: 21pt;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 15px;
	font-style: normal;
	padding-top: 67px;
	letter-spacing: 0.25em;
}

#SideBarNav {
	width: 170px;
	background-image: url("archiveShows/101 Aerospace Premier/test.jpg");
	background-position: right;
	background-color: #660000;
	background-repeat: repeat-y;
	float: left;
	height: 487px;
	padding-top: 8px;
}

#navlist {
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: double;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left: 0px;
}

#SideBarNav li{
	display: block;
	text-align: right;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	margin-right: 10px;
}

li a {
	display : block;
	text-decoration: none;
	color:#FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 7px;	

}

#SideBarNav li:hover {
	border-left-width: thin;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-right-width: thin;
	border-right-style: solid;
	background-image: url(images/navbackground.gif);
	background-repeat: no-repeat;
	background-position: center center;
	font-weight: bold;
	font-variant: normal;
}

#Content {
	float: right;
	width:600px;
	height: auto;
	overflow: auto;
	background-color: #FFFFFF;
	margin-left: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-right: 15px;
	letter-spacing: 0pt;
	margin-bottom: 0px;
	font-size: 11px;
	line-height: 150%;
	margin-top: 15px;
}

#Content h1 {
	text-align: left;
	width:auto;
	display: block;
	color: #FFFFFF;
	background-color:#660000;
	font-size: 15pt;
	font-style: normal;
	padding: 8px;
	margin-bottom: 15px;
	margin-top: 15px;
}

#Content img.illus {
	float: right;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}
	

#footer {
	width: 800px;
	height:58px;
	clear: both;
	background-color: #FFFFFF;
	border-top-width: 4px;
	border-top-style: solid;
	text-indent: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top-color: #000000;
}

