/* main.css (originally layout2.css)
   Cross-Browser.com & SitePoint.com - Equal Column Height Demo (2 Column)
   Modifed for smallangelsrescue.org by Christopher Emmick (cneunlimited@gmail.com, www.cneunlimited.com)
   Thank God for LGPL!
*/

body {
  margin: 0;
  padding: 0;
  font: medium verdana, arial, sans-serif;
  color: #000000;
  background-color: rgb(102,102,153);
}
#header, #footer {
  /*text-align: center;*/
  margin: 0;
}
#header {
  height: 100px;
  padding: 0px;
  background-color: rgb(102,102,153);
}
/*#footer {
  height: 40px;
  padding: 16px 0 0 0;
  font-size: small;
  font-weight: bold;
}*/
#centerColumn {
  background-color: rgb(255, 255, 204); 
  background-image:  url("/emmick/img/angelWallpaper.gif");
  padding: 0;
  margin: 0;
  margin-left: 200px;
  margin-right: 0px;
}
#leftColumn {
  background-color: rgb(102, 102, 153);
  font-family: Verdana, "Times", Arial, Helvetica, sans-serif;
  position: absolute;
  top: 100px;
  width: 200px;
  margin: 0;
  padding: 0;
  font-size: small;
}
#leftColumn {
  left: 0;
}
#leftColumnContent, #centerColumnContent {
  margin: 0;
  padding: 1em;
}
#leftColumnContent {
  line-height: 15px;
  font-style: normal;
  font-weight: normal;
  color: rgb(255, 255, 255);
}
#leftColumnContent a {
    display: block;
    padding: 1px 0px;
    text-decoration: none;
    margin-bottom: 2px;
    }
#leftColumnContent a:link { font-family: Verdana,"Times",Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-style: normal;
    line-height: 15px;
    font-weight: normal;
    color: rgb( 255, 255, 255 );
    background-color: rgb( 102, 102, 153 );
    text-decoration: none;
    }
#leftColumnContent a:visited { font-family: Verdana,"Times",Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-style: normal;
    line-height: 15px;
    font-weight: normal;
    color: rgb( 255, 255, 255 );
    background-color: rgb( 102, 102, 153 );
    text-decoration: none;
    }
#leftColumnContent a:hover { font-family: Verdana,"Times",Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-style: normal;
    line-height: 15px;
    font-weight: normal;
    color: rgb( 102, 102, 153 );
    background-color: rgb( 255, 255, 204 );
    text-decoration: none;
    }
#centerColumnContent {
  font-size: 11px;
  line-height: 15px;
  font-style: normal;
  font-weight: normal;
  color: rgb(0, 0, 0);
  text-decoration: none;
}
#centerColumnContent a:link { font-family: Verdana,"Times",Arial,Helvetica,sans-serif;
    font-style: normal;
    font-weight: normal;
    color: blue;
    background-color: rgb( 255, 255, 204 );;
    text-decoration: underline;
    }

#centerColumnContent a:visited { font-family: Verdana,"Times",Arial,Helvetica,sans-serif;
    font-style: normal;
    font-weight: normal;
    color: blue;
    background-color: rgb( 255, 255, 204 );;
    text-decoration: underline;
    }
#centerColumnContent a:hover { font-family: Verdana,"Times",Arial,Helvetica,sans-serif;
    font-style: normal;
    font-weight: normal;
    color: rgb( 102, 102, 153 );
    background-color: rgb( 255, 255, 204 );;
    }
div.heading { font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-style: normal;
    line-height: 0px;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    color: #660066;
    background-color: rgb( 255, 255, 204 );
    text-decoration: none;
    }

/*h1 {
  margin: 0;
  padding: 0;
  font-size: large;
}
h2 {
  margin: 0;
  padding: 0;
  font-size: small;
  font-weight: normal;
}
h3 {
  font-size: medium;
}
p {
  margin-top: 1em;
  margin-bottom: 0;
}
.fw {
  font-weight:bold;
}
li {
  margin-bottom:.5em;
}*/