/* Contact */

#form-contact {
	width: 350px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	}
	
	#form-name, #form-email, #form-subject, #form-message {
		width: 345px;
		}
	
	#form-contact label {
		display: block;
		font-weight: bold;
		color: #777;
		}

	#form-submit {
		float: right;
		margin: 20px 0 0 0;
		}
		
#contact-sohmer {
	width: 125px;
	height: 125px;
	background: url('/images/contact-avs.png') no-repeat;
	}
	
#contact-lar {
	width: 125px;
	height: 125px;
	background: url('/images/contact-avs.png') -125px 0 no-repeat;
	}
	
#contact-randy {
	width: 125px;
	height: 125px;
	background: url('/images/contact-avs.png') -250px 0 no-repeat;
	}
	
#contact-mccahan {
	width: 125px;
	height: 125px;
	background: url('/images/contact-avs.png') -375px 0 no-repeat;
	}
	
#contact-becker {
	width: 125px;
	height: 125px;
	background: url('/images/contact-avs.png') -500px 0 no-repeat;
	}

#contact-stone {
       width: 125px;
       height: 125px;
       background: url('/images/contact-avs.png') -875px 0 no-repeat;
}

#contact-tim {
	width: 125px;
	height: 125px;
	background: url('/images/contact-avs.png') -750px 0 no-repeat;
	}

