﻿body {
	background-color: #ac9990;
  margin: 20px 0 400px 2px;
  font-size: 87%;
} 

div#wrapper {
  position: relative;
  width: 799px;
  background: #785240 url('../images/shadow/middle.jpg') repeat-y scroll top left;
	margin: 0 auto;	
}

div#banner {
	background : #deb961 url('../images/shadow/top.jpg') no-repeat scroll top left; 
	height: 200px;
}

div#nav {
  width: 200px;
  float: left;
}

div#content {
  background-color: #ffffe8;
  min-height: 410px;
  width: 527px;
  padding: 0 40px 25px 23px;
  margin-right: 9px;
  float: right;
  border-bottom: 2px #8b9858 dotted;
}

div#bottom-links {
	background: #ffffdd url('../images/shadow/bottom.jpg') no-repeat scroll left bottom;
  clear: both;
  padding: 19px 0 28px 0;
}

div#bottom-links p {
  clear: both;
  margin: 8px 0 0 0;
}


