/* Define all common values for the web site */
#container{
   margin-top: 0;
}
#container #masthead{
   height: 78px;
   background-color: #fff;
}

#container #masthead img{
   display: block;
   float: left;
}

#container #spacer{
   clear: left;
   float: left;
   width: 177px;
   height: 100px;
   border: 0;
}

#container #masthead h1{
   font-style: italic;
}

.labels{
   text-align: right;
}

.user-input{
   width: 150px;
}