/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  07: 3Col_Fixed_Width
  ------------------------------------------------
*/

body {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 1em;
color: #000000;
background-color: #FFFFFF;
margin: 0;
padding: 0;
background-image: url(../images/background-green.jpg);
background-position: top;
background-repeat: repeat-x;
}

#wrapper {
width: 990px;
height: 620px;
margin: 0 auto;
background-image: url(../images/catering-place-setting.jpg);
background-position: top center;
background-repeat: no-repeat;
}

#masthead {
color: #FFF;
padding: 0px;
margin: 0;
}

#masthead .content {
font-size: .75em;
line-height: 1.2em;
padding: 2px 10px 0 10px;
}

.clearfloat {
clear: both;
height: 0;
line-height: 0;
font-size: 0;
}

#center {
width: 370px;
float: left;
}

#navigation {
width: 210px;
margin-top: 284px;
margin-left: 10px;	
float: left;
background-color: #819139;
}

#navigation .content {
font-size: 0.75em;
line-height: 1.3em;
padding: 0 5px 0 0;
font-weight: bold;
text-transform: uppercase;
}

#right {
width: 390px;
float: left;
}

#center .content {
padding: 24px 32px;
font-size: 0.8em;
line-height: 1.65em;
}

#right .content {
padding: 24px 16px;
font-size: .8em;
font-weight: bold;
line-height: 1.25em;
text-align: justify;
color: #FFF;
}

#footer {
color: #000;
width: 990px;
margin: 0 auto;
font-size: 0.7em;
font-weight: bold;
clear: both;
background-color: #fff;
border-top: 2px #000 solid;
}

#footer .content {
padding: 6px 10px;
}

.p7uberlink {
font-weight: bold !important;
border-color: #FFF !important;
}

h1  {
font-size: 1.75em;
margin: 0;
}

h2 {
font-size: 1.6em;
margin: 30px 0 0 0;
}

h3 {
font-size: 1.25em;
margin: 30px 0 0 0;
}

h4 {
font-size: 1.1em;
margin: 20px 0 0 0;
}

.nomargintop {
margin-top: 0;
}

.content p {
margin: 12px 0;
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
color: #000;
}

#navigation a:link, #navigation a:visited, #navigation a:hover, #navigation a:active  {
display: block;
border-top: 1px #FFF dotted;
padding-left: 4px;
padding-top: 2px;
padding-bottom: 2px;
}

.daily-specials {
text-transform: uppercase;
}

.daily-specials a:link, .daily-specials a:visited, .daily-specials a:hover, .daily-specials a:active {
text-decoration: none;
color: #FFF;
}

a:link, a:visited {
color: #FFF;
text-decoration: none;
}

a:hover, a:active {
text-decoration: none;
color: #FFF;
background-color: #819139; 
}

a {
font-weight: bold;
}