* {
    margin: 0;
    padding: 0;
}

body {
    font-family: Helvetica, Arial, sans-serif;
    background-image: url('images/homebg.gif');
}
/* MAIN CONTAINER - WRAPPER */
#container {
    width: 940px;
    height: 100%;
    margin: 0 auto;
}


/* HEADER */
#header {
    background-image: url('images/doremifa.png');
    background-repeat: no-repeat;
    margin: 0 auto;
    width: 706px;
    height: 331px;
    position: relative;
}
/* TOP NAVIGATION */
#topnav ul {
    float: right;
    margin-top: 302px;
}

#topnav a {
    text-decoration: none;
    color: white;
}
    #topnav ul li {
        display: inline;
        padding: 15px 20px 15px 20px; 
        
        color: white;
    }
    
    #topnav a {
        padding: 10px;
    }
    #topnav ul li:hover, a:hover {
        background-color: #232343;
    }


/* MAIN CONTENT */
#main {
    width: 800px;
    height: 400px;
    background-color: #232343;
    position: relative;
    margin: 0 auto;
}

#mainhead {
    height: 80px;
}
#mainhead h1 {
    color: white;
    margin: 25px;
    font-size: 40px;
    position: absolute;
}

#mainhead h2 {
    float: right;
    position: relative;
    color: white;
    margin: 15px;
    margin-top: 35px;
}

#maintext {
    width: 450px;
    margin-left: 15px;
    margin-top: 20px;
    text-align: justify;
    float: left;
}
#maintext p {
    color: white;
    font-size: 14px;
}

#maintextm p {
    color: white;
    font-size: 18px;
}

#maintextm {
    width: 700px;
    margin-left: 15px;
    margin-top: 20px;
    text-align: justify;
    position: relative;
}

#maintext a {
    text-decoration: none;
    color: white;
}

#maintext a:hover {
    text-decoration: underline;
}
#sidetext {
    margin-right: 15px;
    width: 235px;
    height: 300px;
    background-color: #131332;
    float: right;
}


#sidetext p {
    margin: 10px;
}
#facebook  {
    margin-left: 80px;
    margin-top: 50px;
    width: 350px;
    height: 64px;
    background-image: url('images/Facebookg.png');
    background-repeat: no-repeat;
    border: 1px solid #131332;
    background-color: #131332;
    -moz-border-radius: 10px;
    position: relative;
}
#facebook:hover {
background-image: url('images/Facebook.png');
}
#facebook:hover a{
    
    color: white;
    text-decoration: none;
}
#facebook a {
    text-decoration: none;
    color: gray;
    background-color: transparent;
}
#facebook p {
    padding: 22px;
margin-left: 66px;
}

#video {
    width: 500px;
    height: 300px;
    background-color: #131332;
    margin-left: 15px;
    position: absolute;
    float: left;
}

#videoside {
    margin-right: 15px;
    width: 235px;
    height: 300px;
    background-color: #131332;
    float: right;
}

#videoside a, p {
    color: white;
    text-decoration: none;
    padding: 5px;
    background-color: transparent;
}

#videoside a:hover {
    text-decoration: underline;
}

#length {
    float: right;
    margin-right: 10px;
}
/* BOTTOM NAVIGATION */
#bottomnav {
    width: 800px;
    margin: 0 auto;
    margin-top: 10px;
}
#bottomnav a {
    text-decoration: none;
    color: white;
    padding: 10px;
}

#bottomnav nav ul {
    float: left;
    margin-top: 10px;
    position: relative;
}
    #bottomnav ul li {
        display: inline;
        padding: 15px 25px 15px 25px; 
        
        color: white;
    }
    
    #bottomnav ul li:hover {
        background-color: #232343;
    }

/* FOOTER */
#footer {
    width: 940px;
    position: relative;
    margin-top: 50px;
    margin-left: 280px;
}

#footer p {
    color: gray;
    font-size: 9px;
}

#nop {
    display: none;
}
.copyright {
    float: right;
    position: relative;
    margin-bottom: 10px;
}
.selected {
    background-color: #232343;
}

/* DIM THE LIGHTS */
#overlay { background-color:#000; height:100%; width:100%; position:fixed; left:0px; top:0px; display: none; }
#lightson { display: none;}
#lightson, #lightsoff { position: absolute; text-decoration: none; margin: 10px; margin-top: 30px;}
#lightson, #lightsoff a {text-decoration: none;}
