/** Begin Guitar Project CSS **/

body {
margin: 0px;
text-align: center;
background-color: #000000;
}

#container {
width: 800px;
height: 600px;
position: relative;
margin-left: auto;
margin-right: auto;
border: 0px;
text-align: left;
}

#maincol {
background-image:url(images/guitarmain.jpg);
background-attachment:fixed;
background-repeat:no-repeat;
font-family:verdana;
color:#FFFFFF;
width:553px;
height:317px;
top:210px;
left:188px;
position:absolute;
overflow:auto;
scrollbar-face-color : #000000; 
scrollbar-highlight-color : #000000; 
scrollbar-3dlight-color : #FEE5AC; 
scrollbar-shadow-color : #653501; 
scrollbar-darkshadow-color : #000000; 
scrollbar-track-color : #000000; 
scrollbar-arrow-color : #FEE5AC;
}

#container>#maincol {
	background-position: 428px 210px;
}

h3 {
font-family:comic sans ms, verdana, arial, helvetica;
color:#FEE5AC;
margin-top:30px;
text-align:center;
}

#maincol p {
font-size: 12px;
line-height:18px;
text-indent:30px;
margin:20px;
}

#topcol {
width:800px;
height:207px;
background-image: url(images/guitarheader.gif);
position:absolute;
top:0px;
left:0px;
}

#history {
width:188px;
height:46px;
left:0px;
top:207px;
background-image:url(images/history_button.gif);
position:absolute;
}

#brands {
width:188px;
height:44px;
left:0px;
top:253px;
background-image:url(images/brands_button.gif);
position:absolute;
}

#woods {
width:188px;
height:44px;
left:0px;
top:297px;
background-image:url(images/woods_button.gif);
position:absolute;
}

#strings {
width:188px;
height:46px;
left:0px;
top:341px;
background-image:url(images/strings_button.gif);
position:absolute;
}

#artists {
width:188px;
height:47px;
left:0px;
top:387px;
background-image:url(images/artists_button.gif);
position:absolute;
}

#left {
width:188px;
height:93px;
left:0px;
top:434px;
background-image:url(images/left_repeat.gif);
position:absolute;
}

#right {
width:59px;
height:317px;
left:741px;
top:210px;
background-image:url(images/guitar_right.gif);
position:absolute;
}

#brownline {
width:612px;
height:3px;
left:188px;
top:207px;
background-image:url(images/brownline.gif);
position:absolute;
background-repeat:no-repeat;
}

#bottom {
width:800px;
height:73px;
left:0px;
top:527px;
background-image:url(images/guitar_bottom.gif);
position:absolute;
}

#warlock {
float:left;
margin-right:15px;
border:solid 3px #653501;
}

#wayne {
float:right;
margin-left:15px;
border:solid 3px #653501;
}

/** End Guitar Project CSS **/