
#left {
	float: left;
	width: 425px;
	height: 580px;
	background-image: url(../images/center_bg.gif);
}

#left h3 {
	color: #561418;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 12px;
	padding: 10px 0 0px 10px;
	margin-bottom: 0;
	margin-top: 10px;
}

#left hr {
	background-color: #561418;
	padding-top: 0;
}

#left .articles {
	width: 360px;
	height: 435px;
	font-size: 12px;
	overflow: auto;
}

#left .copy {
	margin-top: 10px;
	padding: 0 20px 20px 20px;
	font-size: 10px;
	color: #2e2749;
}

#right {
	float: right;
	width: 325px;
	height: 560px;
	background-color: #ffffff;
	text-align: center;
	padding-top: 20px;
}

#right img {
	padding-top: 10px;
}

