﻿.wpTopContainer
{
	width: 100%;
	height: 31px;
}

.wpTopLeftCorner
{
	float: left;
	width: 30px;
	height: 31px;
	background: transparent url("../Images/WoodPlaque/TopLeftCorner.gif") no-repeat top right;
}

.wpTopRightCorner
{
	float: right;
	width: 30px;
	height: 31px;
	background: transparent url("../Images/WoodPlaque/TopRightCorner.gif") no-repeat top left;
}

.wpTopCenter
{
	position: relative;
	height: 31px;
	margin-left: 30px;
	margin-right: 30px;
	background: transparent url("../Images/WoodPlaque/TopCenter.gif") repeat-x bottom left;
}

.wpCenterContainerL
{
	width: 100%;
	background: transparent url("../Images/WoodPlaque/LeftEdge.gif") repeat-y top left;
}

.wpCenterContainerR
{
	width: 100%;
	background: transparent url("../Images/WoodPlaque/RightEdge.gif") repeat-y top right;
}

.wpCenterContainerC
{
	position: relative;
	margin-left: 30px;
	margin-right: 30px;
	background: transparent url("../Images/WoodPlaque/Wood.gif") repeat top left;
}

.wpBottomContainer
{
	width: 100%;
	height: 30px;
}

.wpBottomLeftCorner
{
	float: left;
	width: 30px;
	height: 30px;
	background: transparent url("../Images/WoodPlaque/BottomLeftCorner.gif") no-repeat top right;
}

.wpBottomRightCorner
{
	float: right;
	width: 30px;
	height: 30px;
	background: transparent url("../Images/WoodPlaque/BottomRightCorner.gif") no-repeat top left;
}

.wpBottomCenter
{
	margin-left: 30px;
	margin-right: 30px;
	height: 30px;
	position: relative;
	background: transparent url("../Images/WoodPlaque/BottomCenter.gif")  repeat-x top left;
}



