﻿#topBorderContainer
{
	width: 100%;
	height: 100px;
	background: transparent;
}

#topLeftCorner
{
	float: left;
	position: relative;
	width: 45px;
	height: 100px;
	background:transparent url("../Images/FrontDoor/TopLeftCorner.gif") bottom right no-repeat;
}

#topBorder
{
	position: relative;
	height: 100px;
	margin-left: 45px;
	margin-right: 45px;
	background:transparent url("../Images/FrontDoor/TopBorder.gif") bottom left repeat-x;
}

#topRightCorner
{
	float: right;
	position: relative;
	width: 45px;
	height: 100px;
	background:transparent url("../Images/FrontDoor/TopRightCorner.gif") bottom left no-repeat;
}

#textContainer_LeftBorder
{
	margin:0; 
	padding:0;
	/*** This is the left border "faked" with an image. ***/
	background:transparent url("../Images/FrontDoor/LeftBorder.gif") top left repeat-y;
}

#textContainer_RightBorder
{
	margin:0; 
	padding:0;
	/*** This is the right border "faked" with an image. ***/
	background:transparent url("../Images/FrontDoor/RightBorder.gif") top right repeat-y;
}

#textContainer_Body
{
	position: relative;
	margin-left: 45px;
	margin-right: 45px;
	padding-left: 7px;
	padding-right: 7px;
	background:transparent url("../Images/FrontDoor/PaperWorn.gif") top left repeat;
}

#bottomBorderContainer
{
	/*clear: both;*/
	height: 45px;
	width: 100%;
}

#bottomLeftCorner
{
	float: left;
	position: relative;
	height: 45px;
	width: 45px;
	background:transparent url("../Images/FrontDoor/BottomLeftCorner.gif") top right no-repeat;
}

#bottomBorder
{
	position: relative;
	height: 45px;
	margin-left: 45px;
	margin-right: 45px;
	background:transparent url("../Images/FrontDoor/BottomBorder.gif") top left repeat-x;
}

#bottomRightCorner
{
	float: right;
	position: relative;
	height: 45px;
	width: 45px;
	background:transparent url("../Images/FrontDoor/BottomRightCorner.gif") top left no-repeat;
}

#doorSpaceToFloor
{
	width: 100%;
	height: 400px;
	background: transparent url("../Images/FrontDoor/DoorKnob.gif") top left no-repeat;
}


