body{
 background-color: #777777;
 margin-left: auto;
 margin-right: auto;
 padding: 0px;
 font-family: arial;
 margin-top: 5px;
}

h1{
 font-size: 24px;
 margin-bottom: 0px;
 padding-bottom: 0px;
 padding-top: 10px;
 vertical-align: bottom;
}

h2{
 font-size: 16px;
 padding-bottom: 0px;
 padding-top: 10px;
}

.survey{
 padding-left: 20px;
 
 vertical-align: top;
}

.survey #question{
 vertical-align: top;
 padding-bottom: 10px;
}

.survey textarea{
 width: 350px;
 height: 75px;
}

#header{
 background-color: #8855aa;
 width: 1000px;
 border-bottom: solid 1px #552299;
 padding-left: 25px;
 padding-right: 25px;
 padding-bottom: 0px;
}

#header h1{
 color: #FFFFFF;
 padding-bottom: 24px;
}

#header ul{
 display: inline;
 padding-left: 150px;
 padding-bottom: 0px;
}

#header li {
 display: inline;
 padding-left: 15px;
 padding-right: 15px;
 border-bottom: solid 0px ; 
 background-color: #aa77cc;
 color: #ffffff;
 padding-bottom: 0px;
}

#header #focus li{
 display: inline;
 padding-left: 15px;
 padding-right: 15px;
 border: solid; 
 border: 0px;
}

#header a{
 color: #ffffff;
 text-decoration: none;
 font-weight: bold;
 font-size: 16px;
}

#footer{
 border: solid 1px #333333;
 color: #FFFFFF;
 background-color: #555555;
 padding-left: 25px;
 padding-right: 25px;
 padding-top: 10px;
 padding-bottom: 35px;
 width: 1000px;
}

#footer a{
 color: #FFFFFF;
 padding-left: 20px;
 font-size: 12px;
}

#footer ul{
 display: inline;
 width: 100%;
}

#footer li{
 display: inline;
}

#footer table{
 width: 100%;
}
#footer td{
 text-align: center;
}

#content{
 background-color: #C3A3E2;
 width: 1000px;
 padding-left: 25px;
 padding-right: 25px;
 border: solid 1px #333333;
 padding-top: 30px;	
 vertical-align: top;
}

#playlist #video_to_play{
 cursor: pointer;
 position: relative;
 font-weight: bold;
}

.survey{
 background-color: #EEEEEE;
 text-align: left;
 border: solid 1px #555555;
 padding-top: 5px;
}

.survey input{
 border: solid 1px ;
 padding-left: 2px;
}


#content #video{
padding-left: 40px;
padding-top: 25px;
}
#content #playlist{
padding-left: 40px;
padding-top: 25px;
}

