@charset "utf-8";
/* CSS Document */
html{
overflow-x:hidden;
height:100%; 
}

body{
margin: 0px;
background-color: #3f2202;
background-image:url(../images/background.jpg);
background-repeat: repeat-y;
background-attachment:fixed;
background-position:center;
height:100%; 
}
#container{
width: 777px;
margin: 0 auto;
position: relative;
height:100%;
}
#leftbar{
background-image: url(../images/leftback.jpg);
width: 174px;	
padding-left: 25px;
background-repeat: repeat-y;
background-position:right;
height: 100%;
float: left;
padding-bottom: 20px;
}
#rightbar{
background-image: url(../images/guitar_right.png);
background-repeat: no-repeat;
width: 133px;
height: 351px;
float: right;
}
.small{
display:none;
}

h2{
font-size: 12px;
margin-bottom: 0px;
}

#content{
background-image:url(../images/contentback.jpg);
width: 425px;
float: right;
height:100%;
padding-left: 10px;
padding-right: 10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #5a1c00;
line-height: 19px;
padding-bottom: 20px;
}

#content a{
text-decoration: none;
color: #cc4800;
}

#content a:hover{
border-bottom: dotted 1px #cc4800;
color: #cc4800;
}

#footer{
text-align:center;
padding-top: 50px;
width: 100%;
padding-bottom: 10px;
}
.minilink2{
font-size: 9px;
font-family: verdana, arial;
font-decoration: none;
color: #3f2202;
text-decoration: none;
padding-left: 10px;
}


.pagenav_prev{
margin-left: 60px;
}
.pagenav_next{
margin-left: 60px;
}




.sIFR-active h1,
    
    .sIFR-active h3,
    .sIFR-active h4,
    .sIFR-active h5#pullquote {
    	visibility: hidden;
      font-family: Verdana;
      line-height: 1em;
    }

    .sIFR-active h1 {

font-size: 13px;

    }

  

    .sIFR-active h3 {
    	font-size: 18px;
    }

    .sIFR-active h4 {
    	font-size: 21px;
    	font-weight: normal;
    }

    .sIFR-active h5#pullquote {
    	font-size: 24px;
    }