h1
{
	font-size: 120%; 
	margin: 0; 
	padding: 0;
}
 
#top 
{
	clear: both;
}

#contact1
{
	float: left;
	width: 330px;	
	background-color: #DCF0FB;
	padding: 10px;
	clear: left;
}

#contact_title
{
	float: left;
	width: 350px;	
	color: White;
	background-color: #369;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	text-align: center;
}

#contact2
{
	float: right;
	width: 300px;
	background-color: #DCF0FB;
	padding: 0 10px 10px 10px;
	margin-right: 25px;
}


#bottom
{
	clear: both;
}

.contact_heading
{
	background-color: #369;
	color: White;
	text-align: center;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	margin: 0 -10px 10px -10px;
	
}

