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

a:active {
    color: #C08A8B;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;  
}

a:link {
    color: #C08A8B;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;  
}

a:visited {
    color: #C08A8B;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;  
}

a:hover {
    color: #B96D77;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;   
}

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

div#bg {
    background: url('images/layout/zeruda_layoutbg1.jpg') center top repeat-x;
    width: 100%;
}

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

div#content {
    font-family: 'Lora', serif;
    color: #E4E4E4;
    font-size: 15px;
    text-align: left;
    line-height: 25pt;
    padding: 380px 0px 0px 245px;
    min-height: 320px;
}

div#base {
    background: url('images/layout/zeruda_layoutbase.jpg') center top repeat-x;
    padding: 5px;
}

div#foot {
    font-family: 'Lora', serif;
    color: #E4E4E4;
    font-size: 15px;
    text-align: center;
    line-height: 22pt;
    width: 1000px;
    padding: 33px 0px 3px 0px;
    margin: 0px auto;
}

#foot a:active {
    color: #CDCAA9;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;  
}

#foot a:link {
    color: #CDCAA9;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;  
}

#foot a:visited {
    color: #CDCAA9;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;  
}

#foot a:hover {
    color: #B3A19F;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;   
}

table#navigation {
    padding-top: 460px;
    padding-left: 25px;
    border-spacing: 6px;
    border-collapse: separate;
    width: 240px;
    float: left;
}

.navigate {
    font-family: 'PT Serif', serif;
    font-size: 36px;
    text-transform: uppercase;
    text-align: center;
}

.navigate a:link {
    display: block;
    color: #DAD3B2;
    font-weight: normal;
    text-decoration: none;
    letter-spacing: 1px;
    padding: 0px;
}

.navigate a:active {
    display: block;
    color: #DAD3B2;
    font-weight: normal;
    text-decoration: none;
    letter-spacing: 1px;
    padding: 0px;
}

.navigate a:visited {
    display: block;
    color: #DAD3B2;
    font-weight: normal;
    text-decoration: none;
    letter-spacing: 1px;
    padding: 0px;
}

.navigate a:hover {
    display: block;
    color: #C39D92;
    font-weight: normal;
    text-decoration: none;
    letter-spacing: 1px;
    padding: 0px;
}

h1 {
    font-family: 'Libre Baskerville', serif;
    color: #DAD3B2;
    font-size: 46px;
    text-align: right;
    font-weight: normal;
    letter-spacing: -1px;
    margin: 0px;
}

h2 {
    font-family: 'Libre Baskerville', serif;
    color: #DAD3B2;
    font-size: 42px;
    text-align: center;
    font-weight: normal;
    letter-spacing: -1px;
    margin: 0px;
}

h3 {
    font-family: 'Libre Baskerville', serif;
    color: #DAD3B2;
    font-size: 30px;
    text-transform: lowercase;
    text-align: center;
    font-weight: normal;
    letter-spacing: -1px;
    margin: 0px;
}

h4 {
    font-family: 'Libre Baskerville', serif;
    color: #DAD3B2;
    font-size: 46px;
    text-align: left;
    font-weight: normal;
    letter-spacing: -1px;
    margin: 0px;
}

.indent {
    text-indent:25px;
}

.network {
    border: 8px solid #AE375F;
}

.network:hover {
    border: 8px solid #B25E6D;
}

#content img {
    margin: 4px 9px 4px 9px;
}

table#links {
    color: #E4E4E4;
    font-size: 15px;
    text-align: center;
    line-height: 24pt;
    border-spacing: 4px;
    border-collapse: separate;
    width: 96%;
    margin: auto;
}

#links td {
    background-color: #3D304E;
}

#links td:hover {
    background-color: #332A48;
}

#links td {
    padding: 1px 0px 1px 0px;
}

table#sites {
    color: #E4E4E4;
    font-size: 15px;
    text-align: center;
    line-height: 24pt;
    border-spacing: 4px;
    border-collapse: separate;
    width: 96%;
    margin: auto;
}

#sites tr {
    background-color: #3D304E;
}

#sites tr:hover {
    background-color: #332A48;
}

#sites td {
    padding: 1px 0px 1px 0px;
}

b, strong {
    color: #CBCBCB;
}

i, em {
    color: #CCC3AD;
}

blockquote {
    font-family: 'Playfair Display', serif;
    color: #BB827F;
    text-align: center;
    margin: 0px;
}