/* 	
	Table of Contents 
	
	[0] content
	[1] classes
	
*/

/* content */

#content{
	position: absolute;
	width: 600px;
	height: 360px;
	left: 465px;
	top: 50%;
	margin-top: -180px;
	display: none;
}
footer{
	position: absolute;
	width: 700px;
	height: 25px;
	left: 365px;
	top: 530px;
	text-align: right;
}
#map{
	position: relative;
	display: block;
	float: left;
	width: 340px;
	margin-right: 20px;
}
#text{
	position: relative;
	float: left;
	width: 200px;
	margin: 0;
	padding: 0;
}
/* [1] classes */
p.phonefax{
	width: 200px;
}
.right{
	position: absolute;
	left: 75px;
}
