/* guitar.css */
body {
	background-color: #202020;
	color:            #DDDDDD;
	font-family:      arial;
}

h1 {
	color:       #ffffff;
	text-align:  center;
	font-family: times;
	font-size:   150%;
}

h2 {
	color:        #ffffff;
	text-align:   center;
	font-family:  times;
	font-size:    150%;
	font-variant: small-caps
}

h3 {
	color:        #ffffff;
	font-size:    120%;
	font-variant: small-caps
}

p.bodytext {
	color:       #ffffff;
	text-align:  center;
	font-family: arial;
	font-size:   100%;
}

#header {
	border-bottom: 0px;
	margin-bottom: -15px;
}

#lefthand {
	width:       38%;
	float:       left;
	padding:     40px;
	padding-top: 10px;
	margin-left: 2%;
	border:           solid 2px #999999;
	background-color: #101010;
}

#righthand {
	padding:      10px;
	margin-left:  52%;
	margin-right: 2%;
	padding:      40px;
	padding-top:  10px;
	border-left:  0px;
	border:           solid 2px #999999;
	background-color: #101010;
}
