body {
	font-family: tahoma, helvetica, arial, sans-serif;
	font-size: 12px;
	text-align: middle;
	background: #fbabe9;
	color: #FFFFFF;
}

#wrapper {
	margin: auto;
	text-align: left;
	width: 1500px;
	height: 200px;
	position: relative;
}

h1, h2, div {
	padding: 2;
	margin: 0;
	line-height: 1.2;
	width: 400px;
}

p {
  margin: 0.8em 0;
}

img {
	border: 0;
	width: auto;
}

#logo {
	position: absolute;
	top: 20px;
	left: 12px;
	width: 525px;
	height: 47px;
}

#frame {
	position: relative;
	top: 67px;
	left: 0px;
	width: 1150px;
	height: 653px;
	background: url(images/wood.gif);
}

#backing {
	position: absolute;
	top: 33px;
	left: 26px;
	width: 1100px;
	height: 599px;
	background: #ed7dcc;
}

#nav {
	position: absolute;
	top: 5px;
	left: 250px;
	width: 371px;
	height: 582px;
}

#nav2 {
	position: absolute;
	top: 247px;
	left: 20px;
	width: 185px;
	height: 333px;
	font-size:  18px;
}

#body {
	position: absolute;
	background: url(images/body.gif);
	top: 17px;
	left: 643px;
	width: 394px;
	height: 308px;
	visibility: visible;
}

#scroll {
    overflow: auto;
    margin: 27px;
    height: 200px;
}

#greenguy {
	position: absolute;
	background: url(images/green_guy.gif);
	top: 324px;
	left: 656px;
	width: 155px;
	height: 251px;
}

#purplegal {
	position: absolute;
	background: url(images/purple_gal.gif);
	top: 324px;
	left: 847px;
	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: 550px;
	width: 61px;
	height: 39px;
}

#copyright {
	 text-align:center;
    top: 727px;
    left: 34px;
}

.readmore {
    text-align: right;
}

a {
    color: #c93ea1;
    text-decoration: underline;
    font-weight: bold; 
}
