#header{
   background-color: #5588dd;
   color: #ffffff;
}

#footer{
   color: #888888;
}

.panelheading{
   background-color: #5588dd;
   color: #000000;
}

.panelsection{
   background-color: #eeeeee;
}

BODY{
   background-color: #ffffff;
   color: #000000;
}
   
.heading{
   background-color: #5588dd;
   color: #ffffff;
   
   background-image: url("/img/gradient.png");
   background-repeat: repeat-y;
   background-position: center right;
}
