
body {
    background: #000;
    font-family: Helvetica,Geneva,Swiss,SunSans-Regular;
    font-size: 16px;
    letter-spacing: .06em;
    color: #ddd;
    margin: 0;
}

#nav{
    position: absolute;
    top: 0;
    bottom: 0; 
    left: 0;
    width: 241; /*Width of frame div*/
    height: 100%;
    overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
    background: #000;
    color: white;
}

#content{
    position: fixed;
    top: 0; 
    left: 241; /*Set left value to WidthOfFrameDiv*/
    right: 0;
    bottom: 0;
    overflow: auto; 
    background: #000;
    padding-left: 0px;
    padding-right: 10px;
    padding-top: 5px;
}

div#content_body {
    width: 780px;
}

div#content h2 {
    padding-left: 00px;
}

div#content img.left {
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    float: left;
}

div#content img.right {
    padding-top: 5;
    padding-left: 10px;
    padding-bottom: 5px;
    padding-right: 5px;
    float: right;
}

.innertube{
    margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

* html body{ /*IE6 hack*/
    padding: 0 0 0 241; /*Set value to (0 0 0 WidthOfFrameDiv)*/
}

* html #content{ /*IE6 hack*/
    height: 100%; 
    width: 100%; 
}

h2 {
    border-bottom: 2px dotted #333;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

h3 {
    color: #FE9628;
    background-color: #1B1F4C;
    padding: 4px;
}

h1 a {
    color: #FFF;
    text-decoration: none;
}
h1 a:visited {
    color: #FFF;
}

div#nav h1 {
    text-align: center;
    font-family: "Trebuchet MS", Verdana;
    letter-spacing: 1;    
}

div#nav h2 {
    text-align: center;
    border:0;
    font-family: "Trebuchet MS", Verdana;
    letter-spacing: 1;
}

div#nav ul {
    list-style: none;
    padding-left: 0px;
}

div#nav ul li {
    height: 20px;
    margin-left: 0;
}

div#nav ul li a {
    border-left: 7px solid #444;
    padding-left: 10px;
    text-decoration: none;
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1;
}

div#nav ul li a:hover {
    border-left: 7px solid #ddd;
    color: #ddd;
    
}

a {
    color: #9999cc;
}

a:hover {
    color: #9999cc
}

a:visited {
    color: #9999cc;
}

table tr td {
    font-size: 10pt;
}

.highlight {
    color: #ff3333;
    font-weight: bold;
    font-size: 11pt;
}

table#recordings tr td:first-child {
    text-align: center;
}

table#recordings tr td:first-child table.samples {
    text-align: center;
    margin: auto;
    margin-top: 10px;
    width: 350px;
}

table#recordings tr td:first-child table.samples tr td {
    text-align: left;
    padding: 4px;
    width: 80px;
}

div.newsitem {
    border-bottom: 1px solid #333;
    margin-left: 25px;
}

div#reviews blockquote {
    font-family: Times New Roman,Georgia,Times;
    font-size: 18px;
    margin-bottom: 25px;
}

div#reviews blockquote p {
    margin-bottom: 2px;
    width: 90%;
}

div#reviews blockquote p.source {
    text-align: right;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 25px;
    width: 100%;
    font-size: 14px;
}

