/* CSS Document */

body {
background-color:#660033;
color:#fff;
font-weight:bold;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:100.1%;
margin:0 auto;
}

#wrapper {
margin:55px auto;
width:725px;
}

#header {
text-align:center;
}

/*
#nav {
text-align:center;
background-color:#6f690b;
line-height:normal;
}
*/

#content_home {
border-top:2px solid #6f690b;
padding:0px 9px 15px 9px;
color:#990000;
background-color:#fef8d6;
}

#content_shipping {
border-top:2px solid #6f690b;
padding:0px 9px 15px 9px;
background-image:url(images/bg_headerbottom_shipping.gif);
background-repeat:repeat-y;
}

#content_winery {
border-top:2px solid #6f690b;
padding:0px 9px 15px 9px;
background-image:url(images/img_headerbottom_winery2.gif);
}

#content_contact {
border-top:2px solid #6f690b;
padding:0px 9px 15px 9px;
background-image:url(images/bg_headerbottom.jpg);
background-repeat:repeat-y;
}

#content_contact a, #content_contact a:link {
color:#000;
text-decoration:underline;
}

#content_contact a:visited {
color:#999;
text-decoration:underline;
}

#content_contact a:hover, #content_contact a:active, #content_contact a:focus {
color:#000;
text-decoration:none;
}


#footer {
font-size:90%;
color:#ccc;
margin:7px 0px 15px 7px;
}

#content p {
text-align:justify;
padding:0px 15px;
}

/*navigation */

a, a:link {
color:#ccc;
text-decoration:underline;
}

a:visited {
color:#fff;
text-decoration:underline;
}

a:hover, a:active, a:focus {
color:#fff;
text-decoration:none;
}

/* class styles */
.italic {
font-style:italic;
}

