* { padding: 0; margin: -3; }
a:link{
color:#000;
font-weight:bold;
text-decoration:none;
}
a:hover{
color:#000;
text-decoration:underline;
}
a:visited{
color:#000;
font-weight:bold;
text-decoration:none;
}
body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#faux {
 background: url(faux-1-3-col.gif);
 margin-bottom: 5px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}
#header {
 background:url(head.jpg);
 color: #333;
 width: 902px;
 height: 90px;
 margin: 0px 0px 0px 0px;
 background: #D1DBDB;
}
#navigation {
line-height:30px;
vertical-align:middle;
background:url(top_bg.jpg);
 color: #333;
 margin: 0px 0px 5px 0px;
 background: #ABBEBE;
 width:902px;;
}
#leftcolumn { 
 display: inline;
 color: #333;
 margin: 10px;
 padding: 0px;
 width: 195px;
 float: left;
}
#content { 
 float: left;
 color: #333;
 margin: 10px 13px;
 padding: 0px;
 width: 460px;
 display: inline;
 position: relative;
}
#rightcolumn { 
 display: inline;
 position: relative;
 color: #333;
 margin: 10px 10px 10px 0px;
 padding-left: 10px;
 width: 195px;
 float: left;
}
#footer { 
 width: 880px;
 clear: both;
 color: #333;
 background: #ABBEBE;
 margin: 0px 0px 10px 0px;
 padding: 10px;
 text-align:center;
}
.clear { clear: both; background: none; }