@charset "utf-8";/* CSS Document */#header {  	width:900px;  	height:100px;	margin: auto;}#navigation {  	background-color:#FFFF00;  	width:900px;  	height:20px;	text-align:center;	margin: auto;	border-bottom: 1px solid;	border-top: 1px solid;;}#navigation a{  	color:#000000;  	text-decoration:none;  	padding:10px 20px 10px 20px;}#navigation a:hover{  	text-decoration:underline;  	color:#003366;}#content {	background-color:#b62125;	width: 900px;	height: 400px;	margin: auto;}#contentContact a{  	color:#000000;  	text-decoration:none;}#contentContact a:hover{  	text-decoration:underline;  	color:#003366;}#contentFender {	background-color:#b62125;	width: 900px;	height: 400px;	margin: auto;}#contentGibson {	background-color:#b62125;	width: 900px;	height: 700px;	margin: auto;}#contentRick {	background-color:#b62125;	width: 900px;	height: 1400px;	margin: auto;}#contentOther {	background-color:#b62125;	width: 900px;	height: 400px;	margin: auto;}#contentPast {	background-color:#b62125;	width: 900px;	height: 400px;	margin: auto;}#contentContact {	background-color:#b62125;	width: 900px;	height: 400px;	margin: auto;}#text {	width: 425px;	height: 400px;	float:left;	padding-left:10px;}#textFender {	width: 800px;	height: 400px;	margin:auto;	padding-left:10px;}#textGibson {	width: 800px;	height: 700px;	margin:auto;	padding-left:10px;}#textRick {	width: 800px;	height: 1400px;	margin:auto;	padding-left:10px;}#textOther {	width: 800px;	height: 400px;	margin:auto;	padding-left:10px;}#textPast {	width: 800px;	height: 400px;	margin:auto;	padding-left:10px;}#textContact {	width: 800px;	height: 400px;	margin:auto;	padding-left:10px;}#images {	width: 425px;	height: 400px;	float:right;	margin:auto;}#indImage {    background-color: #b62125;	width: 350px;	height: 350px;	margin:auto;	border: 3px solid;}#footer {  	background-color: #b62125;  	width:900px;  	height:19px;  	padding-top:3px;	margin: auto;}#footer a{  	color:#000000;  	text-decoration:none;}#footer a:hover{  	text-decoration:underline;  	color:#003366;}