body {
	text-align: center; /* required for centering the page in IE */
	background: #005ea2 url(images/bg.gif) repeat-x 0% 0%;
	font-family: verdana,arial,sans-serif;
	font-size: .8em;
	line-height: 150%;
	color: #00008B;
	margin-top: 20px;
}
#wrapper {
	width: 765px;
	margin: 0 auto; /* centering the page */
	text-align: left;
	
	border: double #06258F;
	background: repeat;
	background-color: #F4FCFF;
	
}
#header {
	height: 200px;
	background: no-repeat center;
	background-image: url(images/toplogo.JPG);
		}
#left {
	float: left;
	width: 225px;
	background-color: #F4FCFF;
	display: inline;
	}
	
#mainNav {
	border-top: 4px solid #0000CD;
	border-bottom: solid #0000CD;
	margin-top: 40px;
	font-weight: bold;
} 
#mainNav li	{
	margin-bottom:.5em;
}
ul	{
	list-style: none;
	}
	
a:hover 	{
	color: Green;
}
	
#contact	{
	border-top: 4px #0000CD;
	border-top-style: solid;
	border-bottom-color: #0000CD;
	border-bottom-style: solid;
	margin-top: 40px;
	font-size: x-small;
	padding-left:10px;
	
}
#availability	{
	padding-left:20px;
	}
#content {
	width: 495px;
	float: right;
	background-color: #F4FCFF;
	padding-top: 40px;
	padding-left: 20px;
	padding-right: 20px;
	display: inline;
	}
	
#footer {
	clear: both;
	color: white;
	height: 150px;
	text-align: center;
	background-image: url(images/footer1.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #F4FCFF;
	
}
#header h1 {
	font-size: smaller;
	background-color: #E1FBFF;
}


h1	{
	font-size: medium;
	color: #00008B;
	text-align: center;
	}

h2	{
	font-size: small;
	font-style: oblique;
}

p	{
	margin: 10px;
}
img 
{
	float: none;
	border: 1px solid black;
	margin: 5px 10px 5px 10px;
}
#left img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto }
	
#author	{
	font-size: xx-small;
	line-height: 75%;
	text-align: right;
	color: Gray;
}
