@charset "utf-8";
/* CSS Document */

#content .darkRed {
color:#243F8C;
}


#leftColumn {
float:left;
width:298px;
margin:0;
padding:0;
text-align:center;
display: inline; /* fix an IE bug that doubles margin between first float and container box */
}

#rightColumn {
float: left;
width: 595px;
margin: 0 0 0 15px;
}

#rightColumn p {
text-indent:30px;
}

#rightColumn .firstParagraph {
text-indent:0;
}

#rightColumn #photo {
	float:right;
	margin:-60px 0 15px 15px;
	position:relative;
	z-index:100;
}

#rightColumn .signature {
	text-indent:0;
	margin:20px 0 20px 0;
}
