body {
	background-color: #DFF8FF;
	margin: 15px 0px;
	padding: 0px;
}

.mid {
	/*background-image: url(images/floor_plan_bg.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	background-attachment: fixed;*/
	overflow:auto;
	height: 434px;
	padding:25px;
}

.fill { background-color:#DFF8FF;}

.borders {padding:0px; margin:0px;}

.corner_tl {
border-bottom: solid 1px #000000;
border-right: solid 1px #000000;
background-image:url(images/borders/corner_tl.jpg);
}
.corner_tr {
border-bottom: solid 1px #000000;
border-left: solid 1px #000000;
}
.corner_bl {
border-top: solid 1px #000000;
border-right: solid 1px #000000;
}
.corner_br {
border-top: solid 1px #000000;
border-left: solid 1px #000000;
}
.side_lr {
border-left: solid 1px #000000;
border-right: solid 1px #000000;
width:3px;
}

.side_tb {
border-top: solid 1px #000000;
border-bottom: solid 1px #000000;
height:6px;
}