@charset "UTF-8";
/* San Nicola internal pages stylesheet */

body {
	background: #490000 url(../images/internal_background.gif) repeat-y top center;
	/*width: 750px; /* without this, the page was loading too far to the right in IE */
}

#container {
	/*margin: 0 auto;*/
	/*position: relative; /* must be relative for navigation to remain within the layout when the window is resized in IE */
	/*top: 0;*/
	/*left: 50%;
	margin: 0 0 0 -375px;*/
	margin: 0px auto;
	width: 750px;
}

h1 {
	background: url(../images/internal_header.gif) no-repeat top center;
}

#navdiv {	
	background: #640000;
}

.nav a {
	color: #FFFFD2;
}

.nav a:hover, .nav a:active {
	color: #AF672C;
}

.nav ul li a {
	color: #640000;
}

#content {
	background: url(../images/internal_content_top.gif) no-repeat top center;
}

.call_out {
	padding: 0;
	clear: both;
	margin: 0 0 0 20px;
}

#landscape {
	height: 200px;
	background: url(../images/internal_footer.gif) no-repeat bottom center;
}

#reservations {
	margin-bottom: 20px;
}