body {
    background: #0A2130 url('images/layout/zeruda_layoutbg.jpg') center top repeat-x;
    margin: 0px auto;
    text-align: center;
}

div#container {
    width: 600px;
    margin: 0px auto;
}

div#head {
    height: 400px;
    background: url('images/layout/zeruda_layouthead.jpg') center top no-repeat;
}

div#navigation {
    padding-top: 3px;
}

div#content {
    font-family: Arial, Tahoma, "Trebuchet MS", "Times New Roman", Serif;
    color: #676767;
    font-size: 8pt;
    text-align: justify;
    letter-spacing: 1px;
    line-height: 18pt;
    padding-top: 15px;
}

h1 {
    font-family: Georgia, "Times New Roman", Serif;
    color: #E4B292;
    font-size: 18pt;
    text-transform: lowercase;
    text-align: left;
    font-weight: normal;
    letter-spacing: -1px;
    padding-left: 15px;
    margin: 0px;
}

span {
    color: #B74430;
}

blockquote {
    background-color: #081C2A;
    color: #676767;
    text-align: center;
    padding: 5px;
}
    

.navigate {
    font-family: Georgia, "Times New Roman", Serif;
    color: #E4B292;
    font-size: 16pt;
    text-transform: lowercase;
    text-align: center;
    padding: 5px;
}

.navigate a:link {
    display: block;
    color: #E4B292;
    text-decoration: none;
    padding: 5px;
}

.navigate a:active {
    display: block;
    color: #E4B292;
    text-decoration: none;
    padding: 5px;
}

.navigate a:visited {
    display: block;
    color: #E4B292;
    text-decoration: none;
    padding: 5px;
}

.navigate a:hover {
    display: block;
    color: #B74430;
    text-decoration: none;
    padding: 5px;
}

.foot {
    font-family: "Lucida Console";
    color: #666666;
    font-size: 9px;
    text-align: center;
    line-height: 18pt;
}

#content img {
    margin: 5px;
    opacity: 0.8;
}
#content img:hover {
    opacity: 1;
}

#content a:active {
    color: #E4B292;
    text-decoration: none;
    cursor: pointer;  
}

#content a:link {
    color: #E4B292;
    text-decoration: none;
    cursor: pointer;  
}

#content a:visited {
    color: #E4B292;
    text-decoration: none;
    cursor: pointer;  
}

#content a:hover {
    border-bottom: 1px solid #E4B292;
    color: #B74430;
    text-decoration: none;
    cursor: pointer;   
}

b, strong {
    color: #676767;
}

i, em {
    color: #B86B30;
}

table {
    font-family: Arial, Tahoma, "Trebuchet MS", "Times New Roman", Serif;
    color: #676767;
    font-size: 8pt;
    text-align: justify;
    letter-spacing: 1px;
    line-height: 18pt;
}
