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

#wrapper {
	margin: auto;
	text-align: left;
	width: 750px;
	height: 1000;
	position: relative;
	visibility: visible;
}

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: 127px;
	left: 10px;
	width: 725px;
	height: 960;
	background: url(images/wood.gif);
	visibility: visible;
}

#backing {
	position: absolute;
	top: 27px;
	left: 24px;
	width: 676px;
	height: 910;
	background: #ed7dcc;
	visibility: visible;
}

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


#body {
    position: absolute;
    background: url(images/body.gif);
    top: 32px;
    left: 267px;
    width: 392px;
    height: 308px;
}

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

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

#copyright {
	 text-align:center;
    top: 727px;
    left: 34px;
}

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

