
body
{
  margin: 0;
  padding: 0;
  min-width: 760px;
  font-family: sans-serif;
  font-size: 12pt;
  background-color: #FEFEFE;
  background-image: url(../images/bckg.png);
}

div#page_body
{
  width: 1000px;
  margin: auto;
}

div#page_body table
{
  background-color: #C4C7CE ;
  border-bottom: 5px solid #5C1B0C;
  width: 990px;
  margin-left: 10px;
}

div#banner
{
  background-image: url(../images/banner-stretch.png) ;
  background-repeat: repeat-x ;  
  color: white ;
  height: 390px;
}

div#banner img
{
  display: inline-block;
}

td.left
{
  background-color: #5C1B0C ;
background: -moz-linear-gradient(top,  rgba(92,27,12,1) 0%, rgba(125,185,232,0) 350px); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(92,27,12,1) 0%,rgba(125,185,232,0) 350px); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(92,27,12,1) 0%,rgba(125,185,232,0) 350px); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c1b0c', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */

  vertical-align: top;
  min-height: 250px;
  width: 150px;
}

td.middle
{
  vertical-align: top;
  min-height: 500px;
}

td.right
{
  background-color: green ;
  width: 150px;
  vertical-align: top;
  min-height: 500px;
}


div#main
{
  margin: 50px;
  padding: 10pt;
  min-height: 300px;
}

div.footer
{
  background-color: #5C1B0C ;
  border-top: 10px solid #C4C7CE;
  width: 990px;
  margin-left: 10px;
  padding-top: 10px;
  height: 30px;
  color: black ;
  text-align: center;
  font-size: 10pt;
}

div.footer a
{
  color: #C4C7CE;
}
