* {
    margin: 0;
    padding: 0;
}

body {
    color: #362007;
    background: #A79683 url('nm-background.jpg') repeat-x fixed;
    font-family: verdana, sans-serif;
    font-size: 90%;
}

#container {
    background-color: #F4ECE7;
    border-top: #ccc 4px solid;
    border-right: #999 4px solid;
    border-left: #777 4px solid;
    border-bottom: #555 4px solid;
    margin-right: 2%;
    margin-top: 10px;
    margin-bottom: 15px;
    float: right;
    padding: 2%;
    width: 61%;
    line-height: 140%;
    text-align: justify;
}

#container img {
    float: left;
    margin: 10px;
}

#linkscontainer {
    background: #B5A983 url(zia.jpg) no-repeat center center;
    border-top: #aaa 4px solid;
    border-right: #777 4px solid;
    border-left: #555 4px solid;
    border-bottom: #333 4px solid;
    margin: 0;
    padding: 2%;
    position: absolute;
    top: 10px;
    left: 2%;
    width: 23%;
}

#logo {
    background: url(zia-logo.jpg) no-repeat top center;
    height:80px;
}

#main {
    background: url(bigzia.jpg) no-repeat center center;
}

h1, h2 { display: none }

h3 { 
    text-align: center;
    color: #574d2c;
    margin: 10px 0;
}

h4, h5, h5 {
    text-align:left;
    color: #574d2c;
    margin: 10px 0;
}

#main li {
    margin: 5px 0 5px 40px;
}

p { margin: 0 0 20px 0}

#links li {
    list-style-type: none;
}

#links .accesskey {
    color: #931706;
    text-decoration: none;
}

#links a {
    display: block;
    color: black;
    font-family: Papyrus, Georgia, serif;
    text-decoration: none;
    font-size: 160%;
}

#links a:hover {
    color: #931706;
}

#validation {
    margin-top: 50px;
    border-top: 1px dashed black;
    text-align: center;
    font-size: 66%;
}

#validation li {
    list-style-type: none;
    display: inline;
    padding: 20px;
}

#footer {
    font-size: 66%;
    text-align: center;
    font-style: italic;
}

#footer a, #validation a {
    color: #574d2c;
    font-weight: bold;
}

#footer a:hover, #validation a:hover {
    color: #931706;
}

a {
    color: #931706;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

pre {
    font-family: verdana, sans-serif;
}
