BODY {
    font: 1em Georgia, Times New Roman, Serif;
    background-color: #000;
    color: #FFD;
}

* { margin: 0; padding: 0; }

IMG { border: 0; }

A { color: #DDDDBB; }

DIV#parchment {
        background: #000 url(http://www.hangjones.com/i/bg_parchment.jpg) top left no-repeat;
        margin: 15px auto 0 auto;
        width: 959px;
        height: 668px;
        border: 1px solid #000;
    }
    
    /*partially-transparent box*/
    #parchment DIV#box {
        color: #000;
        font-size: .8em;
        background-color: #FFD;
        padding-left: 12px;
        filter:alpha(opacity=65);
        -moz-opacity:0.65;
        -khtml-opacity: 0.65;
        opacity: 0.65;
        overflow: auto;
    }
    #box A { color: #000; }
    

#parchment DIV#NavJones {
	    margin: 48px 0 0 48px;
    }
    
    #NavJones UL {
            list-style: none;
            margin: 3px 0 0 6px;
            font-size: 0;
        }
        
        #NavJones UL LI { 
            display: inline; 
            padding: 0 4px; 
        }
        
        #NavJones UL#subnav { 
            margin: 0 0 0 50px; 
            width: 320px;
            padding-top: 13px;
            visibility: hidden;
            background: url(http://www.hangjones.com/i/navsub_line.gif) top center no-repeat;
            font-size: 0;
        }
        
        #NavJones UL#subnav LI { padding: 0 4px; }
    
        
#parchment DIV#holster_right {
        margin: -100px 0 0 500px;
        width: 390px;
    }
    
    #holster_right H1 {
        font-size: 2em;
        letter-spacing: -.8px;
        font-variant: small-caps;
        text-align: center;
        padding: 8px 0;
    }
        
    #holster_right H2 {
        font-size: 1.1em;
        letter-spacing: -.8px;
        font-variant: small-caps;
    }
    
    #holster_right DIV#box {
        width: 100%;
        height: 520px;
    }
    
    #holster_right DIV.VideoJones {
        margin: 100px 0 0 -25px;
        display: none;
    }
        
    #holster_right DIV#TheWords {
            margin: 10px 0;
            font-weight: normal;
            font-size: 1.2em;
        }
        
        #TheWords P { margin-bottom: 10px; }
    

#parchment DIV#holster_left {
        margin: 25px 0 0 70px;
        padding: 10px;
        width: 370px;
        height: 390px;
        float: left;
    }
    
    #holster_left H2 {
        font-size: 1.1em;
        letter-spacing: -.4px;
        font-variant: small-caps;
    }
    
    #holster_left P { margin-bottom: 10px; }
    
    #holster_left IMG.thumb { margin: 8px; }
    
    #holster_left DIV#box {
        width: 100%;
        height: 200px;
    }
    
    
    
#parchment DIV#bandolero {
        width: 840px;
        margin: 20px 0 0 60px;
        text-align: center;
    }

    #bandolero IMG.thumb { margin: 15px; }    
    #bandolero P { padding: 5px; }
    
    #bandolero INPUT#emailmeat {
        font-size: .6em;
        border: none;
        padding: 2px;
        width: 250px;
        margin: 0 6px;
    }
    
    #bandolero H3.ChapterTitle {
        margin-top: 10px;
        text-align: center;
    }
    
    #bandolero H3.ChapterSubTitle {
        margin: 6px 0 16px 0;
        text-align: center;
        font-size: 1em;
    }
	   
	   
UL#chapters {
        float: left;
        margin: -2px 0 0 15px;
        list-style: none;
        width: 97px;
    }
    
    UL#chapters LI {
        padding: 0;
        margin: 0;
        height: 33px;
    }
    

UL#tourdates, #holster_left UL {
        margin-left: 20px;
        list-style-image: url(http://www.hangjones.com/i/bullet_star.gif);
    }	   
	    
	#tourdates LI, #holster_left LI { padding-bottom: 10px; }
		
	#tourdates LI P { padding: 4px 0; }
	
	#tourdates A { color: #000; }
	
DIV#downunder {
        width: 950px;
        margin: 0 auto;
        font-size: .7em;
    }

    #downunder P { 
        float: left; 
        padding-left: 30px;
        line-height: 2em;
    }
    
    #downunder INPUT#electronicmailaddress {
        border: none;
        padding: 2px;
        width: 180px;
        margin: 0 6px;
    }
	    
    #downunder UL#below {
            list-style: none;
            margin: 0 auto;
            text-align: right;
        }

        #below LI { display: inline; }	
        

SPAN#subscribe_box {
        background-color: #000;
        padding: 6px;
        filter:alpha(opacity=60);
        -moz-opacity:0.6;
        -khtml-opacity: 0.6;
        opacity: 0.6;
        line-height: 50px;
        padding-left: 50px;
        margin-left: -45px;
    }
    
    #subscribe_box A { color: #F93; }
    
#free_email_input {
    border: none;
    padding: 2px;
    width: 280px;
    margin: 0 6px;
}