#Tabs {
position: absolute;
height: 550px;
top: 10px;
right: 16px;
border-left: 1px solid black;
padding-left: 15px;
}

	.White {
	width: 184px;
	height: 32px;
	background-image: url("../Images/MagicTables/w.png");
	background-repeat: no-repeat;
	display: block;
	}

	.White:hover {
	height: 964px;
	}
	
	.Blue {
	width: 184px;
	height: 32px;
	background-image: url("../Images/MagicTables/u.png");
	background-repeat: no-repeat;
	display: block;
	}

	.Blue:hover {
	height: 964px;
	}
	
	.Black {
	width: 184px;
	height: 32px;
	background-image: url("../Images/MagicTables/B.png");
	background-repeat: no-repeat;
	display: block;
	}

	.Black:hover {
	height: 964px;
	}
	
	.Red {
	width: 184px;
	height: 32px;
	background-image: url("../Images/MagicTables/r.png");
	background-repeat: no-repeat;
	display: block;
	}

	.Red:hover {
	height: 964px;
	}
	
	.Green {
	width: 184px;
	height: 32px;
	background-image: url("../Images/MagicTables/g.png");
	background-repeat: no-repeat;
	display: block;
	}

	.Green:hover {
	height: 964px;
	}
	
	.Multi {
	width: 184px;
	height: 32px;
	background-image: url("../Images/MagicTables/m.png");
	background-repeat: no-repeat;
	display: block;
	}

	.Multi:hover {
	height: 852px;
	}
	
	.Hy {
	width: 184px;
	height: 32px;
	background-image: url("../Images/MagicTables/h.png");
	background-repeat: no-repeat;
	display: block;
	}

	.Hy:hover {
	height: 550px;
	}
	
	.Art {
	width: 184px;
	height: 32px;
	background-image: url("../Images/MagicTables/a.png");
	background-repeat: no-repeat;
	display: block;
	}

	.Art:hover {
	height: 516px;
	}
	
	.Land {
	width: 184px;
	height: 32px;
	background-image: url("../Images/MagicTables/l.png");
	background-repeat: no-repeat;
	display: block;
	}

	.Land:hover {
	height: 516px;
	}
	
#container{
margin-left: auto;
margin-right: auto;
width: 900px;
}

#mainContent { 
	margin-top: 45px;
	margin-left: -10px;
	
}
#listContent>li{
	list-style-type: none;
	padding: 0px;
	margin-bottom:15px;
	margin-right:0px;
}
.ArticleBox1 .ArticleBox2 {
    margin-top:5px;
}
.GenericContent {
	background: url("../Images/Mini/Artclheader/Stubs-Slices/Slice-H.png");
}
.ArticleBox1 {
	text-align:left;
	position:relative;
	border: 1px solid black;
	background: url("../Images/Mini/Wall.png") repeat;
	margin-top:10px;
	margin-left:10px;
	padding-bottom:10px;
}
.ArticleBox1 h2 {
	margin-left:10px;
}
.ArticleBox1 img {
  margin-left:25px;
}
.ArticleBox1 p {
	margin-left:5px;
	margin-right:5px;
}
.ArticleBox2 {
	border: 1px solid black;
	position:relative;
	margin-left:5px;
	margin-right:5px;
	font-variant:small-caps;
}
.ArticleBox2 p, .ArticleBox2 a{
	margin-left:5px;
	margin-right:5px;
}
.DramaContent, .SciFiContent, .ComedyContent, .ActionContent, .HorrorContent, .WesternContent{
    background-image: url("../Images/Mini/Icons/DateSlice.png");
}
