body{
    font-size: .9em;
    font-family: helvetica, verdana, sans-serif;
    margin: 0;
    padding: 0;
    
}

a {
    color:#9F935E;
}
ul.content{
    list-style-type:circle;
   
}
  
ul{
    list-style-type:none;
    margin:auto;
    padding-top: 5px;
    font-family: Times New Roman, serif;
}
        
    li{
        float:left;
    }
            
    ul a {
        padding: 0 20px 0 20px;
        text-decoration: none;
        color:#EADDA3;
       
        font-size: 18pt;                
    }
            
    ul a:hover{
        color:#FFF;
    }

      
    
            
   
#maincontainer{
    margin: 0 auto;
    width: 1024px;
    height:768px;
    text-align: center;
}

     #header{
        width: 1024px;
    }
    
        #logo{
            background-image: url('../images/logoo.png');
            height: 83px;
            width: 370px;
            float: left;
        }
        
        #tag{
            background-image: url('../images/tag.png');
            height: 83px;
            width: 482px;
            float: left;
            
        }
        
    #nav{
        width: 1024px;
        
    }
    
        #guitarworks{
            background-image: url('../images/guitarworks.png');
            height: 38px;
            width: 370px;
            float: left;
        }
        
        #main_nav{
            background-color:#9F935E;
            height: 38px;
            width: 654px;
            float: left;
        }
        
    #center{
        width: 1024px;
        
    }
    
    #centersub{
        width: 380px;
        float:left;
        
    }
        #centerleft{
            background-image: url('../images/center_left.jpg');
            height: 422px;
            width: 354px;
            float: left;
        }
        
        #centerleftsub{
            background-image: url('../images/center_left_sub.jpg');
            height: 422px;
            width: 380px;
            float: left;
        }
        
        #centermain{
            background-image: url('../images/frank_main.jpg');
            height: 422px;
            width: 670px;
            float: left;
        }
    
    #contentsub{
        float:left;
        width: 644px;
        text-align:left;
        line-height:1.5em;
    
    }
    #features{
        width: 1024px;
        text-align: left;
    }
    
        #featurecontainer{
            width: 370px;
            float: left;
        }
            #featureleft{
                background-image: url('../images/feature_left.jpg');
                height: 226px;
                width: 370px;
                float: left;
            }
            #featureleftbottom{
                background-image: url('../images/feature_left_bottom.jpg');
                height: 196px;
                width: 370px;
                float: left;
            }
        
         #featureleftsub{
            background-image: url('../images/feature_left_sub.jpg');
            height: 226px;
            width: 380px;
            float: left;
        }
        
        #featurecenter{
            width: 266px;
            float: left;
        }
        
        #featureright{
            width:168px;
            float: left;
        }
        #featureright1{
            width:201px;
            float: left;
        }

.thumbs{
    padding-right: 20px;
}

/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox {
	margin: 0 auto; /* center for now */
	width: 17em; /* ems so it will grow */
	background: url(sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
}
.boxhead {
	background: url(sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	background: url(sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody {
	background: url(sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
}