@import url(standard.css);

#mainContainer #content #contentRight #contentRightContainer{
	background-image: url(../images/dotted-bdr.gif);
	background-repeat: repeat-y;
	background-position: center;
}

#mainContainer #content #contentRight #contentRightContainer #contentRightL{
	width: 130px;
	margin-right: 20px;
	float: left;
}

#mainContainer #content #contentRight #contentRightContainer #contentRightR{
	width: 130px;
	float: right;
}

/*
If the first child of the left column is a paragraph
remove the top margin.
*/
#mainContainer #content #contentRight #contentRightContainer #contentRightL > p:first-child{
	margin-top: 0 !important;
}

/*
If the first child of the right column is a paragraph
remove the top margin.
*/
#mainContainer #content #contentRight #contentRightContainer #contentRightR > p:first-child{
	margin-top: 0 !important;
}