/* String Instrument Rentals Style Sheet */
a img {
	border: 0px none;
	display: block;			/* removes extra space underneath caused by default text-alignment */
	margin: 0;
	padding: 0;
	}
	
#center {
	margin: 0 0% 0 25%;
	padding: 1% 3%;
	color: #000;
}

#rentalsimg {
	margin: 0 0% 0 170px;
	height: 250px;
	background: #000000 url(../Assets/Images/BGrentals.jpg) no-repeat right top;
	text-align: center;
	border-top: 1px solid #000000;	
}

#bandimg {
	margin: 0 0% 0 170px;
	height: 250px;
	background: #000000 url(../Assets/Images/BGoboetmp.jpg) no-repeat right top;
	text-align: center;
	border-top: 1px solid #000000;	
}

#guitarimg {
	margin: 0 0% 0 170px;
	height: 250px;
	background: #000000 url(../Assets/Images/BGguitar.jpg) no-repeat right top;
	text-align: center;
	border-top: 1px solid #000000;	
}

#stringimg {
	margin: 0 0% 0 170px;
	height: 250px;
	background: #000000 url(../Assets/Images/BGcello.jpg) no-repeat right top;
	text-align: center;
	border-top: 1px solid #000000;	
}

table {
	background-color:#FFFFFF;
	width: 75%;
	border: 1px solid #000000;
	border-collapse:collapse;
}

td {
	border: 1px solid #000000;
	padding: 4px 6px;
	text-align:center;
}

th {
	border: 1px solid #000000;
	background-color:#999999;
	text-align:center;
	
}



	


