/*	Connect - Where are we
	Author: Seth Baur
	Last modified: Sat Apr 5 2008, 10:00PM
	
	CONTENTS:
		BODY-CONTENT
	
	COLORS:
		background: #776f4f
		text: #464646
		purple: #6a3862
		
	Notes:
		Internet Explorer prefers absolute positioning to be done with coordinate points (i.e. top or bottom).
		Do not use margins for absolute positioning.
*/

/* =BODY-CONTENT
	----------------------------------------------------------------*/

div.maincontent 
{
	padding-top: 30px;
}

div.maincontent p 
{
	margin-right:250px;
}

#map /* Google map */
{
	border:1px solid black;
	margin-top:5px;
	float:right;
	width:230px;
	height:230px;
}