/*this is the core style sheet of the site.*/

body {
background-color: #ffffff;
color: #000;
font-family: Georgia, Verdana, Helvetica, Arial, sans-serif;
font-size: 1em;
margin: 0;
}

p {
font-size: .8em;
text-align: left;
background-color: #ffffff;
line-height: 120%;
}

h1 {
font-size: 1em;
color: #ffffff;
font-weight: bold;
text-align: right;
padding-top: 70px;
}


h2{
font-size: 1.5em;
font-family: Georgia, Times New Roman, Times, serif;
font-weight: bold;
text-align: center;
}

h3{
font-size: 1.7em;
text-align: left;
}

ul{
font-size: .8em
}

ul{
font-size: .8em
}


table {
border-collapse: collapse;
border: 1px solid black;
font-size: .8em
}

td, th {
padding: 5px;
border: 1px solid black;
}

#header {
width: 800px;
height: 105px;
background-color: #000;
background-image: url(images/1861_logo.jpg);
padding: 0 0 0;
background-repeat: no-repeat;
margin: 0;
}

#header h1 {
margin-right: 36px;
margin-top: 5px;
}

#leftcolumn {
background-color: #fff;
float: left;
width: 182px;
margin-left: 32px;
margin-top: 27px;
text-align: Left;
}

#navbar ul {
display: inline;
height: 22px;
margin: 00px;
padding: 0px;
width: 177px;
list-style: none;
font-weight: bold;
}

#navbar a:link {
display: block;
color: #ffffff;
background-color: #000000;
width: 170px;
border: solid 1px #ffffff;
padding: 5px;
text-decoration: none;
}

#navbar a:visited {
display: block;
color: #fff;
background-color: #000000;
border: solid 1px #ffffff;
padding: 5px;
width: 170px;
list-style: none;
text-decoration: none;
}

#navbar a:hover {
display: block;
background-color: #fff;
color: #000000;
width: 170px;
text-decoration: none;
}

#navbar p {
margin-top: 20px;
margin-bottom: 27px;
width: 182px;
background-color: #fff;
margin-left: 4px;
}

#subnav {
margin-top: 10px;
}

#subnav ul {
margin-left: 5px;
padding-left: 0px;
width: 170px;
list-style: none;
font-weight: bold;
}

#subnav a:link {
color: #000000;
background-color: #ffffff;
width: 170px;

}

#subnav a:visited {
color: #000000;
background-color: #ffffff;
width: 170px;


}

#subnav a:hover {
background-color: #ffffff;
color: #999999;
width: 170px;

}




#content {
float: left;
width: 450px;
margin-right: 15px;
margin-top: 15px;
margin-left: 50px;
margin-bottom: 20px;
}


#content h2 {
margin-top: 5px;
}

#menucontent {
margin-right: 270px;
margin-left: 240px;
margin-top: 15px;
margin-bottom: 0px;
font-family: Georgia, Times New Roman, Times, serif;
font-style: italic;
list-style: none;
text-align: center;

}

#menucontent p {
text-align: center;

}

#rightsidebar {
float: right;
margin-right: 36px;
margin-left: 10px;
margin-top: 15px;
width: 216px;
}

#restaurant {
float: right;
margin-right: 36px;
margin-top: 18px;
}

#footer {
clear: both;
height: 72px;
width: 800px;
background-color: #000;
}

#footer p {
font-family: Georgia, Times New Roman, Times, Serif;
font-variant: small-caps;
font-size: 1em;
text-align: center;
letter-spacing: 2px;
background-color: #000;
color: #ffffff;
line-height: 72px;
}

#wrapper {
width: 800px;
margin-right: auto;
margin-left: auto;
border-right: 1px solid #000000;
border-left: 1px solid #000000;
background: #ffffff; 
}
