body {
    margin: 0px 0px 0px 0px;
    padding-left: 0px;
    background: #fff;
    }

img#banner {
    margin: 5px; padding: 0px;
    float: right;
	height: 109px;
    border-left: 1px none #000;
    vertical-align: bottom;
	position: absolute;
	z-index: 2;
    }

#content {
    margin: 0px;
    position: absolute;
    top: 96px;
    }

#leftcontent {
    background: #D1FFC6;
    float:left;
    width: 250px;
    font-family: arial, helvetica, sans-serif;
    padding: 10px 5px 0px 20px;
	margin: 0px 25px 15px 0px;
    border: 1px solid green;
	}
#rightcontent {
/*     background:#fff; */ /*IE7 will flow white over left content*/
    margin: 5px;
    width: auto;
    padding: 10px 20px 0px 10px;
    }
    

h1, h2, h3   { font-family: Verdana, Tahoma, "Myriad Web", Syntax, Arial, sans-serif;
              font-weight: lighter; color: #660; }
h1.title    { 
              font-size: 220%; font-weight: lighter;
              color: #003;
              margin-bottom: 0px;
            }
h2.subtitle { margin-top: 0px; 
              font-weight: lighter;
              color: #330}

p, blockquote, th, td, ul, ol, dl, dd, li, dir, menu
            { font : 13px/18px georgia, palatino, serif;
            margin-top: 0.2em;
            margin-bottom: 0.5em; 
            }
p#copyright { font-size: 80%; }
div#blurbs  {
            margin-left: auto;
            margin-right: auto;
            width: 90%;
            }
/* .highlight  { background-color: #ffffdd; } */
.highlight  { border-bottom: solid 1px #d3d300; }

img#loner   { float: left;
            margin-right: 5px;}
img.thumb   { display:inline;
            padding: 5px; border: solid thin #cc9;
            margin-left: 5px; margin-right: 5px; }


a:link      { color: #609; text-decoration: none; font-weight: normal}
a:visited   { color: #609; text-decoration: none; font-weight: normal}
a:active    { color: #06c; background: #FFFFCC; text-decoration: none; font-weight: normal}
a:hover     { color: navy; background-color: #dbe8b9; text-decoration: none }
a.photo:link    { color: #a0a194 }
