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

#content {
	width: 800px;
}
#content  #frontcontent  {
	width: 800px;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FF9900;
}
#content #rightcontent {
	float: right;
	width: 800px;
}
#content .leftcontent {
	float: left;
	width: 120px;
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(greenback.gif);
	background-repeat: repeat-y;
}
