*
{
    margin: 0;
    padding: 0;
}

html, body
{
    height: 100%;
    width: 100%;
}

body
{
    background: #411a12;
}

#wrapper
{
    margin: auto;
    min-width: 780px;    
    max-width: 780px;
    width: 780px;
}

#header
{
    background: url(/images/header.jpg);
    height: 169px;
}

p
{
    font-family: Garimond,Serif;
}

#menubar
{
    height: 40px;
    background: url(/images/menubar3.jpg) no-repeat top center;
}

#menubar ul
{
    list-style: none;
    margin-left: 46px;
}

#menubar li
{
    float: left;
    list-style-type: none;
}

#menubar li a
{
    top: 0;
    left:0;
    margin: 0;
    padding: 0;
    display: block;
    height: 40px;
    text-indent: -9999px; /* to hide text */
    background: url(/images/menubar3.jpg) no-repeat top center;
    overflow: hidden;
    text-decoration:none;
    color: #FFF;
    font-weight: bold;    
}

li#n_tradition a { 
    
    width: 90px;
    background-position: -47px 0px;     
}

li#n_menu a {
    width: 70px;
    background-position: -137px 0; 
}

li#n_location a {
    width: 94px;
    background-position: -207px 0;   
}

li#n_reservations a {
    width: 114px;
    background-position: -301px 0;  
}
li#n_gift a {
    width: 103px;
    background-position: -415px 0;   
}
li#n_connect a {
    width:121px;
    background-position: -518px 0;  
}
li#n_specials a {
    width: 92px;
    background-position: -638px 0; 
}
li#n_video a {
    width: 92px;
    background-position: -638px 0; 
}




/* Mouse over image changes for the navigation menu */
li#n_tradition a:hover {
 background-position: -47px -40px; 
}
li#n_menu a:hover {
    background-position: -137px -40px; 
}
li#n_location a:hover {
    background-position: -207px -40px;
}

li#n_reservations a:hover {
    background-position: -301px -40px;
}
li#n_gift a:hover {
    background-position: -415px -40px;
}
li#n_connect a:hover {
    background-position: -518px -40px;
}
li#n_specials a:hover {
    background-position: -638px -40px; 
}
li#n_video a:hover {
    background-position: -638px -40px; 
}

a
{
    text-decoration: none;
    border-style: none;
}

img
{
    border-style: none;
}

#content
{
    background-image: url(/images/foreground.jpg);  
    height: 438px;
    position: relative;
}

#content-tradition
{
    background-image: url(/images/foreground2.png);  
    background-image: url(/images/new_brasa_home.jpg);  
    height: 438px;
    position: relative;
}

#foregroundtop
{
    background-image: url(/images/foregroundtop.gif);  
    height: 98px;
}

#footer
{
    background-image: url(/images/footer.jpg);  
    height: 83px;
}

#heading
{
    position: absolute;
    float: right;
}


#photo
{
    position: absolute;
    float:left;
}


#text
{
    position: absolute;
    float: right;
    text-align:left;font-size: 10.5pt;line-height:120%;
    font-family:sans-serif, arial, times;
    width: 328px;
}

#linkbar
{
    position: absolute;
    float: right;
}

#comingsoon
{
    position: absolute;
    float:left;
    left: 74px;
    top: 76px;
}