/* This is the style sheet for the Dreschers Restaurant home page */

html {
margin: 0;
padding: 0;
}

body {
margin: 0;
padding: 0;
font-family: "Times New Roman", Times, serif;
font-size: 1em;
background-color: #f5f5ca; 
}

#container {
top: 0;
width: 770px;
height: 450px;
margin-left: auto;
margin-right: auto;
text-align: center;
background-color: #000000;
}

#navigation {
width: 770px;
color: #f5f5ca;
background-color: #000000;
font-size: 0.75em;
text-align: center;
font-weight: bold;
padding: 10px 0 6px 0;
}

#address {
width: 720px;
margin-left: auto;
margin-right: auto;
color: #f5f5ca;
background-color: #000000;
font-size: 0.70em;
font-weight: bold;
text-align: left;
text-transform: uppercase;
padding: 8px 0 17px 50px;
}

#footer {
font-size: .7em;
font-weight: bold;
text-align: left;
padding: 2px 0 10px 0;
background-color: #f5f5ca; 
}

img {
border: none;
}

#navigation a:link, #navigation a:visited, #navigation a:hover, #navigation a:active {
color: #f5f5ca;
text-decoration: none;
font-weight: bold;
}

a:link, a:visited, a:hover, a:active {
color: #000000;
text-decoration: none;
font-weight: bold;
}
