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