body {
	margin:0px;
	padding: 0px;
	border: 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #fff;
	text-align: center; /* Hack to center the wrapper in IE5.x pc */
	min-width: 800px; /* Prevents the body becoming narrower than our wrapper div - keeps the content from disappearing off the left edge with some browsers */
	background-color:#000;
	background-image:url(http://www.tutto-vino.com/_images/BGimg3.jpg);
	background-repeat:repeat;
	}
	
/* ----------------------------------------------------------------------------LAYOUT DIVS---------------------------------------------------------------------------- */

#wrapper {
	position: relative;
	width: 800px;
	height: 840px;
	margin: 0 auto;
	background-color: #fff;
	text-align:left;
	} 
#header {
	position:absolute;
	width:800px;
	height:214px;
	background-image:url(http://www.tutto-vino.com/_images/secondaryHDRbg.jpg);
	background-repeat:no-repeat;
	background-position: top;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	}
	#navbarvert {
	position:absolute;
	text-align: right;
	top: 214px;
	width:217px;
	height:375px;
	padding-top:65px;
	border-right: 1px solid #8f8a12;
	z-index:5;
	left: 0px;
	}
	#navbarhorz{
	position:absolute;
	text-align: center;
	bottom: 0;
	width:800px;
	height:24px;
	z-index:5;
	border-bottom: 1px solid #8f8a12;
	left:0;
	padding:0 0 4px 0 ;
	}
	#maincontent {
	position:absolute;
	top: 214px;
	width:800px;
	height:1150px;
	background-color: #f2f2d9;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	
	}
	#leftcontent {
	position:absolute;
	text-align:left;
	top:214px;
	width:520px;
	height:1150px;
	border-right: 1px solid #8f8a12;
	z-index:5;
	left: 0px;
	}
	#rightcontent {
	position:absolute;
	top: 221px;
	left: 521px;
	width:279px;
	height:1135px;
	z-index:5;
	}
	#footer {
	position:absolute;
	top: 1364px;
	width:800px;
	height:30px;
	padding-top:2px;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	border-top: 1px solid #000;
	background-color:#1c4909;
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 9px;
	color: #99CC33;
	text-align:center;
	}
	
/* ---------------------------------------------------------------------------TEXT STYLES---------------------------------------------------------------------------- */

.bodyhdr{
font-size:14px;
line-height:0px;
color: #156b01;
padding:10px 80px 10px 55px;
}
.bodysubhead{
font-size:12px;
font-style:italic;
line-height:14px;
color: #6b031c;
padding:0px 80px 0 55px;
}
.italichdr{
font-size:14px;
font-style:italic;
line-height:18px;
color: #6b031c;
padding:0px 50px 0 30px;
margin-bottom:-15px;
}
.italichdr2{
font-size:14px;
font-style:italic;
line-height:18px;
color: #6b031c;
padding:0 0 0 30px;
margin:0;
}
.bodytext{
font-size:12px;
line-height:22px;
color: #003300;
padding:0px 30px 0 60px;
}
.bodytextright{
font-size:12px;
line-height:22px;
color: #003300;
padding:0px 35px 0 30px;
}
.italichdrright{
font-size:14px;
font-style:italic;
line-height:18px;
color: #6b031c;
padding:0px 50px 0 30px;
}

	
/* ----------------------------------------------------------------------------NAV STYLES---------------------------------------------------------------------------- */

a{outline:none;}

#navbarvert a {
font-size: 14px;
line-height:10px;
text-decoration: none;
display: block;
padding: 0px 40px 0px 15px;
}
#navbarhorz a {
font-size: 12px;
line-height:16px;
text-align: center;
text-decoration: none;
padding: 0px 20px 0px 20px;
}
#navbarvert a:link, #navbarhorz a:link{
color:  #333;
background: transparent;
}
#navbarvert a:visited, #navbarhorz a:visited {
color: #333;
background: transparent;
} 
#navbarvert a:hover, #navbarhorz a:hover {
color: #156a01;
margin-right:10px;
background-color: transparent;
}
 #navbarhorz a:hover {
color: #156a01;
margin-right:0px;
background-color: transparent;
}

#navbarvert a:active, #navbarhorz a:active {
color: #156a01;
background: transparent;
}
	#leftcontent a {
	text-decoration:underline;
	} 
	#leftcontent a:link {
	color:#6b031c;
	}
	#leftcontent a:visited {
	color: #6b031c;
	} 
	#leftcontent a:hover {
	color:#156a01; text-decoration:none;
	}
	#leftcontent a:active {
	color: #156a01;
	}
	a {
	text-decoration:underline;
	} 
	a:link {
	color:#99CC33;
	}
	a:visited {
	color: #99CC33;
	} 
	a:hover {
	color:#019b34; text-decoration:none;
	}
	a:active {
	color: #019b34;
	}
