body {
 font-family: tahoma;
 font-size: 12px;
 margin:0 auto;
 font-weight: normal;
}
body a{
 font-family: tahoma;
 font-size: 12px;
 color: #0c6000;
 text-decoration:underline;
 font-weight: normal;
}
body a hover{
text-decoration:none;
}
#wrapper { 
 margin: 0 auto;
 width: 100%;
 background-color:#f2f2f2;
}
#faux {
 margin-bottom: 0px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}
#header {
 color: #333;
 width: 100%;
 padding: 0px;
 height: 128px;
 margin: 0px 0px 0px 0px;
 background-image: url('img/headerbg.jpg');
 background-repeat:repeat-x;
}
#maincontainer {
width:100%;
align:center;
margin-left: auto;
margin-right: auto;
}

#footer { 
 width: 100%;
 clear: both;
 background-color: #d4d4d4;
 background-image: url('img/footerbg.jpg');
 background-repeat: repeat-x;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 height:250px;
}

.footerlink {
 font-family: tahoma;
 font-size: 13px;
 color: #fff;
 text-decoration:underline;
 font-weight: normal;
}

.clear { clear: both; background: none; }