/* CSS Document - 2 columns */

#contentLayout {
	background: transparent url(../img/vert-line.gif) repeat-y center 20px;
}


#leftColumn {
	display: block;
}

#rightColumn {
	margin-left: 51%;
}


