@charset "utf-8";
body {
	margin:0px;
	background-image:url(images/gradient.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#eebb3e;
}
#page {
	width:100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	/*	background-image:url(images/gradient.jpg);
	background-repeat:repeat;*/
}
#wrapper {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}
#header {
background-color:#F68121;
height:117px;
}
#header img {
border-style:none;
}
#whitebar {
height: 4px;
background-color:#ffffff;
padding-bottom:0px;
padding-top:0px;
}
#menubar {
	height:25px;
	background-color:#FFB80E;
}
#menubar ul {
	margin: 0;
	height: 0px;
}
#menubar a img {
border-style:none;
}
#menubar ul li {
	display:inline;
	list-style-type: none;
	margin:0px;
	padding-left:40px;
	text-align: left;
	vertical-align:middle;
}
#content {
font-family:Arial, Helvetica, sans-serif;
}
#skyline {
background-image:url(images/nolaskyline.png);
background-position:right;
background-repeat:no-repeat;
height:152px;
z-index:10;
}
#footer {
background-color:#F68121;
font-family:Arial, Helvetica, sans-serif;
color:#ffffff;
font-size:small;
}