

body {
	margin:0;
	padding: 10px;
	text-align: center;
	background-color: rgb(254,115,24);
	}

#container {
	position: relative;
	margin: 0 auto;
	width: 900px;
	text-align: left;
	border-left: solid 1px black;
	border-right: solid 1px black;
	
	border-bottom: solid 1px black;
	background-color: rgb(253,83,24);

	}


p {
	
	color: rgb(0,0,0);
	text-indent: 30px;
	background-color: rgb(253,83,24);

	}

#header {
	width: 900px;
	height: 237px;
	background-color: rgb(244,73,29);
	border-top: solid 1px black;
	background: url(img/skytop.jpg) no-repeat;
	}


#content {
	
	float: left;
	width: 860px;
	padding: 20px;
	padding-bottom: 50px;
	background-color: rgb(253,83,24);
	
	}

#image {
	text-align:center;
	}

#footer {
	clear: both;
	width: 900px;
	border-top: solid 1px black;
	text-align:center;
	background-color: rgb(253,83,24);

	}

h1 {

	font-style: italic;
	font-weight: bold;
	color: rgb(0,0,0);
	text-align: center;
	}

h2 {

	font-style: italic;
	font-weight: bold;
	color: rgb(0,0,0);
	text-align: center;
	}

h3 {
	font-style: italic;
	font-weight: bold;
	color: rgb(0,0,0);
	text-align: center;
	}


#nav ul {
	list-style: none;
	margin: 10px;
	padding-top: 25px;
	}

#nav li {
	padding-bottom: 25px;
	}
	


ul {
	color: rgb(109,77,60);
	}
#content a {
	text-align:center;
	}


li#hours {
	list-style: none;
	color: rgb(0,0,0);
	text-align:center;
	font-weight: bold;
	font-size: 20px;
	}
 a {
	DISPLAY: block; 
	FONT-WEIGHT: bold; 
	COLOR: rgb(156,14,11); 
	}

#nav-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	
} 

#nav-menu li {
	float: right;
	margin: 0 0.15em;
} 

#nav-menu li a {
	background: url(img/background.jpg) #ffdd59 bottom left repeat-x;
	height: 2em;
	line-height: 2em;
	float: left;
	width: 9em;
	display: block;
	border: 1px solid rgb(156,14,11);
	color: rgb(156,14,11);
	text-decoration: none;
	text-align: center;
}
#nav-menu {
	clear: both;
	width:860px;
	height:38px;
	background: url(img/skybot.jpg) no-repeat;

}

#link-image {
	padding: 20px;

} 