

body {
    background-image : url('images/bird.png');
    background-position : top;
    background-repeat : repeat-x;
    color : #585858;
    font-family : Arial, Helvetica;
    font-size : 10px;
  }

a {
  color : #303030;
  text-decoration : underline;
}
a:hover {
  color : #000;
  text-decoration : none;
}


#main_content {
    background-color : #FFFFFF;
    border-color : #C3C3C3;
    border-style : solid;
    border-width : 1px;
    height : 90%;
    left : 280px;
    padding-bottom : 5px;
    padding-left : 10px;
    padding-right : 10px;
    padding-top : 10px;
    position : absolute;
    top : 20px;
    width : 450px;
    overflow: auto;
  }


#main_title {
    background-color : #C3C3C3;
    color : #808080;
    font-size : 13px;
    font-variant : small-caps;
    font-weight : bold;
    padding-left : 3px;
    width : 99%;
  }


#bquote {
    height : 200;
    left : 350px;
    position : absolute;
    top : 40px;
    width : 360px;
    overflow: auto;
  }


#main_content_shadow {
    background-color : #808080;
    height : 93%;
    left : 295px;
    position : absolute;
    top : 25px;
    width : 400px;
    overflow: auto;
  }

/* from cssplay.co.uk */


blockquote {
    padding:10px;
  }


p.cite {
    background-image : url(images/close_quotes.gif);
    background-position : bottom right;
    background-repeat : no-repeat;
    color : #A0A0A0;
    display : list-item;
    font-style : italic;
    font-size : 14px;
    /*font-variant : small-caps;
    */ list-style-image : url(images/open_quotes.gif);
    padding-bottom : 0;
    padding-left : 5px;
    padding-right : 5px;
    padding-top : 0;
  }


blockquote[cite]:after {
    content: "" attr(cite);
    display: block;
    font-size:9px;
    color:#888;
    text-align:right;
  }


#menu {
    display:block;
    width:100px;
    height:150px;
    float:left;
    top:340px;
    left:130px;
    position:absolute;
  }


#menu ul {
    padding:0;
    margin:0;
    list-style-type:none;
  }


#menu li {
    display:block;
    width:100px;
    height:15px;
    margin-bottom:1px;
  }


#menu li a {
    display:block;
    width:95px;
    height:15px;
    background:#FFFFFF;
    color:#000;
    font-weight:bold;
    text-align:right;
    text-decoration:none;
    padding-right:5px;
  }


#menu li a:hover {
    background:#C3C3C3;
  }


#menu li a:active {
    background:#C3C3C3;
  }

