/*	Connect - What we believe
	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:40px
}

div.main p 
{
	margin-left:40px;
}