﻿#div-contactus-body
{
	float:left;
	padding-bottom:25px;
	background-color:#fff;
	height:600px;
}
	#div-contactus-header
	{
		background-image:url('images/header.jpg');
		width:830px;
		height:65px;
		line-height:65px;
		text-align:right;
		padding-right:50px;
		color:#fff;
		font-size:1.7em;
		font-weight:bold;
	}
	div.div-contact
	{
		float:left;
		width:290px;
		text-align:center;
		padding-top:25px;
	}
		div.div-contact:first-child
		{
			padding-left:10px;
		}
		.span-contactmethod
		{
			padding-top:15px;
			width:100%;
			display:block;
			font-size:0.8em;
			
		}
		
