﻿body 
{
    background-color: #000000;
    margin: 0;
    padding: 0;
    text-align: left;
    font-family: Tahoma;
    color: White;
}

#main_page
{
    margin: auto;
    height: 600px;
    width: 800px;
    background-image: url(images/website2006.gif);
    position: relative;
}

#red_bar
{
    background-color: #A90300;
    width: 100%;
    height: 11px;
    position: absolute;
    top: 121px;
    left: 0px;
    display: block;
    overflow: hidden;
}

#red_bar_main
{
    background-color: #A90300;
    width: 100%;
    height: 11px;
    position: absolute;
    position: absolute;
    top: 100px;
    left: 0px;
    display: block;
    overflow: hidden;
}

.red-bar
{
    background-color: #A90300;
    width: 100%;
    height: 11px;
    display: block;
    overflow: hidden;
}

#links
{
    position: absolute;
    text-align: center;
    width: 100%;
    left: -5px;
    top: 88px;
    font-size: 7pt;
    font-weight: bold;
}

#links ul
{
    list-style-type: none;
}

#links li
{
    float: left;
}

#links a
{
    color: White;
    text-decoration: none;
    padding: 0 10px;
}

#links a:hover
{
    color: #B5B5B5;
}

#header
{
    position: absolute;
    top: 0px;
    left: 40px;
    background-image: url(images/secondary-page-header.gif);
    width: 539px;
    height: 111px;
    display: block;
}

#header_bg
{
    position: absolute;
    height: 91px;
    left: 0px;
    background-image: url(images/header_bg.gif);
    width: 100%;
    display: block;
}

#secondary_grad_bar
{
    position: absolute;
    top: 30px;
    height: 7px;
    top: 171px;
    overflow: hidden;
    width: 100%;
    background-image: url(images/bar-grad.gif);
}

#footer_bar
{
    position: absolute;
    left: 0px;
    width: 100%;
    top: 537px;
    height: 7px;
    background-image: url(images/bar-grad.gif);
    overflow: hidden;
    display: block;
}

#tabs
{
    position: absolute;
    top: 135px;
    color: white;  
    font-weight: normal;
    left: 20px;
}

#tabs a
{
    color: white;
    text-decoration: none;
}

#tabs a:hover
{
    color: black;
}
#tabs ul
{
    list-style-type: none;
    font-size: 9pt;
    width: 800px;
    margin: 0px;
}

#tabs li
{
    float: left;
    background-image: url(images/dk-gray-tab.gif);
    background-repeat: no-repeat;
    height: 30px;
    padding: 10px 10px 10px 13px;
}

#tabs li.current
{
    background-image: url(images/lt-gray-tab.gif);
}

#bottom-tabs
{ position: absolute; top: 532px; 
width: 394px; 
color: White;
    left: 69px;
}

#bottom-tabs a { color: White; text-decoration: none; }
#bottom-tabs a:hover { color: Black; }

#bottom-tabs ul { list-style-type: none; width: 100%; font-size: 9pt;}
#bottom-tabs li  
{
    float: right; 
    background-image: url(images/dk-gray-tab-bt.gif); 
    height: 20px; 
    padding: 10px 13px 10px 10px;
    background-position: bottom right;
}
#bottom-tabs li.current {background-image: url(images/lt-gray-tab-bt.gif);}

#webdesign_text
{
    position: absolute;
    top: 185px;
    left: 425px;
    width: 290px;
    height: 357px;
    text-align: left;
    vertical-align: middle;
    color: white;
    padding-right: 20px;
    font-size: 80%;
}  

#webdesign_text a
{
    color: White;
}

#webdesign_text a:hover
{
    color: #555;
} 

#display_image
{
    position: absolute;
    top: 185px;
    left: 350px;
    /*width: 290px;
    height: 357px;*/
    text-align: center;
    vertical-align: middle;
    color: white;
    padding-right: 20px;
}


#display_image p
{
    padding-left: 50px;
    font-weight: normal;
    font-size: 12px;
    margin: 10px 0px;
}

#thumbs
{
    position: absolute;
    top: 192px;
    left: 20px;
    background-repeat: no-repeat;
    width: 230px;
    height: 343px;
    display: block;
} 

#thumbs img
{
    cursor: pointer;
    margin-right: 5px;
}