@import url("navigation.css");
@import url("global.css");

/********AVANTI WINERY MASTER STYLE SHEET********/


/********AVANTI WINERY LAYOUT********/
body{
margin:0px;
padding:0px;
background-image:url(../IMAGES/WEBSITE_ASSETS/background/body_bg.jpg);
background-repeat:repeat-x;
background-color:#000000;
color:#DBC3A9;
}

#logo{
display:none;
}

#wrapper{
margin:auto;
width:720px;
height:1000px;
}

#nav{
width:720px;
height:30px;
background-image:url(../IMAGES/WEBSITE_ASSETS/background/nav_container.jpg);
}

#masthead{
width:720px;
height:126px;
background-image:url(../IMAGES/WEBSITE_ASSETS/background/masthead.jpg);
}

#masthead_image{
margin-left:250px;
padding-top:2px;
width:458px;
height:123px;
}

#left_column{
float:left;
width:155px;
height:444px;
background-image:url(../IMAGES/WEBSITE_ASSETS/background/left_column.jpg);
}

#page_heading{
float:left;
padding:10px 5px 5px 5px;
width:545px;
height:30px;
}

#content{
float:left;
padding:15px 20px 5px 20px;
width:515px;
}

#leftcontent{
float:left;
padding:15px 5px 5px 20px;
width:255px;
}

#rightcontent{
float:left;
padding:15px 20px 5px 5px;
width:250px;
}

#footer{
margin-top:20px;
width:720px;
border-top:1px solid #DBC3A9;
white-space:pre;
text-align:center;
font-size:12px;
color:#DBC3A9;
clear:both;
}




/***INDEX PAGE***/


#warning{
margin: 100px auto 0px auto;
width:300px;
height:350px;
background-image:url(../IMAGES/WEBSITE_ASSETS/background/avanti_label.jpg);
background-position:center;
background-repeat:no-repeat;
}

#warning_enter{
position:relative;
top:320px;
left:140px;
text-align:center;
width:150px;
height:50px;
}

#warning_enter a{
color:#996633;
font-weight:bold;
}

#century_council{
font-size:12px;
text-align:center;
margin:auto;
width:300px;
}