/* Layout elements */

/* Fundamentals */

html {
	font: 0.75em/1.3 Tahoma, Verdana, Helvetica, Arial, Sans-serif;
	text-align: center;
        background: #d3b195 url(link_images/background.jpg) repeat-x scroll;
}

#navigation {
  margin-left: 0px;
  margin-right: 0px;
  text-align: center;
  background: #a87347;

}
#navigation a {
        color: #34271e;
        padding: 5px 6px 9px 5px;
        text-decoration: none;
        font-size: 12px;
        font-weight: bold;
        margin: 0px 0px 0px 0px;
}
#navigation a:hover {
        color: #5c4535;
        padding: 5px 6px 9px 5px;
        text-decoration: none;
        font-size: 12px;
        font-weight: bold;
        margin: 0px 0px 0px 0px;
}

