div#contact{
}

	div#contact h2#come{
		background-image: url(/images/contact_h2_come-see.png);
		height: 13px;
		margin: 10px 0 15px 0;
		text-indent: -50000px;
		width: 111px;
	}
	
	div#contact h2#goodytwos{
		background-image: url(/images/contact_h2_goodytwos.png);
		height: 19px;
		margin: 20px 0 11px 0;
		text-indent: -50000px;
		width: 249px;
	}

	div#contact ul#secondary_nav{
	}
	
		div#contact ul#secondary_nav li#contact a{
			background-image: url(/images/secnav_contactus.png);
			width: 74px;
		}

	div#contact div#left_col{
		float: left;
		width: 330px;
	}
	
	div#contact div#left_col img{
		margin-bottom: 8px;
	}
	
		div#contact div#left_col div#nibble{
			margin-top: 10px;
		}
		
			div#contact div#left_col div#nibble img{
				float: left;
				padding: 0 0 0 30px;
			}
			
			div#contact div#left_col div#nibble h2{
				background-image: url(/images/contact_h2_nibble.png);
				display: inline-block;
				height: 17px;
				margin: 0 0 4px 0;
				text-indent: -50000px;
				width: 139px;
			}
		
	
	div#contact div#right_col{
		float: right;
		width: 560px;
	}
	
	div#contact p strong.green{
		color: #c4cc32; /* lighter green text */
	}

	div#contact a{
		color: #999;
		text-decoration: none;
	}

	div#contact a:hover{
		text-decoration: underline;
	}