

* { padding: 0; margin: 0; }

body {
 font-family: verdana,Arial, Helvetica, sans-serif;
 font-size: 12px;
}
h1 {
  font-size: 18px;
}


#wrapper {
 margin: 0 auto;
 width: 1020px;
height: 500px;
}
#faux {
 background: url('img/contentsbg.jpg');
 margin-bottom: 0px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%;
 min-height: 400px;
}
#header {
 color: #333;
 width: 1020px;

 height: 184px;
 margin: 0px;
 background: url('img/head.jpg');
}
#navigation {
 color: #333;
 padding: 0px;
 height: 29px;
 margin: 0px 0px 0px 0px;
 background: url('img/navbg.jpg');
}
#leftcolumn {
 display: inline;
 color: #333;
 margin: 10px;
 padding: 0px;
 width: 195px;
 float: left;

}
#rightcolumn {
 float: right;
 color: #333;
 margin: 10px 40px 10px 10px;
 padding: 0px;
 width: 740px;
 display: inline;
 position: relative;

}
#footer {
 width: 1020px;
 clear: both;
 color: #333;
 background: url('img/foot.jpg');
 margin: 0px;
 text-align: center;
 padding: 4px 0px 4px 0px;
 height: 48px;
}
#footer p {
  font-size: 10px;
  padding:4px;
}


.clear { clear: both; background: none; }


/* ----------------------------- start #nav ----------------------------- */
#nav img { border: none; }
#nav li { display: inline; list-style:none; }
#nav li a { float: left; display:block; width: 196px; height: 29px; margin: 0px; }
#nav li a img {  border:none; vertical-align:bottom; /* for IE6 */}
#nav li a:hover { visibility:visible; }
#nav li a:hover img { visibility:visible; }
#nav li a:hover img/**/ { visibility:hidden; /* hide from IE5.0/win */}
/* ----------------------------- end #nav ----------------------------- */


/* ----------------------------- start #nav ids ----------------------------- */
#one { background:url(img/m1.jpg) no-repeat left bottom; }
#two { background:url(img/m2.jpg) no-repeat left bottom; }
#three { background:url(img/m3.jpg) no-repeat left bottom; }
#four { background:url(img/m4.jpg) no-repeat left bottom; }
#five { background:url(img/m5.jpg) no-repeat left bottom; }
/* ----------------------------- end #nav ids ----------------------------- */
