
header, footer{


}

body{
	background-color: black;
	color: white;
	margin:50px 25px; padding:0px;
	text-align:center;
}

ul{
	list-style-type:none; 
	margin:0; 
	padding:0
}

h3{
	text-decoration:underline; 
}

h1{
	font-family: "Times New Roman"; 
	font-style:italic; 
}

p{
	font-size: 18px;
}

.menuitems {
	/*width:1000px;*/
	margin:1px 0px 0px 0px;
	padding:0px;
	overflow:hidden;
	font-size:0px;
    text-align:center;
	clear:both;
	list-style-type:none;
	clear: both; 
}


.menuitems li {
	background:rgb(186,4,4);
	color:rgb(255,174,0);
	display:inline-block;
	width:146px;
	height:30px;
	margin:0px;
	font-size:20px;
	border: solid;
	border-left:none;
	font-family: 'Impact', cursive;
	clear: both; 
}

.menuitems li:hover{
	background:rgb(115,20,3);
}

.menuitems li a{
	color:rgb(173,172,168);
	display:block;
	text-decoration:none;
}

.menuitems li a:hover{
}




.footeritems {
	/*width:1000px;*/
	margin:1px 0px 0px 0px;
	padding:0px;
	overflow:hidden;
	font-size:0px;
    text-align:center;
	clear:both;
	list-style-type:none;
}


.footeritems li {
	background:rgb(0,118,252);
	color:rgb(195,82,227);
	display:inline-block;
	width:146px;
	height:25px;
	margin:0px;
	font-size:16px;
	border: solid;
	border-left:none;
	font-family: 'Impact', cursive;
}

.footeritems li:hover{
	background:rgb(115,20,3);
}

.footeritems li a{
	color:rgb(170,170,170);
	display:block;
	text-decoration:none;
}

.footeritems li a:hover{
}

#favorites{
	color: white;
	font-family: 'Brush Script MT', cursive;
	text-decoration:; 
}

#zHead{
	position: relative; 
}

#zHead img{
	position: absolute; 
	top: 0px; 
	right: 0px; 
	bottom:0; 
}

#birdHead{
	position: relative; 
}

#birdHead img{
	position: absolute; 
	top: 0px; 
	left: 0px;
	bottom:0px; 
}

.costtable{
	margin-left:auto; 
	margin-right:auto; 
	text-align:center;
}

