/* CSS Document */
    body {
        text-align: center;
        background-color: #fde4bc;
	      font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	      font-size: 12px;
    }
    h1 { font-size:18px }
    h2 { font-size:16px }
    h3 { font-size:14px }
    a { outline:none }
    #container {
        width: 785px;
        margin:0 auto;
        /*text-align: center;*/
    }
  
    #headbar {
        background: url(images/bg_top.gif) no-repeat;
        width: 785px;
        height: 24px;
    }
  
    #main {
        background: url(images/bg_mid.gif);
        margin:0 auto;
        /*text-align: center;*/
    }
    #content {
        width: 785px;
        margin:0 auto;
        /*text-align: center;*/
    }

    #logos {
        width: 740px;
        margin:0 auto;
    }
    #logos h2 {
        font-size: 18px;
    }
    #thinlogos {
        text-align: right;
    }
    #artstext {
        width:400px; 
        float: right; 
        text-align: right; 
        color: #aaaaaa;
    }
    #artslogo {
        width:300px; 
        float: left;
    }
    
    #menu {
        /*border:1px solid #000;*/
        width: 740px;
        margin:0 auto;
    }

    #flashbox {
        /*border:1px solid #000;*/
        width: 740px;
        margin:0 auto;
    }

    #footbar {
        background: url(images/bg_bot.gif) no-repeat;
        width: 785px;
        height: 24px;
    }
    #footer {
        font-size: 10px;
    }
    #footer a {
        text-decoration: none;
    }
    
    #innercol_text {
        height: 100%;
        position: relative;
        text-align: left;
        padding: 4px 8px
    }
    #innercol_text li, #innercol_text div li {
        margin: 0px 0px 10px 0px;
    }
    #innercol_text div li a {
        text-decoration: none;
    }
    #innercol_text #liner {
        position: absolute;
        bottom: 0;
        left: 0;
    }
    #tm {
        font-size: 6px;
    }

    hr {
        border: 0;
	      color: #ccc;
        background-color: #ccc;
        height: 1px;
	      width: 95%
    }
    ul { margin-left: 0px }
    
    ul#nav { 
        background:url(images/navbar.gif);
        position:relative; 
        top:1px; 
        left:1px;
        height: 18px
    }
    ul#nav li { 
        float:left; 
        list-style-type:none 
    }
    ul#nav li a { 
        height:40px; 
        display:block; 
        position:absolute; 
        top:0; 
        text-indent:-9999px; 
        outline:none 
    }
    
    li#navHome a, li#navLinkbox a, li#navCds a, li#navFaq a, li#navBuy a, li#navContact a { background:url(images/navbar.gif) }

    li#navHome a { background-position:0 0; width:124px; left:0 }
    li#navHome a:hover { background-position:0 -40px }
    body#pageHome li#navHome a { background-position:0 -80px }

    li#navLinkbox a { background-position:-124px 0; width:124px; left:124px }
    li#navLinkbox a:hover { background-position:-124px -40px }
    body#pageLinkbox li#navLinkbox a { background-position:-124px -80px }

    li#navCds a { background-position:-247px 0; width:214px; left:247px }
    li#navCds a:hover { background-position:-247px -40px }
    body#pageCds li#navCds a { background-position:-247px -80px }

    li#navFaq a { background-position:-370px 0; width:124px; left:370px }
    li#navFaq a:hover { background-position:-370px -40px }
    body#pageFaq li#navFaq a { background-position:-370px -80px }

    li#navBuy a { background-position:-493px 0; width:124px; left:493px }
    li#navBuy a:hover { background-position:-493px -40px }
    body#pageBuy li#navBuy a { background-position:-493px -80px }

    li#navContact a { background-position:-616px 0; width:124px; left:616px }
    li#navContact a:hover { background-position:-616px -40px }
    body#pageContact li#navContact a { background-position:-616px -80px }
    
    body#pop { background: #fff; }
    #pop_headbar { background-color: #fff; }
    #pop_main { padding: 12px; }
    #pop_left { width: 47%; float: left; margin-right: 18px;}
    #pop_right { width: 47%; float: left; text-align: left; }
    #pop_top, #pop_bot { width: 98%; text-align: left; }
    
    

