html, body {height:auto}

body {
background: #000 url(/images/bg.jpg) repeat-x top left;
color: #000;
margin: 0px; 
font-family: Georgia, Times, Arial, sans-serif;
font-size: 14px;
font-style: normal;
font-weight: normal;
text-align: left;
}

a {color: #666; text-decoration: none; font-weight: bold; font-family: Verdana, Arial, sans-serif;}
a:hover {color: #b44000; text-decoration: none; }
a:active {color: #FFF; text-decoration: underline;}

.hand{cursor:pointer;}
.help{cursor:help;}

/* Presentation Stylesheet */ 
h4 {
 margin:0;
 padding: 5px 0;
 }
 
.hl {font-weight: bold; font-size: 1.8em;}
.hll {font-weight: bold; font-size: 1.2em;}
.emp {font-style: italic;}

.imgb {border: #ffe57f solid 1px;}

.artc {text-align:center;}
.artl {margin: 0 0 15px 15px; text-align:left;}

/* Layout Stylesheet */ 

#container {
 height: 100%; z-index: 1;
}

#photos {
   position: absolute; left: 650px; top: 10px; z-index: 10;
}

#lh-col {
 position: absolute;
 top: 20px;
 left: 0px;
 width: 175px;
 height: auto;
 border: none;
 background: transparent;
 color: #FFF;
 margin: 0px;
 padding: 0px;
 }

#rh-col {
 margin: 0 0 0 35px;
 border: none;
 background: #000;
 width: 593px;
 height: 800px;
 color: #FFF;
 padding: 20px;
 }