body {
    margin: 0;
    padding: 0;
    background: #e6e6e6 url(images/page_bg.png) repeat-y center top;
    text-align: center;
    }

#wrapper {
    width: 760px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    background: url(images/800-grey_yellow.gif) repeat-y center top;
    }

h3 {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: .8em;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: -15px;
    color: #000080
}

h2 {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 1.2em;
    color: #000080
    }

p {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: .8em;
    font-weight: bold;
    text-decoration: none;
    color: #000000
    }

a:link {
    color: #0000ff;
}

a:visited {
    color: #800080;
}

a:hover {
    text-decoration: underline;
    color: #ff0000;
}

a:active {
    color: #ff0000;
}

a:link {
    text-decoration: none;
}

#nav a:link {
    color: #0000ff;
    text-decoration: none;
}

#nav a:visited {
    color: #800080;
}

#nav a:hover {
    text-decoration: underline;
    color: #ff0000;
}

#nav a:active {
    color: #ff0000;
}

#head {
    float: top;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 2px solid #000000;
    width: 760px;
    height: 150px;
    padding-top: 20px;
    text-align: center;
    background: url(IMAGES/banner-2.gif) center no-repeat;
    background-color: #000080;
}

#main {
    top: 140px;
    width: 410;
    height: 450px;
    margin: 20 200 0 150;
    padding-left: 10px;
    padding-right: 30px;
    text-align: justify;
    }

#sidebar {
    position: absolute;
    top: 140px;
    width: 100px;
    text-align: left;
    margin-top: 80px;
    margin-left: 20px;
}

#nav {
    position: absolute;
    width: 120px;
    margin-left: 620px;
    top: 220px;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: .8em;
    line-height: 180%;
    }

ul.nav {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0
}

ul.nav a {
    display: block;
    width: 8em;
}

ul.nav li {
    display: inline;
}

*html ul.nav a {
    height: 1px;
}

*html #nav {
    display: inline;
    }