.RightContainer,
.LeftContainer,
.Top,
.Body,
.Bottom {
	width:180px;
	float:left;
}

.RightContainer {
	text-align:left;
	margin-bottom:20px;
}

.LeftContainer {
	text-align:right;
	margin-bottom:20px;
}

.RightContainer .Top {
	height:37px;
	width:155px;
	padding-left:25px;
	background:url(Images/R-ContainerTop.png) no-repeat;
}

.LeftContainer .Top {
	height:37px;
	width:155px;
	padding-right:25px;
	background:url(Images/L-ContainerTop.png) no-repeat;
}

	.Top h2 {
		color:#fff !important;
		font-size:15px;
		font-weight:bold;
		line-height:37px;
		text-transform:uppercase;
		padding-bottom:0;
		margin-bottom:0;
		border-bottom:none;
	}
	
.RightContainer .Body {
	width:155px;
	padding-left:25px;
	background:url(Images/R-ContainerTile.png) repeat-y;
}

	.RightContainer p,
	.RightContainer h2,
	.RightContainer h3,
	.RightContainer h4,
	.RightContainer li {
		margin-bottom:0;
		color:#535353;
	}
	
	.RightContainer p + p,
	.RightContainer ul + p {
		margin-top:10px;
	}

.LeftContainer .Body {
	width:155px;
	padding-right:25px;
	background:url(Images/L-ContainerTile.png) repeat-y;
	text-align:right !important;
}

	.LeftContainer p,
	.LeftContainer h2,
	.LeftContainer h3,
	.LeftContainer h4,
	.LeftContainer li {
		text-align:right !important;
		margin-bottom:0;
		color:#535353;
	}
	
	.LeftContainer p + p,
	.LeftContainer ul + p {
		margin-top:10px;
	}

.RightContainer .Bottom {
	height:25px;
	background:url(Images/R-ContainerBottom.png) no-repeat;
}

.LeftContainer .Bottom {
	height:25px;
	background:url(Images/L-ContainerBottom.png) no-repeat;
}


.LeftContainer ul,
.RightContainer ul,
.LeftContainer ol,
.RightContainer ol {
	margin-left:0px;
	margin-bottom:0;
}


/********* INGEN BLOG OVERRIDES ************/
.LeftContainer .isPostEdit, 
.LeftContainer #isBlogSettings, 
.LeftContainer #isContentModeration, 
.LeftContainer #isEditComment, 
.LeftContainer .isRecentComments, 
.LeftContainer .isBlogArchive, 
.LeftContainer .isBlogCategories, 
.LeftContainer .isFeaturedPosts, 
.LeftContainer .isBloggers,
.LeftContainer .isTagCloud li {
	text-align:right;
}
.LeftContainer .isTagCloud li {
	width:100%;
}

