/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }
 
/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }
/* Removes list-style from lists */
ol,ul { list-style : none; }
 
/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }
 
/* Removes list-style from lists */
table { 
	border-collapse: collapse; 
	border-spacing : 0; 
	}
 
/* Removes border from fieldset and img */
fieldset,img { 
	border: 0; 
	}
 
/* Left-aligns text in caption and th */
caption,th { 
	text-align: left; 
	}
 
/* Removes quotation marks from q */
q:before, q:after { 
	content:''; 
	}
 
h1,h2,h3,h4,p,li {
	font-family: Futura, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	}

h1 {
	font-size: 2.0em;
	}

h2 {
	font-size: 14px;
	font-weight: 500;
	}

h3 {
	font-size: 12px;
	}

h4	{
	font-size: 0.7em;
	}

p {
	font-size: 10px;
	text-align: left;
	margin: 0;
	width: 264px;
	position: absolute;
	left: 18px;
	top: 197px;
	height: 50px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	}
 
html {
	text-align: center;
	font-family: Futura, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
}

body {
	width: 900px;
	height: auto;
    margin: 0 auto;
	padding: 5px;
	text-align: left;
	background: White;
	color: Black;
}

/* USED GUITARS */

#bannerFender {
	width: 864px;
	height: 85px;
    float: left;
	margin: 15px 15px 0 -20px;
	background: transparent url(../images/dividers/fender.jpg) no-repeat top;
	clear: both;
	}

.gtr {
	width: 800px;
	margin: 0 0 0 5px;
	clear: both;
	}


.gtr ul li {
	width: 264px;
	height: 154px;
	float: left;
	}
	
.gtr ul li img {
	width: 264px;
	text-align: left;
	float: left;
	}

.descGTR {
	float: left;
	margin: -43px 0 0 8px;
	}


.gtr ul li p {
	width: 185px;
	text-align: left;
	color: white;
	font-size: 9px;
	}

.gtrPrice h2 {
	width: 260px;
	color: #FEF8BD;
	font-weight: 100;
	font-size: 13px;
	text-align: right;
	margin: -2px 0 0 -12px; 
	}

#bannerGibson {
	width: 864px;
	height: 85px;
	float: left;
	margin: 15px 15px 0 -20px;
	background: transparent url(../images/dividers/gibson.jpg) no-repeat top;
	}

#bannerEpiphone {
	width: 864px;
	height: 85px;
	float: left;
	margin: 15px 15px 0 -20px;
	background: transparent url(../images/dividers/epiphone.jpg) no-repeat top;
	}

#bannerMisc {
	width: 864px;
	height: 85px;
	float: left;
	margin: 15px 15px 0 -20px;
	background: transparent url(../images/dividers/misc.jpg) no-repeat top;
	}

#bannerAcoustic {
	width: 864px;
	height: 85px;
	float: left;
	margin: 15px 15px 0 -20px;
	background: transparent url(../images/dividers/acoustic.jpg) no-repeat top;
	}

#bannerBass {
	width: 864px;
	height: 85px;
	float: left;
	margin: 15px 15px 0 -20px;
	background: transparent url(../images/dividers/bass.jpg) no-repeat top;
	}

