body,td { font: 12px 'Courier New', Courier, monospace; color:#FFF; line-height: 1.4em;}

.background { width:100%; height:100%; background:#000 url(../img/microsites/packoflies/background.jpg) no-repeat top center; }

#mainContent table { float:right; }
#mainContent a { color: #F00; }
#mainContent a:hover { color: #FFF; }

#booktable td {  border-bottom:1px solid #404040; }
#booktable td a { float:right; color:#F00; text-decoration:none; } 
#booktable td a:hover { color:#FFF; text-decoration:none; }

.quote { font: normal 16px 'Courier New', Courier, monospace; color:#F00; margin: 0 0 10px 0; }
.credit { font: normal 11px 'Courier New', Courier, monospace; color:#FFF; margin-left:10px;}

h1 {  }
h2 { text-align:left; font: bold 16px 'Courier New', Courier, monospace; color:#39C; height:28px; text-transform:uppercase; margin:12px 0 0 4px; }
h3 {  }

hr { border: 1px; color: #404040; background-color: #404040; height: 1px; clear: both; }

#nav { float:left; list-style:none; margin:0; padding:0; }
#nav li { display:block; text-align:left; list-style:none; height:18px; margin:0; overflow:hidden; vertical-align: bottom;}
#nav li a { display:block; text-decoration:none; overflow:hidden; }

/* Scroll Bar Styling Starts Here */

#scrollContent {
/* Typical fixed height and fixed width example */
text-align:left;
width: 450px;
height: 320px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
xbackground-color: #E7EADE;
margin: 0 10px 0px 4px;
padding:0 10px 0 0;
}

#scrollContent table { float:left; }

.scrollgeneric { line-height: 1px; font-size: 1px; position: absolute; top: 0; left: 0; }
.vscrollerbase { width: 10px; background-color: #666; filter:alpha(opacity=50); /* Internet Explorer */ -moz-opacity:0.5; /* Mozilla 1.6 and below */opacity: 0.5; /* newer Mozilla and CSS-3 */ }
.vscrollerbar { width: 10px; background-color: #39C; }
.hscrollerbase { height: 10px; background-color: #666; }
.hscrollerbar { height: 10px; background-color: #39C; }
.scrollerjogbox { width: 10px; height: 10px; top: auto; left: auto; bottom: 0px; right: 0px; xbackground-color: gray; }
