@charset "utf-8";
/* CSS Document */

#leftcol {
	width:400px;
	height:330px;
}

#rightcol {
	width:400px;
	height:330px;
}

#leftcolinfo {
	width:350px;
	height:275px;
	margin-left:25px;
	margin-top:25px;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	border:thin solid #006;
	padding:10px;
	background-color:#E3E9FD;

}

.leftinfo {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	text-align: justify;
}

.rightinfo {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	text-align: center;
}

.readmore {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#900;
}

#rightcolinfo {
	width:350px;
	height:275px;
	margin-right:25px;
	margin-top:25px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	border:thin solid #006;
	padding:10px;
	background-color:#E3E9FD;
}

