@charset "utf-8";
/* CSS Document */

#leftColumn {
float: left;
width: 305px;
margin: 30px 0 0 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: 20px 0 0 15px;
}

#rightColumn p {
padding-bottom:8px;
}
#rightColumn .firstParagraph img.lower {margin-bottom:-2px;}


