body { 
margin: 0;
padding: 0;
font : 75%  sans-serif;
line-height : 1.8em;
color : #FFFFCC;
background: #7D0000;
min-width: 850px;
}

a {
color : #FFFFCC;
}

#header{
height : 136px;
background: #FFFFFF url(../images/header_bg.gif) repeat-x;
color : #FFFFFF;
}

#header_logo{
float: left;
height: 136px;
width: 235px;
margin: 0 0 0 0;
background: url(../images/header_logo.gif);
}

#header_waitress{
float: right;
height: 110px;
width: 146px;
margin: 0 15% 0 0;
background: url(../images/header_waitress.png);
}

#header_chef{
float: right;
height: 120px;
width: 120px;
margin: 16px 5% 0 0;
background: url(../images/header_chef.png);
}

#header_plate{
float: right;
height: 100px;
width: 100px;
margin: 3px 5% 0 0;
background: url(../images/header_plate.png);
}

#menu_bar{
height : 25px;
padding : 5px 0 0 50px;
background: #999900;
color : #FFFFCC;
}

#menu_bar a{
color : #FFFFCC;
font-weight: bold;
text-decoration: none;
}

#footer{
text-align: center;
}

#footer a{
color : #FFFFCC;
text-decoration: none;
}

#page{
padding : 20px 50px 50px 50px;
background : black;
min-height: 300px;
}

h1 { 
margin : 0;
padding : 1.5em 0 1em 0;
font-size : 1.8em;
letter-spacing : 3px;
background : transparent;
} 

h2 { 
margin : 0;
padding : 5px;
font-size : 1.4em;
letter-spacing : 3px;
background : inherit;
} 
 