.fixedright_contentpane
{
	padding: 15px 15px 15px 15px;
	width: 425px;
	height: 425px;
	overflow: auto;
	background-color: Transparent;
	scrollbar-base-color: White;
	scrollbar-track-color: White;
	scrollbar-face-color: White;
	scrollbar-highlight-color: White;
	scrollbar-3dlight-color: Gray;
	scrollbar-darkshadow-color: White;
	scrollbar-shadow-color: Gray;
	scrollbar-arrow-color:Gray;
	border: 0px;
	
}

.fixedright_contentpane2
{
	padding: 15px 15px 15px 15px;
	width: 425px;
	height: 400px;
	overflow: auto;
	background-color: Transparent;
	scrollbar-base-color: White;
	scrollbar-track-color: White;
	scrollbar-face-color: White;
	scrollbar-highlight-color: White;
	scrollbar-3dlight-color: Gray;
	scrollbar-darkshadow-color: White;
	scrollbar-shadow-color: Gray;
	scrollbar-arrow-color:Gray;
	border: 0px;
	
}


.right_contentpane
{
	background-image: url(images/container_right.jpg);
	background-repeat: no-repeat;
	background-position-x: right;
	background-position-y:top;
	padding:15px 15px 0px 15px;
	width: 265px;
	border: 0px;
}

.left_contentpane
{
	background-image: url(images/container_left.jpg);
	background-repeat: no-repeat;
	padding:15px 15px 15px 15px;
	border: 0px;
	width: 435px
}

.FeedPane {
	background-image: url(images/pic_feed_bg.png);
	padding: 0px 0px 0px 90px;
	background-repeat: no-repeat;
	background-position: center;
	width:764px;
	height: 55px;
}


