body {
	width: 960px;
	margin: 0px auto;
	padding: 0px;
}

h1, h2 {
	font-family: Arial, Verdana, sans-serif;
}


/* links */

a.reserve {
	width: auto;
	padding: 3px 5px;
	background-image: url(white-overlay.png);
	background-position: center -5px;
	background-repeat: repeat-x;
	text-decoration: none;
}

a.back {
}




/* Header
-------------------------------------------------------------------------- Header
*/

#header {
	position: relative;
	height: 150px;
}


#city-nav { /* ######################### USED DIFFERENT METHOD TO POSITION NAV */
	position: absolute;
	top: 0px;
	right: 0px;
	/*
left:50%;
	margin-left:85px;

	width:510px;
	height:auto;*/
}
#city-nav li {
	float: left;
}
#city-nav li a {
	display: block;
	padding: 6px 8px;
	margin: 0px 2px;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	
	font-family: Arial, Verdana;
	
	float: left;
}
#city-nav li a:hover, #city-nav li a.over {
	text-decoration: none;
}
#city-nav li.selected a {
}

#flag-nav {
	position: absolute;
	top: 50px;
	right: 0px;
}
#flag-nav li {
	float: left;
	margin-left: 10px;
	margin-right: 2px;
}
a.home {
	display: block;
	width: 18px;
	height: 18px;
	background-image: url(home_sm.png);
	background-position: center center;
}
#city-nav li.selected a.home {
	float: left;
	background-color: transparent;
}


a#logo { /* ######################### USED DIFFERENT METHOD TO POSITION LOGO */
	display: block;
	position: absolute;
	top: 17px;
	left:50%;
	margin-left:-480px;
	width: 800px;
	height: 194px;
	text-indent: -9999px;
	font-size:1px; /*####################### ADDED */
}

#slogan { /* ######################### USED DIFFERENT METHOD TO POSITION SLOGAN */
	display: block;
	position: absolute;
	top: 100px;
	right: 0px;
	/* left:50%;
	margin-left:205px; #####################################*/
	width: 278px;
	height: 92px;
	background-image: url(slogan.png);
}





/* Main
-------------------------------------------------------------------------- Main
*/

#main {
}

#main .header {
	margin: 0px;
	padding: 30px;
	background-image: url(newgif.gif); 
}
#main .body, #main .content-body {
	margin: 0px;
	padding: 30px;
	background-image: url(border-sides.gif); /*################ CHANGED TO GIF FILE */
	background-repeat: repeat-y;
}
#main .footer {
	margin: 0px;
	padding: 30px;
	/*background-image: url(../images/structure/border-bottom.png); ###########################*/
}











/* Footer
-------------------------------------------------------------------------- Footer
*/
#footer {
	display: block;
	clear: both;
}

body.citypage #footer {
	background-color: #fff; 
	height: 90px;
}




/* Icons
-------------------------------------------------------------------------- icons
*/

.arrow {
	display: block;
	width: 7px;
	height: 7px;
	background-image: url(arrow.png);
	visibility: hidden;
	z-index: 5;
}