/* @override http://terrace.publishpath.com/Websites/terrace/templates/Terrace/_css/styles.css */

body {
  font: 13px/1.4em Georgia, "Times New Roman", Times, serif;
}

p {
  margin: 1em 0 2em;
}

h1 {
  color: #c05017;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 1px;
  text-align: left;
}

h2 {
  color: #c05017;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 1px;
  text-align: left;
  padding: 0;
  margin: 0;
}

#content_wrapper ul {
  list-style-position: outside;
  list-style-type: disc;
  margin: 1em 0 1em 3em;
  text-align: left;
}

#content_wrapper ol {
  list-style-position: outside;
  list-style-type: decimal;
  margin: 1em 0 1em 3em;
  text-align: left;
}

#wrapper {
  width: 860px;
  margin: 0 auto 20px;
  padding: 0 0 60px;
  background: #a35e26 url(../_img/common/background.gif) repeat-y center -150px;
}

#header {
  text-align: center;
  text-transform: uppercase;
  font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#header ul {
  padding: 1em;
  border-top: 1px solid #c9b280;
}

#header li {
  display: inline;
  margin-right: 20px;
}

#header a {
  color: #fff;
  text-decoration: none;
}

#content_wrapper{
  width: 700px;
  margin: 60px auto 0;
}

#main_content {
  background-color: #fff;
  color: #866443;
  border: 5px solid #c9b280;
  border-width: 0 5px 5px;
  padding: 25px 115px 50px;
  text-align: justify;
}

#gallery #main_content {
  background-color: #fff;
  color: #866443;
  border: 5px solid #c9b280;
  border-width: 0 5px 5px;
  padding: 25px 55px 50px;
  text-align: justify;
}

#culinary #main_content, #culinary h1,#culinary h2 {
  text-align: center;
}

#culinary h1 {
  margin: .5em 0;
}

#culinary h2 {
  margin: .25em 0;
}

#culinary p {
  margin: .25em 0 2em;
}

#culinary #main_content table {
  width: 100%;
  margin: 1em 0;
}

#footer {
  width: 860px;
  margin: 20px auto;
  text-align: center;
  text-transform: uppercase;
  font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
  color: #866443;
  letter-spacing: 2px;
}

#footer a {
  color: #866443;
}

.section_link {
  text-align: center;
}

.section_link a{
  color: #856343;
  text-decoration: none;

}


/* <textEditor> */

.highlight {
  color: #cd5a13;
  font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

a.highlight:link {
  color: #cd5a13;
  text-decoration: none;
}
a.highlight:visted {
   color: #cd5a13;
  text-decoration: none; 
}
a.highlight:hover {
    color: #cd5a13;
  text-decoration: underline;
}
a.highlight:active {
    color: #cd5a13;
  text-decoration: underline;
}


/* </textEditor>  */

#admin #main_content {
  padding: 10px;
  border: 0;
  text-align: justify;
}

.middle
{
 vertical-align: middle;
}

