body {
    font-family: tahoma, helvetica, arial, sans-serif;
    font-size: 16px;
    text-align: center;
    background: #bae4f4;
    color: #b15997;
}

#wrapper {
    margin: auto;
    text-align: left;
    width: 904px;
    height: 751px;
    position: relative;
}

h1, h2, div {
    padding: 0;
    margin: 0;
    line-height: 1.2;
}

p {
  margin: 0.8em 0;
}

img {
    border: 0;
}

#logo {
    position: absolute;
    top: 33px;
    left: 30px;
}

#frame {
    position: absolute;
    top: 67px;
    left: 31px;
    width: 859px;
    height: 664px;
    background: url(images/wood.gif);
}

#backing {
    position: absolute;
    top: 34px;
    left: 29px;
    width: 800px;
    height: 600px;
    background: #FE9A2E;
}

#google {
    position: absolute;
    top: 619px;
    left: 50px;
    width: 728px;
    height: 15px;
}

#nav {
    position: absolute;
    top: 37px;
    left: 15px;
    width: 247px;
    height: 358px;
}

#content a {
    color: #c93ea1;
    text-decoration: underline;
    font-weight: bold;
}

#body {
    position: absolute;
    background: url(images/body.gif);
    top: 15px;
    left: 267px;
    width: 516px;
    height: 325px;
}

#scroll {
    overflow: auto;
    margin: 27px;
    height: 285px;
}

#greenguy {
    position: absolute;
    background: url(images/green_guy.gif);
    top: 340px;
    left: 289px;
    width: 155px;
    height: 251px;
}

#purplegal {
    position: absolute;
    background: url(images/purple_gal.gif);
    top: 340px;
    left: 586px;
    width: 155px;
    height: 251px;
}

#collectnow {
    position: absolute;
    background: url(images/collect_now.gif);
    top: 439px;
    left: 16px;
    width: 202px;
    height: 152px;
}

#wire {
    position: absolute;
    background: url(images/wire.gif);
    top: 28px;
    left: 436px;
    width: 61px;
    height: 39px;
}


#notes {
    overflow: auto;
    padding: 10px;
    position: absolute;
    background: white;
    top: 740px;
    left: 31px;
    width: 839px;
    height: 80px;
    font-size: 14px;
}

#copyright {
	text-align:center;
    position: absolute;
    top: 850px;
    left: 34px;
    width: 859px;
    height: 115px;
    font-size: 10px;
}

.readmore {
    text-align: right;
}

a {
    color: white;
    text-decoration: underline;
    font-weight: bold;
}
