/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family: Georgia, Times, Times New Roman, sans-serif;
	font-size: small;
	text-align:center;
	color:#29303B;
	line-height:1.3;
	background:#483521 url("http://www.vinoveritas.com/images/bg.gif") repeat;
}

blockquote {
	font-style:italic;
	padding:0 32px;
	line-height:1.6;
	margin:0 0 .6em 0;
}

p {margin:0;padding:0};

abbr, acronym {
	cursor:help;
	font-style:normal;
}
	
code {font:12px monospace;white-space:normal;color:#666;}

hr {display:none;}

img {border:0;}

/* Link styles */
a:link {color:#473624;text-decoration:underline;}
a:visited {color:#716E6C;text-decoration:underline;}
a:hover {color:#956839;text-decoration:underline;}
a:active {color:#956839;}


/* Layout
----------------------------------------------- */
@media all {
  #wrap {
            background-color:#473624;
            border-left:1px solid #332A24;
            border-right:1px solid #332A24;
            width:700px;
            margin:0 auto;
            padding:8px;
            text-align:center;
    }
  #main-top {
            width:700px;
            height:49px;
            background:#FFF3DB url("http://www.vinoveritas.com/images/bg_paper_top.jpg") no-repeat top left;
            margin:0;padding:0;
            display:block;
    }
  #main-bot {
            width:700px;
            height:81px;
            background:#FFF3DB url("http://www.vinoveritas.com/images/bg_paper_bot.jpg") no-repeat top left;
            margin:0;
            padding:0;
            display:block;
    }
  #main-content {
            width:700px;
            background:#FFF3DB url("http://www.vinoveritas.com/images/bg_paper_mid.jpg") repeat-y;
            margin:0;
            text-align:left;
            display:block;
    }
  }
@media handheld {
  #wrap {
            width:90%;
    }
  #main-top {
            width:100%;
            background:#FFF3DB;
    }
  #main-bot {
            width:100%;
            background:#FFF3DB;
    }
  #main-content {
            width:100%;
            background:#FFF3DB;
    }
  }
#inner-wrap {
	padding:0 50px;
}
div.clearer {
	clear:left;
	line-height:0;
	height:10px;
	margin-bottom:12px;
	_margin-top:-4px; /* IE Windows target */
	background:url("http://www.vinoveritas.com/images/divider.gif") no-repeat bottom left;
}
@media all {
  #main {
            width:430px;
            float:right;
            padding:8px 0;
            margin:0;
    }
  #sidebar {
            width:150px;
            float:left;
            padding:8px 0;
            margin:0;
    }
  }
@media handheld {
  #main {
            width:100%;
            float:none;
    }
  #sidebar {
            width:100%;
            float:none;
    }
  }
#footer {
	clear:both;
	background:url("http://www.vinoveritas.com/images/divider.gif") no-repeat top left;
	padding-top:10px;
	_padding-top:6px; /* IE Windows target */
}
#footer p {
	line-height:1.5em;
	font-family: Georgia, Times, Times New Roman, sans-serif;
	text-align:center;
	font-size:75%;
}


