@import url("style.css");
#title {
    font : small-caps 900 34px Verdana, "Courier New", Courier, monospace;
    /*color : #830000;  rgb(131,0,0);  maroon*/ 
    color : #AF0000; /*rgb(222, 105, 0); */
    /*background-color : #B0E0E5;  rgb(176, 224, 229); */
    background : url(graphics/title_back.gif);
}

#subtitle {  
    font : bold 13px Verdana, Arial, Helvetica, sans-serif;
    background-color : transparent;
}

#menu {
    background : url(graphics/menu_back_blue.gif);
    background-color : #069;
    position : relative;
    text-align : center;
    border-top : 1px solid black;
    border-bottom : 1px solid black;
    height : 30px;
    max-height : 30px;
}

#date {
    background-color : #7F0000;
    font : normal small-caps normal 14px/normal Arial, Helvetica, sans-serif;
    color : #FFF;
}

#spacer { height : 10px; }
#spacertop, #spacerbottom, #thebody { background-color : #CCCCFF; }
    
#thebody { text-align : center; }
    
#holder {
    background-color : transparent;
    position : relative;
    width : 760px;
    margin-left : auto;
    margin-right : auto;
    border : 0px solid Black; 
}

#txtholder {
    border:2px groove #000; width:642px; height:21px; position:relative; margin:auto;
}

#textoutput {
    background-color:pink; width:160px;position:absolute; top:0px; left:0px;
}

#textdescri {
    background-color:cyan; width:480px;position:absolute; top:0px; left:160px;
}

#picList {
    text-align:center; margin:auto; background-color:transparent;
}
