html, body, h1, h2, h3, h4 {
        margin: 0;
        padding: 0;
}




.bodytext {
        text-align: left;
        font: 14px Georgia, Times New Roman, serif;
        color: #000000;
        padding: 20px 0 0 0;
}





h1 img {
        display: block;
}
img {
        border: 0;
}
a {
        color: #464544;
}
a:hover {
        color: #FFA405;
}
.left {
        float: left;
}
.right {
        float: right;
}
.more {
        text-align: right;
}
.clear {
        clear: both;
}

body {
        background: #ffffff url(images/page_bg.jpg) repeat-x;
        text-align: center;
        font: 11px arial, sans-serif;
        color: #E5D19Cf;
        padding: 20px 0 0 0;
}

/** LAYOUT **/
#wrapper {
        text-align: left;
        margin: auto;
        width: 678px;
  position: relative;
}

/** HEADER **/
#header {
  padding-top: 1px;
}
#header h1 {
  font: 32px "Georgia, Times New Roman", serif;
  font-weight: normal;
  position: absolute;
  left: 0;
  top: 25px;
  color: #000000;
  padding: 0 0 0 0.7em;
  margin: -1em 0 0 0;
  line-height: 1.5;
}

#header h2 {
  font: 18px "Georgia, Times New Roman", serif;
  font-weight: normal;
  position: absolute;
  left: 0;
  top: 65px;
  color: #006699;
  padding: 0 0 0 0.7em;
  margin: -1em 0 0 0;
  line-height: 1;
}



#nav-top {
  margin-left: 503px;
}
#nav-top ul {
  margin: 1em 0 0 0;
  padding: 0;
  height: 31px;
}
#nav-top li {
  float: left;
  background: #C19855 url(images/tab_left.gif) no-repeat;
  list-style: none;
  text-align: center;
  font: 18px "Times new roman", serif;
  height: 31px;
  line-height: 31px;
}
#nav-top li div {
  background: top right url(images/tab_right.gif) no-repeat;
}
#nav-top li#tab-faq {
  width: 59px;
}
#nav-top li#tab-map {
  width: 99px;
  margin-left: 3px;
}
#nav-top a {
  color: #443816;
  text-decoration: none;
}
#nav-top a:hover {
  color: #241D0A;
}


/* MAIN IMAGE */
#nav {
  padding-top: 322px;
  margin-top: 30px;
  border: 2px dotted;
  border-color: #ffffff;
  background: url(images/lar.jpg) no-repeat;
}



/* TOP MENU NAVIGATION LINKS */
#nav ul {
  margin: 0;
  padding: 8px;
  height: 30px;
  line-height: 36px;
  border-left: 0px solid #9E9479;
  background: bottom left url(images/nav_lit.jpg) repeat-x;
}
#nav li {
  list-style: none;
  float: left;
  margin: 0;
  padding: 10px;
}
#nav li.home {
  background: bottom left url(images/nav_drk.gif) repeat-x;
  padding-left: 25px;
}
#nav a {
  font: 13px "Tahoma, Arial", sans-serif;
  color: #ffffff;
  text-decoration: none;
}
#nav a:hover {
  color: #99ccff;
}

/** MAIN CONTENT **/

#content {
  padding-left: 20px;
}
#content h2 {
  font: 24px "Times new roman", serif;
  color: #513408;
  font-weight: normal;
  border-left: 3px solid #615331;
  padding: 1px 1px 1px 8px;
  margin-top: 22px;
}
#content p {
  margin-left: 11px;
  line-height: 1.4;
}
#content a {
  color: #8D692D;
  font-weight: bold;
  text-decoration: none;
}
#content a:hover {
  color: #99CCFF;
}

#content .left-col {
  float: left;
  width: 522px;
}
#content .right-col {
  float: right;
  width: 136px;
}


/** Welcome **/


 #welcome {

  font: 14px "Georgia, Times new roman", serif;
  margin-right: 40px;
  color: #3E341E;
}
#content #welcome 
a{color: #3E341E;
  text-decoration:underline;
}
#content #welcome 
a:hover{
  color: #DBBF77;
  text-decoration:underline;
}

/** Projects Gallery **/

#gallery {
  margin-top: 14px;
}
#gallery .box {
  float: left;
  width: 119px;
  padding: 0 23px 2.3em 23px;
  margin-right: 1px;
  background: #006699;
  position: relative;
}
#gallery .box h3 {
  text-align: center;
  line-height: 23px;
  font: 23px "Times new roman", serif;
  color: #fff;
  height: 23px;
  margin-bottom: 20px;
  background: top center url(images/tab_drk.jp) no-repeat;
}
#gallery .box p {
  margin: 1em 0;
  padding: 0;
  line-height: 1.2;
}
/** Projects Gallery-middle **/
#gallery .box-lit {
  background: #C0C0C0;
}
#gallery .box-lit h3 {
  background: top center url(images/tab_lit.jp) no-repeat;
}


/* RIGHTHAND MENU LISTING */

#content .right-col li, #content .right-col ul {
  list-style: none;
color: #000000;
  margin: 0;
  padding: 0;
}
#content .right-col li {
  border-left: 1px solid #615331;
  padding-left: 9px;
  margin: 10px;
}
#content .right-col a {
  font-size: 12px;
  font-weight: normal;
  color: #000000;
}
#content .right-col a:hover {
  color: #2C1D04;
}
/** EXTRAS **/




/* FOOTER */


#footc {
 background: #000000;
  height: 10px;
}
#footer {
  background: #ffffff;
  text-align: center;
  color: #686868;
  padding: 14px;
}


