/*

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

   
   Author: Anne M. Arnaud
   Date:  11/18/2008 
   Filename:         main.css
   Supporting Files: blue sky.jpg




    
*/
body     {background-color: white; font-family: Arial, Helvetica, sans-serif}
    h2       {font size:2em;  letter-spacing: 0.4em; text-indent:1em}
    h3       {width: 20em; padding-left: 1em}
address  {text-align: center; font: normal small-caps 0.8em sans-serif;
              border-top: 0.5em double blue; padding-top: 1em}


#promoimage {float: right; margin 3em 3em 3em 3em}

#outer      {width: 50em}
  
#linklist a     {color: white; background-color: blue; font-size: 15px; font-weight: bold;
                      text-decoration: none; text-align: center; border: 5px outset white; 
                      width:100px; padding: 2px; margin-left: 20px}

#inner      {margin-left: 12em; padding-left: 2em;
                 border-left: 0.2em solid red}

#linklist              {float:left; width:10em; background-color:white}
#linklist a:hover     {color: black; background-color: yellow; border: 5px inset white}

#pageContent          {position: absolute; top: 210px; left: 0px; width: 870px;
                       background: url(blue sky.jpg) repeat-y 0px 40px}

 


