/* -----------------------------------------------------------------------

BLD Restaurant: Temporary Page CSS


date: June 3 2008
author: Vanguardistas, LLC
email: hello@vanguardistas.net
web: www.vanguardistas.net

----------------------------------------------------------------------- */	

body {
background-color:#FFFFFF;
font-family:"Lucida Grande",Arial,Verdana,sans-serif;
color:#818181;
font-size:10px;
font-size-adjust:none;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:16px;
text-align:center;
}

#wrapper {
position: relative;
background:#FFFFFF url(../images/bld_home_bkgd.gif) no-repeat scroll 0% top;
margin-right: auto;
margin-left: auto;
width:900px;
height: 700px;
}


/* -------- Nav Bar -------- */

.address {
position: absolute;
left: 250px;
top: 97px;
width: 575px;
}
.nav {
position: absolute;
left: 250px;
top: 50px;
width: 595px;
border-bottom: 1px solid #818181;
}
.nav ul {
list-style: none;
width: 595px;
margin-left: -40px;
}
.nav ul li {
padding: 0 5px 0 5px;
display: inline;
height: 1.5em;
}
a:hover {
color:#818181;
}
.selected {
color:#818181;
}
a {
color:#990000;
text-decoration:none;
}

b {color: #333}

.selected a {
color:#818181;
}

.menu {width: 300px; background: #666}

.footer {
position: absolute;
top: 654px;
left: 100px;
width: 675px;
}
