@charset "UTF-8";
/* CSS Document */



#contactHolder{
	width:620px;
	height:357px;
	position:absolute;
	top:166px;
	left:220px;
	
}

#contactHeader{
	width:300px;
	height:28px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#000000;
	border-bottom:#000000 1px dotted;
	float:left;
}

#contactBody{
	width:400px;
	height:300px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	float:left;
	text-align:left;
}


