body {
    margin: 0px;
    padding: 0px;
    text-align:left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #fefefe;
    color: #080808;
}

img
{
    border: 0;
}

a
{
    color: #c4b140;
    text-decoration:  none;
    outline: none;
}

a:hover
{
    color: #c0b000;
}

.contact a 
{
     color: #b47100;
}

div {
/*    border: 1px solid #808080; */
    padding: 0;
    margin: 0;
}



div#main {
    position:relative;
    margin-left:auto;
    margin-right:auto;
    top: 8px;
    width:790px;
}

div#header {
    position: absolute;
    width:790px;
    height:116px;
    left:0px;
    top: 0px;
    text-align: center;
    padding-top: 14px;
}

div#content {
    position: relative;
    width: 790px;
    top: 112px;
    color: #f0f0f0;
    clear: both;
}

div.column {
    height: 380px;
}

div#left {
    position:absolute;
    width:248px;
    top: 0px;
    left: 13px;
}

div#single {
    width: 764px;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
}

div#middle {
    position: relative;
    width: 248px;
    top: 0px;
    left: 271px;
}

div#right {
    position:absolute;
    width:248px;
    top: 0px;
    left: 529px;
}

div#footer {
    position: relative;
    width: 790px;
    clear: both;
    margin-top: 120px; /* header height plus x */
    text-align: center;
    margin-left:auto;
    margin-right:auto;
}

h1 {
    margin: 0;
    padding-top: 11px;
    font-size: 12pt;
    font-weight: normal;
}

div.black-top
{
    background: url(../images/tab-burn-top.png) top no-repeat;
    height: 38px;
    text-align: center;
}

div.black-middle
{
    background: url(../images/tab-black-middle.gif) top repeat-y;
    height: 323px;
}

div.black-bottom
{
    background: url(../images/tab-black-bottom.gif) top no-repeat;
    height: 16px;
}

div.blue-top
{
    background: url(../images/tab-blue-top.png) top no-repeat;
    height: 38px;
    text-align: center;
}

div.blue-middle
{
    background: url(../images/tab-blue-middle.gif) top repeat-y;
    height: 323px;
}

div.blue-middle-wide
{
    background-color: #0e1c34;
    height: 323px;
    width: 764px;
}

div.blue-bottom
{
    background: url(../images/tab-blue-bottom.gif) top no-repeat;
    height: 16px;
}

div.gray-top
{
    background: url(../images/tab-burn-top.png) top no-repeat;
    height: 38px;
    text-align: center;
}

div.gray-middle
{
    background: url(../images/tab-gray-middle.gif) top repeat-y;
    height: 323px;
}

div.gray-bottom
{
    background: url(../images/tab-gray-bottom.gif) top no-repeat;
    height: 16px;
}

div.column-body
{
    margin-top: 0px;
    padding-top: 0px;
    padding-left: 7px;
    padding-right: 6px;
}

div.column-text
{
    border-top: 1px solid #404040; 
    padding-top: 14px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 9pt;
    font-weight: normal;
    color: #a9a9a0;
    text-align: left;
}

div.column-text-wide
{
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 9pt;
    font-weight: normal;
    color: #a9a9a0;
    text-align: left;
}

span.contact
{
    font-size: 10pt;
    color: #080808;
}

span.notice
{
    color: #a0a0a0;
    font-size: 10pt;
}


table.icons
{
    border-collapse:collapse;
    margin-top: 6px;
    padding: 0px;
}

.icons td
{
    color: #f0f0f0;
    font-size: 10pt;
    text-align: left;
    vertical-align:middle;
    padding: 0px;
    padding-left: 10px;
    height: 80px;
}

img.widgetthumb30
{
    width: 85px;
    height: 110px;
}

img.widgetthumb50
{
    width: 127px;
    height: 166px;
}

