/* container for items on my blogs page only */
.MyBlogs_Left
{
	float: left;
	width: 460px;	
}

.MyBlogs_Right
{
	float: right;
	width: 200px;
}

.MyBlogs_Right_Top {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	background-image: url(../new/Content/MyBlogs_RightTop.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	line-height: 23px;
	height: 23px;
}
.MyBlogs_Right_Bottom {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	background-image: url(../new/Content/MyBlogs_RightBottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	line-height: 23px;
	height: 23px;
}
.MyBlogs_Content {
	background-color: #cae4ff;
	border: 1px solid #336596;
	padding: 3px;
	margin-right: 1px;
	margin-left: 1px;
	text-align: left;
}

.MyBlogs_Left_Top {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	background-image: url(../new/Content/MyBlogs_LeftTop.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	line-height: 23px;
	height: 23px;
}
.MyBlogs_Left_Bottom {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	background-image: url(../new/Content/MyBlogs_LeftBottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	line-height: 23px;
	height: 23px;
}

.MyBlogs_Content_Bottom
{
	margin: auto;
	width: 666px;
	background-image: url(../new/Content/MyBlogs_ContentBottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 20px;
}
