/* CSS Document */
/* Title: mountainlamp.org -- layout.css */
/* All graphical elements licenced under Creative Commons Attribution 2.5 License 2006, Mountain Lamp Community.*/

#notes	{
    float: right;
    width: 550px;
    background-image: url('images/maple.jpg');
    background-repeat:2;
	}

#container {
    margin: 1em auto;
    width: 775px;
    text-align: left;
    background-color: #bdc8cf;
    padding: 0px;
  }

#skiplink {
    width: 100%; 
    height: 0px;
  }


#header {
    background-image: url('images/mlc2.gif');
    background-repeat: no-repeat;
    background-position: left;
    background-color: #acbe98;
    height: 200px;
    position: relative;
    padding: 0px;
    margin: 0px;
  }

#header img{
    position: relative;
    z-index: 2;
}


#bar {
    background-image: url('images/top-bar.gif');
    position: relative;
    background-repeat: no-repeat;
    background-position: left, top;
    height: 15px;
    padding: 0px;
}

#contents {
    float: right;
    width: 550px;
    background-color: #bdc8cf;
    background: transparent;
    padding: 0px;
  }

#calendar {
    float: left;
    width: 555px;
    background-color: #bdc8cf;
    background: transparent;
  }

#content_title {
    float: right;
    clear: both;
    padding: 0px;
    height: 70px;
    margin-top : -70px;
    background-color: #acbe98;
    position: relative;
    z-index: 2;
  }


#menu {
    background-color : #738d9b;
    margin-left : 7px;
    margin-right : 570px;
    margin-top : 0px;
    padding: 0px;
  }


.footer {
    clear: both;
    width: 100%;
    height: 30px;
    background-color: #e0a537;
    text-align:center;

  }

#newbox {
    width: 485px;
    border-style: solid;
    border-width: 7px;
    border-color: #D8962B;
    padding: 15px;
    position: relative;
    float:center;
    }
