#left {
	float: left;
	width: 597px;
	background-image: url(../img/bgr_l.gif);
	background-repeat: repeat-y;
	background-color: #EEEEE6;
	border-right: 1px solid #FFFFFF;
}

#right {
	float: left;
	width: 403px;
	background-image: url(../img/bgr_r.gif);
	background-repeat: no-repeat;
	background-color: #E6F0F6;
	border-right: 1px solid #D8D8C2;
}

#leftTxt {
	width: 548px;
	margin: 0 auto;
	margin-top: 25px;
	color: #4D4D33;
}


#leftTxt a {
	color: #660000;
	text-decoration: none;
}

#leftTxt a:hover {
	color: #000000;
	background-color: #C6C6A6;
	border-bottom: 1px solid #989861;
}

#rightTxt {
	padding: 0;
	margin: 25px 25px 0 25px;;
	color: #346176;
}

#right a {
	color: #660000;
	text-decoration: none;
	font-size: 13px;
	line-height: 200%;
}

#right a:hover {
	color: #000000;
	background-color: #C6C6A6;
	border-bottom: 1px solid #989861;
}

#leftTxt h2 {
	background-image: url(../img/arrow_brown.gif);
}

#middleTxt h2 {
	background-image: url(../img/arrow_brown.gif);
}

#rightTxt h2 {
	background-image: url(../img/arrow_blue.gif);
}
