div.head1 {
  background-image:url(/static/ip/bg1.gif);
}
div.head2 {
  background-image:url(/static/ip/bg2.jpg);
  background-repeat:repeat-x;
  clear:both;
}
div.headleft {
  margin:0px 5%;
}
div.head1right {
  float:right;
  padding:10px 50px 0px 10px;
}
div.head2right {
  text-align:right;
  padding:0px 50px 4px 10px;
}
div.content {
  clear:both;
  margin:0px;
  padding:20px;
  border-left:2px solid #363b90;
  border-right:2px solid #363b90;
}
div.foot {
  clear:both;
  border-top:5px solid #c0dd00;
  background-image:url(/static/ip/bg2.jpg);
  background-repeat:repeat-x;
  color:#fff;
  padding:10px;
}
div.foot a {
  color:#d8eaff;
}
