body {
background-color: #BA9F6B;
text-align: center;
}

#white {
width: 770px;
position: relative;
margin-left: auto; 
margin-right: auto;
border: 10px solid #FFFFFF;
}

#layout {
border: 1px solid #38312B;
}

#logo {
min-height: 65px;
height: 65px;
text-align: left;
background-image: url(images/logo-bg.jpg);
border-bottom: 1px solid #38312B;
}

#header {
min-height: 250px;
height: 250px;
background: url(images/header.jpg) no-repeat;
}

#menu {
min-height: 50px;
height: 50px;
text-align: center;
line-height: 40px;
background-image: url(images/menu-bg.jpg);
border-top: 1px solid #38312B;
border-bottom: 1px solid #38312B;
}

#content {
padding: 20px;
background-color: #e9ddc6;
font-family: Arial, Helvetica, sans-serif;
font-size: .75em;
color: #5f5846;
text-align: justify;
}

#content a {
color: #763134;
text-decoration: none;
font-weight: bold;
border-bottom: 1px dotted #763134;
}

#content a:link, a:active, a:visited {
color: #763134;
}

#content a:hover {
color: #5f5846;
text-decoration: none;
border-bottom: 1px dotted #5f5846;
}

#gallery {
padding-top: 50px;
background-color: #e9ddc6;
text-align: center;
}

#links {
padding-top: 50px;
padding-bottom: 30px;
font-family: Arial, Helvetica, sans-serif;
font-size: .70em;
color: #763134;
text-align: center;
font-weight: bold;
background-color: #e9ddc6;
}

#links a {
color: #763134;
text-decoration: none;
border-bottom: 1px dotted #763134;
}

#links a:link, a:active, a:visited {
color: #763134;
}

#links a:hover {
color: #5f5846;
text-decoration: none;
border-bottom: 1px dotted #5f5846;
}

#footer {
min-height: 65px;
height: 65px;
line-height: 65px;
font-family: Arial, Helvetica, sans-serif;
font-size: .70em;
color: #745f34;
background-image: url(images/footer-bg.jpg);
}

#footer a {
color: #745f34;
text-decoration: none;
}

#footer a:link, a:active, a:visited {
color: #745f34;
}

#footer a:hover {
color: #745f34;
text-decoration: none;
}