
body {
    text-align: center;
    background-color: black;
		background-image: url(../images/icons_sm.jpg);
		background-attachment: fixed;
    }
.em {
    color: #9900cc;
    font-weight: bold;
    }


 #container {
    text-align: left;
    color: silver;
    background-color: black;
    width: 770px;
    margin: 10px auto 10px auto;
    border-top: 1px solid white;
    border-right: 1px solid gray;
    border-bottom: 1px solid gray;
    border-left: 1px solid gray;
    }

 #top {
    padding: 0;
    margin: 0 auto 10px auto;
    height: 120px;
    width: 770px;
    border: 1px solid black;
    background-color: silver;
    background-image: url("../images/fate_header_01.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    }

 #leftnav {
    float:left;
    width: 160px;
    margin: 15px 0 0 2px;
    padding: 2px;
    }
    #leftnav ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        }
    #leftnav li {
        width: 165px;
        margin: 0;
        }
    #leftnav a {
        display: block;
        font-family: "Trebuchet MS", Trebuchet, Tahoma, Arial, Helvetica, sans-serif;
        font-size: 1em;
        font-weight: bold;
        color: black;
        text-align: center;
        background-color: silver;
        width: 160px;
        padding: 2px;
        margin: 0 0 5px 10px;
        border: 3px outset silver; 
        text-decoration: none;
        }
    #leftnav a:hover {
        background-color: black;
        color: white;
        border: 3px inset silver;
        }

 #content {
    font-family: "Trebuchet MS", Trebuchet, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 1em;
		font-weight: bold;
    margin-left: 200px;
    border-left: 1px solid white;
    padding: 1em;
    }
    #content p {
        text-indent: 20px;
        line-height: 120%;
        }
    #content h3 {
        color: white;
        text-decoration: underline;
        margin-top: 0;
        margin-right: 0;
        margin-bottom: .5em;
        margin-left: 0;
        }
    #content h4 {
        color: silver;
        margin-top: 0;
        margin-right: 0;
        margin-bottom: .5em;
        margin-left: 0;
        }
    #links ul {
        list-style-type: none;
        }
    #links li {
        display: block;
        margin-top: 15px;
        }
    #links a {
        color: #009999;
        }
    #links a:hover {
        color: white;
        }

 #footer {
    clear: both;
    text-align: center;
    margin: 0;
    padding: .5em;
    border-top: 1px solid white;
    }
    #footer p {
        font-size: .8em;
        margin: 15px auto 5px auto
        }
    #footer a {
        color: silver;
        }
    #footernav {
        text-align: center;
        }
    #footernav ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        }
    #footernav ul li {
        display: inline;
        }
    #footernav ul li a {
        color: silver;
        font-family: "Trebuchet MS", Trebuchet, Tahoma, Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 1em;
        text-decoration: none;
        border-bottom: 3px double silver;
        padding: 0;
        margin: 0 .2em 0 .2em;
        }
    #footer ul li a:hover {
        color: white;
        }
