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

#content {
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 300px;
	padding: 0px;
	float: left;
	font-size: 0.8em;
	line-height: 130%;
	color: #333333;
	text-align: justify;
}


#leftcontent {
	width: 300px;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-size: 0.8em;
	line-height: 130%;
	color: #333333;
	text-align: justify;
}
#rightcontent {
	width: 300px;
	float: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 0.8em;
	line-height: 130%;
	color: #333333;
	text-align: justify;
}
