#header *, #header a {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font-family: sans-serif;
    font-size: 14px;
}

a img{
    border: 0px solid black;
}

ul {
    padding: 0;
}

#container {
    width: 800px;
    margin: 0 auto;
    /*text-align: center;*/
}

#banner {
    background: url('images/header/banner-background.png');
    height: 193px;
    margin-bottom: 5px;
    margin-top: 20px;
    position: relative;
}

#banner img {
    float: left;
}

#banner-right {
    position: absolute;
    right: 0;
    top: 0;
}

img#bb {
    position: absolute;
    right: -5px;
    bottom: 0px;
}

#banner .quote {
    margin-left: 270px;
    margin-right: 330px;
    padding-top: 60px;
}

#banner .narrated-by {
    text-align: right;
    /*margin-right: 150px;*/
    position: absolute;
    bottom: 10px;
    right: 195px;
}

#banner p {
    font-family: "Times New Roman",Georgia,Serif;
    font-style: italic;
    font-weight: bold;
    color: white;
    font-size: 15px;
}

#nav {
    color: white;
    position: relative;
}

#nav img {
    float: left;
}



#nav a {
    color: white;
    font-size: 14px;
    font-family: sans-serif;
    font-weight: bold;
    text-decoration: none;
    text-transform: lowercase;
}

#nav a:hover {
    text-decoration: underline;
}

#nav ul {
    list-style-type: none;
    background: url('images/header/nav-background.png');
    height: 35px;
    width: 90%;

}

#nav ul li {
    display: inline-block;
    *display: inline;
    /*border: 1px solid black;*/
    border-left: none;
    margin: 0;
    padding: 10px 20px;
    *position: relative;
    *top: 9px;
}

#body {
    border: 2px solid #ccc;
    margin-top: 10px;
    
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    padding: 20px;
    *padding: 0;
    
    font-family: "Times New Roman", Times, serif;
    font-size: 12pt;
    line-height: 150%;
}    

#body h2 {
    display: block;
    margin: 6px 0;
    font-size: 20px;
    font-family: "Verdana", sans-serif;
}

#body img {
    margin: 10px;
}

#footer {
    margin: 10px auto;
    width: 75%;
    background-color: black;
    color: white;
    text-align: center;
    padding: 5px;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 14px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}

