<style type="text/css">
body {
&#8200;font-family: trebuchet ms, verdana, arial, tahoma;
&#8200;font-size: 90%;
&#8200;color: #888;
&#8200;background-color: white;
&#8200;line-height: 180%;
&#8200;margin: 0;
&#8200;padding: 0;
&#8200;text-align: center;
}

/* Set the page width */
#wrapper-menu-top, #header, #wrapper-content, #wrapper-footer {
&#8200;width: 85%;
&#8200;margin: 0 auto;
&#8200;text-align: left;
}

#wrapper-menu-top {
&#8200;background: white url('images/bg02-white-left.png') no-repeat left top;
}

#menu-top {
&#8200;background: transparent url('images/bg02-white-right.png') no-repeat right top;
&#8200;overflow: hidden; /* no idea why this works, but it fixes a FF problem */
}

#menu-top ul {
&#8200;margin: 0 20px;
&#8200;padding: 1em 0 0 0;
&#8200;list-style: none;
&#8200;font-size: 85%;
&#8200;float: left;
}

#menu-top li {
&#8200;display: inline;
&#8200;float: left;
}

#menu-top a {
&#8200;float: left;
&#8200;background:url(images/menuleft.png) no-repeat left top;
&#8200;margin:0;
&#8200;padding:0 0 0 4px;
&#8200;text-decoration:none;
&#8200;line-height: 1.5em;
}

#menu-top a span {
&#8200;background: transparent url(images/menuright.png) no-repeat right top;
&#8200;padding:5px 15px 4px 6px;
&#8200;color:#5b8fbe;
&#8200;display: block;
&#8200;float: left;
&#8200;cursor: pointer; /* IE doesnt display the hand when you roll over the link for some reason. This fixes it */
}

 #menu-top a:hover { background-position:0% -42px; }
 #menu-top a:hover span {&#8200;background-position:100% -42px; }

#wrapper-header {
&#8200;background: transparent url('images/bg.png') top center repeat-x;
}

#header {
&#8200;background: #eee url('images/banner pic.jpg') no-repeat center top;
}

#wrapper-header2 {
&#8200;background: transparent url('images/bg02-blue-left.png') top left no-repeat;
}

#wrapper-header3 {
&#8200;background: transparent url('images/bg02-blue-right.png') top right no-repeat;
}

#header h1 {
&#8200;margin: 0 20px;
&#8200;padding: 0;
&#8200;height: 192px;
&#8200;line-height: 3em;
&#8200;color: #ccc;
&#8200;font-size: 130%;
}

#wrapper-content {
&#8200;background: white url('images/bg02-white-left.png') no-repeat left top;
}

* html #wrapper-content { height: 1%; }

#content {
&#8200;background: transparent url('images/bg02-white-right.png') no-repeat right top;
&#8200;padding: 5px 245px 5px 40px;
}

#wrapper-menu-page {
&#8200;float: right;
&#8200;width:180px;
&#8200;margin: 20px 30px 3em 2em;
&#8200;background: transparent url('images/menu.png') no-repeat;
&#8200;text-align: center;
&#8200;line-height: 140%;
&#8200;font-family:"Lucida Grande","Lucida Sans Unicode",arial,sans-serif;
}

* html #wrapper-menu-page { margin-right: 15px; }

#menu-page { padding-top: 5px; }

#menu-page ul {
&#8200;margin: 0;
&#8200;padding: 0;
&#8200;list-style: none;
&#8200;font-size: 90%;
}

#menu-page h3 {
&#8200;font-size: 75%;
&#8200;text-transform: uppercase;
&#8200;margin: 1em 0 0.3em 0;
&#8200;color: #5b8fbe;
&#8200;font-weight: normal;
&#8200;letter-spacing: 0.15em;
}

#menu-page a:link, #menu-page a:visited { color: #888; }
#menu-page a:hover { color: #5b8fbe; }

#wrapper-footer {
&#8200;margin-top: 1em;
&#8200;text-align: center;
}

#footer {
&#8200;margin: 0 20px;
&#8200;background-color: #e5f0fc;
&#8200;border: 1px solid #ccc;
&#8200;border-bottom: 0;
&#8200;clear: both;
}

h2 { font-size: 110%; }
h3 { font-size: 100%; }

a:link, a:visited { color: #5b8fbe; text-decoration: none; }
a:hover{ color: #666; text-decoration: none; }
</style>