@charset "utf-8";
body {
	margin: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #003366;
	background-color: #90B7C8;
	padding: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(assets/sky2.jpg);
}
.text #container #Lplate {
	background-image: url(assets/Lplate.png);
	height: 100px;
	width: 100px;
	top: 23px;
	float: right;
	margin-top: 8px;
	margin-right: 50px;
	clear: none;
}
.text #container {
	width: 960px;
	background: #FFFFFF;
	text-align: left;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 3px;
	border: 2px solid #FFFFFF;
	border-radius: 10px;
	box-shadow: 3px 3px 2px #666;
}
.text #border-efx {
	margin:0;
	padding:0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #333333;
	}
.text  #container  #nose  {
	float: left;
	margin: 0px;
	padding: 0px;
	background-image: url(assets/aston_nose.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 140px;
	width: 260px;
	z-index: 1;
	top: 0px;
	left: 0px;
	position: relative;
	clear: none;
}

.text #container #header {
	height: 110px;
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	background-image: url(assets/header.png);
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	z-index: 5;
	margin: 0px;
	width: 100%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.text #container #header img {
	width: 320px
.px;
	margin: 0px;
	padding: 0px;
	width: 250px;
}


.text #container #header h1 {
	display: none;
}

.text #container #header h2 {
	font-size: 80%;
	margin: 0px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.text #container #navbar {
	margin: 0px;
	height: 27px;
	width: 100%;
	background-image: url(assets/nav-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}
.text #container #navbar ul, li {
	text-decoration: none;
	display: inline-block;
	margin: 0px;
	float: left;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.text #container #navbar a {
	color: #002B5E;
	font-size: 85%;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.text #container #navbar a:hover {
	color: #006699;
}



.text #mainContent {
	margin: 0px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	height: auto;
}



.text #container #mainContent a {
	color: #CC6600;
}
.text #container #mainContent a:hover {
	color: #CC0000;
	text-decoration: none;
}
.text #container #date {
	float: right;
	display: none;
}
.text #container #mainContent object {
	width: 550px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #FFFFCC;
	border: 2px solid #00083B;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-radius: 5px;
	box-shadow: inset 3px 3px 2px #666;
	text-align: center;
	display: block;
}
