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

body {
	background: #AF672C url(../images/home_background.jpg) repeat-y top center;
}

#container {
	position: relative; /* must be relative to work in IE */
	top: 0;
	left: 50%;
	margin: 0 0 0 -581px;
	width: 750px;
	padding: 0 206px 0 206px;
}

#main_column {
	width: 750px;
}

#light_left {
	position: absolute;
	top: 0;
	left: 0;
	width: 140px;
}

#light_right {
	position: absolute;
	top: 0;
	right: 0;
	width: 140px;
}

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

h1 img {
	position: absolute;
	top: 0;
	right: 206px;
}

#navdiv {	
	background: #C16D1C url(../images/home_nav_background.jpg) no-repeat top center;
	.margin: -2px 0 0 0; /* IE7 fix */
}

ul.nav a {
	color: #490000;
}

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

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

#call_outs {
	width: 680px;
	height: 60px;
	padding: 0 35px 0 35px;
	background: url(../images/callout_banner.gif) no-repeat center center;
	clear: both;
}

.call_out {
	padding: 0 10px 0 10px;
}

#wine_dinners {
	background: url(../images/wine_dinners.jpg) no-repeat center center;
}

#landscape {
	height: 150px;
	background: url(../images/home_footer.jpg) no-repeat bottom center;
}