/* CSS Document */
#contactBody h2{
	margin:10px 0;
	padding:0;
	width:150px;
	height:24px;
	position: relative;
	display: block;
	background: transparent url(/images/contact.gif) no-repeat;
	background-position: center top;
	font-size: 5px;
	text-indent: -9999px;
	text-decoration: none;
	}
	
#contactBody h3{
	margin:10px 0;
	}

.eachArea{
	margin-bottom:10px;
	}
	
.eachArea p{
	margin-bottom:10px;
	}
	
table#contactLayout{
	width:600px;
	border-collapse: collapse; 
	}
	
table#contactLayout th{
	border:1px #ddd solid;
	width:100px;
	padding:10px;
	text-align:center;
	}
	
table#contactLayout td{
	border:1px #ddd solid;
	padding:10px;
	}

table#contactLayout td.button{
	text-align:center;
	}