#wrapper1 {
	width: 100%;
	position: relative;
	}

#topbit {
	position: relative;
	width: 100%;
	}

.tl {
	background-image: url('tl.gif');
	background-position: top left;
	background-repeat: no-repeat;
	width: 5px;
	height: 15px;
	position: absolute;
	top: 0;
	left: 0;
}

.top {
	position: absolute;
	left:5px;
	top: 0;
	width: 100%;
	background-color: #FDF3ED;
	height: 15px;
	margin-left: -5px;
	}

.tr {
	position: absolute;
	right: 0;
	top:0;
	background-position: top right;
	background-repeat: no-repeat;
	background-image: url('tr.gif');
	width: 5px;
	height: 15px;
}

.bl {
	background-image: url('bl.gif');
	width: 5px;
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 15px;
	position: absolute;
	left: 0;
	top: 0;
}

.br {
	position: absolute;
	right: 0;
	top:0;
	background-position: bottom right;
	background-repeat: no-repeat;
	background-image: url('br.gif');
	width: 5px;
	height: 15px;
}

.bot {
background-color:#FDF3ED;
height:15px;
position:relative;
top:-15px;
width:100%;
	}

#botbit {
	position: relative;
	margin-top: 15px;
}

.mid {
	padding: 10px 10px 0 10px;
	position: relative;
	height: auto;
}

.clearer {
	height: 1px;
	width: 100%;
	clear: both;
	}	
	
#backgroundcolor {
	height: auto;
		background-color: #FDF3ED;
}