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

#content {
	width: 800px;
	background-color: #2C9AD9;
}
#content  #frontcontent  {
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CC9900;
	margin: 0px;
	padding: 0px;
	height: auto;
	background-color: #FFFFFF;
}
#content #rightcontent {
	float: right;
	width: 680px;
	margin-top: 0px;
	background-color: #FFFFFF;
}
#content .leftcontent {
	float: left;
	width: 120px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
