body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    text-align: center; /* for IE */    
    background-color: #fff;
}

img { border: none; }

h2 { font-size: 120%; }
h3 { text-align: center; }

a:link { color: #000000; }
a:visited { color: #000000; }
a:hover { color: #BB0000; }
a:active { color: #BB0000; }

.pod { color: #990000; }
.subscribe { color: #023A67; }


/* all content on the page is enclosed in the div wrapper, which is then 
centered */

div#wrapper {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    top: 10px;
    width:770px;
    text-align: left; /* counter the body center for IE */
    height: 100%; 
}	

/* rule for the header on each page */

div#head {
    position: absolute;
    width:770px;
    height:px;
    left:0px;
    top: 0px;
    background-color: #BB0000;
}

div#logo {
    position: relative;
    width: 210px;
    height: 161px; 
    top: 0px;
    left: 0px;
    background-color: #FFFFFF;
    padding: 0px; 
}


div#menu {
    font-size: 125%;  
    position: absolute;
    width: 530px;
    top: 0px;
    left: 220px; 
    background-color: #BB0000;
    padding: 0px; 

}


#menu a:link { color: #000000; }
#menu a:visited { color: #000000; }
#menu a:hover { color: #FFFFFF; }
#menu a:active { color: #FFFFFF; }



div#columns {
    position: relative; 
    width:770px;
    left:0px;
    top: 200px;
    background-color: #FFFFFF;
}


div#column1 {
    font-size: 80%;  
    position: absolute;
    width: 770px;
    top: 170px;
    left: 0px;
    background-color: #FFFFFF;
    padding: 10px; 
}



