@charset "UTF-8";
/* CSS Document */

#mainContent {
	margin: 0;
	margin-right: 190px;
	margin-left: 180px;
	width: 410px;
}

#right_col {
	float: right; /* since this element is floated, a width must be given */
	width: 178px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	border-color: #CCCCCC;
	border-style: solid;
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	position: relative;
}
