/* V - Contact Page */
/*
#contactPage #bodyContainer .mainColumn { 
	float:none; 
	padding-left:30px;
	width:860px;
	background-image:url(images/v-contact.jpg);
	background-position:right;
	background-repeat:no-repeat;
	height: 280px;
}
#contactPage #bodyContainer .mainColumn .mainText h1 { 
	font-size:3em;
	line-height:1em;
	letter-spacing:-2px;
}

#contactPage .mainColumn .mainText {
	width:450px;
	padding-top:20px;
	color:#666666;
}
*/

#contactPage #bodyContainer .mainColumn .mainImage { background-image:url(images/v-contact.jpg); }
#contactPage #addresses { margin-top:20px; }
#contactPage .perRow { margin-bottom:20px; border-bottom:1px solid #222; }
#contactPage .perAddress { width:200px; margin-right:10px; float:left; padding-bottom:10px; }
#contactPage .perAddress .addressHeader { background-color:#222; padding:5px; color:#66CCFF; } 
#contactPage .perAddress .addressDetails { padding:5px; }
#contactPage .perAddress p { margin-bottom:15px; }