/** this css document for drum echoes */

#navigation {
text-align:center;
padding-top:15px;
}

#navigation img {
border:none
}

/** two columns in the content section */
#content .column {
padding: 0px 5px 5px 0px;
}

#content .heading {
color:#990000;
font-variant:small-caps;
font-weight:bold;
font-size:1.1em;
border-bottom:#990000 dashed thin;
}

h2 {

font-weight: bold; 
font-variant:small-caps;
font-size: 1.0em; 
padding-bottom: 0px; 
padding-top: 3px; 
margin-left: 10px; 
}

#columnOne {
float:left;
width:60%;
margin-right:10px;
margin-left:10px;
}

#columnTwo {
float:left;
width:32%;
margin-right:10px;
text-align:left;
}