﻿body 
{
	font-family:Arial, Helvetica, sans-serif;
}
.header
{
	padding: 5px;
	text-align: center;
	background-color: #ececec;
	font-weight: bold;
	margin-top: 10px;
	width: 750px;
}

.row{
	background-color: Transparent;
	display:block;
	height: 24px;
	margin: 0px;
}
.left
{
	width:400px;
	float:left;
}

.right
{
	width:150px;
	float:left;
}
.clear{
	float:none;
	clear:both;
	height:0px;
}

.contact
{
	float: left;
	margin: 10px 10px;
	width: 200px;
	height: 100px;
}

.contact_AM
{
	float: left;
	margin: 10px 10px;
	width: 300px;
	height: 100px;
}

.contact_IAM
{
	float: left;
	margin: 10px 10px;
	width: 200px;
	height: 120px;
}