@charset "UTF-8";
/* CSS Document */
#outerWrapper #contentWrapper #rightColumn1 {
	padding: 0px 10px 0px 15px;
	text-align: left;
	width: 237px;
	float: left;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
	margin: 0 0px 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0px 15px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: left;
	float: right;
	width: 643px;
	background-image: url(../images/rtBrdr.gif);
	background-repeat: repeat-y;
	background-position: 0px 70px;
}
