body {
        background: #ccc;
        font-family: Arial, Helvetica, sans-serif;
}

#outer-wrapper {
        margin: 0 auto;
        width: 760px;
        background: url(../images/body.jpg) repeat-y;
}

#header {
        background: url(../images/header.jpg) no-repeat top ;
        height: 180px;
        margin: 0;
        padding:0;
}

#header-box {
        width: 728px;
        height: 178px;
        background: #ffffff url(../images/horsehead-nebula.jpg) no-repeat;
        margin: auto;
        position: relative;
        top: 15px;
        left: 0px;
        border: 1px solid #006699;
}

#header h1 {
        text-align: left;
        letter-spacing: -1px;
}

#header h1 a {
        color: #ffff00;
        padding: 0;
        margin: 0 0 0 30px;
        text-decoration: none;
        font-size: 1.8em;
}

#header h1 a:hover {
        border-bottom: 1px solid #fff;
}

#header p.tagline {
        color: #fff;
        font-weight: bold;
        font-size: 1.4em;
        padding: 0 15px 0 0;
        margin: 100px 0 0 0;
        text-align: right;
        word-spacing: 5px;
        letter-spacing: 2px;
}


#content {
        padding: 0;
        margin: 20px 25px 20px 5px;
        float: right;
        width: 535px;
        text-align: justify;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
        color: #6C2B54;
}

#content p {
        font-size: 1.1em;
}

#content a {
        color: #7C3B64;
}

#content a:hover h3 {
        color: #c08500;
}


#content a:hover {
        color: #c08500;
}

#sidebar {
        padding: 0;
        margin: 20px 0px 0px 25px;
        float: left;
        width: 170px;
}

#sidebar h4 {
        color: #6C2B54;
        overflow: visible;
        padding: 5px 0 0 0;
        margin: 0;
}

#sidebar ul {
        margin 0;
        padding: 8px 0px 10px 0px;
}

#sidebar ul li {
        list-style: none;
        margin: 0;
        padding: 0px 0px 4px 20px;
        background: url(../images/atomyellow2.png) no-repeat left;
}

#sidebar li a {
        text-decoration: none;
        color: #7C3B64;
        padding: 0;
        font-size: 1.1em;
}

#sidebar li a:hover {
        color: #c08500;
}

#sidebar li a:hover {
        text-decoration: underline;
}

#footer {
        background: url(../images/footer.jpg) no-repeat bottom;
        text-align: center;
        height: 60px;
        clear: both;
}

#footer p {
        padding: 10px 0 0 0;
        margin: 0;
}

#footer a {
        color: #7C3B64;
}

#footer a:hover {
        color: #c08500;
}
