#container{
//    width:400px;
    margin-left:auto;
    margin-right:auto;
//    border-top: 1px solid #999;
//    border-left: 1px solid #999;
//    border-right: 1px solid #999;
//    border-bottom: 1px solid #999;
}


#banner{
//    background-image:url(/tech/img/jprslogo.gif);
//    background-repeat:no-repeat;
//    background-position: left top;
//    width:780px;
}


#banner h1{
    font-size:32px;
    color:#0000ff;
    padding-bottom:0px;
    padding-left:10px;
//    margin: 0px;
    display:inline;
}


#content{
    float:left;
    width:600px;
    padding-left:10px;
}


#menu{ 
    float:left;
    width:200px;
    padding-right:10px;
}


#foot{
    clear:both;
//    text-align:center;
//    font-size:10px;
    background:#fff;
//    width:780px;
//    height:20px;
}


div.caption{
  text-align: center;
  font-size: 0.9em;
  font-weight: 700;
}

div#content th.a1{
    background:#ccccff;
}

div#content td.a2{
    background:#ccffcc;
}

