@import url(reset.css);

body {
 background: #fff url(bg.body.gif) top center repeat-y;
 font: normal 11px 'lucida sans unicode', tahoma, arial, helvetica, sans-serif;
 color: #333131;
 text-align: center;
 }
 
#wrapper {
  width: 802px;
  margin: 0 auto;
  text-align: left;
  background: #fff;
  }
  
#header {
  background: url(bg.header.gif) 0 0 no-repeat;
  height: 54px;
  margin: 0 0 100px 0;
  }

#lcol {
  float: left;
  width: 262px;
  text-align: left;
  margin: 0 0 100px 0;
    }

#rcol {
  float: right;
  width: 535px;
  text-align: left;
  }

.clear {
  clear: both;
  }

#footer {
  background: url(bg.footer.gif) 1px 0 no-repeat;
  height: 30px;
  border-bottom: 3px solid #fff;
  text-align: right;
  }
  
#footer img {
  padding: 9px 8px 0 0;
  }

p {margin: 1em 0; }

a, a:link, a:visited, a:active {color: #fb8303; }

a:hover {color: #3586c7; }

strong { font-weight: bold; }