@charset "utf-8";
/* CSS Document */

/* 
 * These are the style rules specific to the Contact Us page
*/

#content {
	height: 400px;
}

#leftColumn {
	width: 600px;
	float: left;
}

#rightColumn {
	width: 230px;
	float: right;
}

#rightColumn p {
	margin-top: 5px;
	margin-bottom: 15px;
	line-height: 1.3em;
}

#rightColumn h1 {
	font-size: 1.3em;
	margin: 0;
}


