

/* ==================================== */
/*	CONTAINERS							*/
/* ==================================== */

.Black .TopLeft
{
	height:15px;
	line-height:0px;
	font-size:0px;
	background:transparent url('images/black/TopLeft.png') top left no-repeat;
}

.Black .TopRight
{
	height:15px;
	line-height:0px;
	font-size:0px;
	background:transparent url('images/black/TopRight.png') top right no-repeat;
}

.Black .TopMiddle
{
	height:15px;
	line-height:0px;
	font-size:0px;
	margin:0px 15px;
	background:transparent url('images/black/TopMiddle.png') top left repeat-x;
}
	
.Black .MiddleLeft
{
	background:transparent url('images/black/MiddleLeft.png') top left repeat-y;
}

.Black .MiddleRight
{
	background:transparent url('images/black/MiddleRight.png') top right repeat-y;
}

.Black .Middle
{
	margin:0px 15px;
	background-color:#261818;
	_background-color:#1d1111;
	color:#b0aaa9;
}

.Black .Middle A
{
	color:#b0aaa9;
}

.Black .Middle A:hover
{
	color:#b0aaa9;
}

.Black .Middle A:visited
{
	color:#b0aaa9;
}

.Black .Bottom
{
	height:15px;
	line-height:0px;
	font-size:0px;
}

.Black .BottomLeft
{
	height:15px;
	line-height:0px;
	font-size:0px;
	background:transparent url('images/black/BottomLeft.png') top left no-repeat;
}

.Black .BottomRight
{
	height:15px;
	line-height:0px;
	font-size:0px;
	background:transparent url('images/black/BottomRight.png') top right no-repeat;
}
	
.Black .BottomMiddle
{
	height:15px;
	line-height:0px;
	font-size:0px;
	margin:0px 15px;
	background:transparent url('images/black/bottomMiddle.png') top left repeat-x;
}


