/* Basic Body Colors
---------------------------------------------*/

body { background-color: #fffdeb; color: #333; font-family: Georgia, Times, "Times New Roman", serif; }
h1, h2, h3, h4, h5, h6, a { color: #934343; }

/* Columns
----------------------------------------------*/

.container { padding: 0; }
.column_cushion { padding: 0 20px; }

.left_column { margin-top: -20px; width: 220px; float: left; }
.left_column .column_cushion { position: fixed; width: 180px; }

.contact span.street { font-size: 11px; }
.contact span.city { font-size: 11px; }
.contact p { line-height: 110%; font-size: 12px; }

.donation h3 { text-transform: uppercase; font-size: 16px; }
.donation p { color: #666; font-style: italic; font-size: 13px; line-height: 18px; }

.right_column { width: 530px; margin-left: 220px; margin-top: 20px; }
.right_column p { line-height: 150%; }
.right_column p, .right_column h2, .right_column h3 { text-indent: 20px; }
