h1 a:visited,
h1 a:link {
                color : white;
}

h1 a:active,
h1 a:hover {
                color : #FF954E;
}

/*Blog Header*/

#header{
                border-bottom : 4px solid #000000;
                height: 105px;
                padding: 0px;
                background-color : black;
                background-image: url(http://mol11a.bay.livefilestore.com/y1pweITTdS-JgZ2Lvjswgper6eA4QDX9HUgAQN8CbzsqHZmQFxRm3SMq8mSsgBJI2vH7SRWGnZg5dI/Blogbannerjb.jpg);
                background-repeat: no-repeat;
}              

#header h1{
    position: absolute;
    top: 35px;
}

#header p{
    color : Yellow;
    font-weight: bold;
    position: absolute;
    top: 70px;
}
/* The masthead sits at the top of the page.*/
#masthead {
                color: #FFF;
                text-align: right;
                padding: 0.4em 0.4em 0 0;
                font-size: 0.8em;
                border-bottom: 0px;
                background: #000000;
}

#masthead a:link, #masthead a:visited, #masthead a:active, #masthead a:hover {
                color: #FF954E;
                text-decoration: none;
}
#content 
{
                background-color: white;
                border-bottom : 2px solid #443;
}

