@charset "utf-8";
/* CSS Document */

#content1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font: strong;
	border-color: #633031;
	margin-left: 10px;
}

#content2 {
	float:left;
	width: 40%;
	font-family: Arial, Helvetica, sans-serif;
	border-color: #633031;
	text-align: justify;
	padding: 20px 10px 20px 10px;
	border: 1px solid;
	overflow: hidden;
	font: 1em bold;
	display: block;
	margin-left: 40px;
	margin-top: 10px;
	margin-right: 5px;
	background-color: #FFFFFF;
	color:red;
}

#content3 {
	width: 40%;
	font-family: "Times New Roman", Times, serif;
	border-color: #633031;
	padding: 10px 10px 10px 10px;
	border: 1px solid;
	font: 1em bold;
	text-align: center;
	line-height: 1.3em;
	margin-top: 10px;
	display: block;
	overflow: auto;
	background-color: #FFFFFF;
}
