* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#faux {
 background: url(../images/faux-3-2-col.gif);
 margin-bottom: 10px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}
#header {
 color: #333;
 width: 902px;
 padding: 10px;
 height: 100px;
 margin: 0;
 background: url(../images/header_bg.png) no-repeat #ABBEBE;
}
#header h1 {
  color: #FFF;
  font-size: 28px;
  font-weight: bold;
  margin: 52px 0 0 285px;
}
#leftcolumn { 
 display: inline;
 color: #333;
 margin: 10px;
 padding: 0px;
 width: 195px;
 float: left;
}

#leftcolumn ul {
  margin: 10px 0 0 25px;
  list-style:none;
}
#leftcolumn ul li {
  margin: 10px 0 0 0;
  list-style:none;
}
#leftcolumn ul li a:active {
 text-decoration: underline;
}
#leftcolumn ul li a:hover, a:visited, a:link {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14px;
 text-decoration: none;
 color: #000;
 font-variant: small-caps; 
 font-weight: bold;
 text-decoration: underline;
}

#rightcolumn { 
 float: right;
 color: #333;
 margin: 10px;
 padding: 0px;
 width: 683px;
 display: inline;
 position: relative;
}

#rightcolumn ul {
  margin: 5px 0 0 45px;
}

#rightcolumn th {
  padding: 12px;
  text-align: center;
  vertical-align: middle;
  background-color: #dadac7
}

#rightcolumn td {
  padding: 12px;
  text-align: left;
  vertical-align: middle;
  background-color: #E8E8E8
}


#rightcolumn p.light {
  font-style: italic;
  color: #666;
}

#rightcolumn p.norm {
  font-size: 12px;
  margin: 15px 0 15px 0;
}
#rightcolumn p.norm a {
  text-decoration: underline;
  font-size: 12px;
  font-style: normal;
  font-variant: normal; 
  font-weight: normal; 
  color: #333;
}


.clear { clear: both; background: none; }