@charset "utf-8";
#page_container {
	margin-top: 20px;
	text-align: left;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	margin-bottom: 10px;
}
#page_containter h1 {
	clear: both;
}
/* CSS Document */


#page_left {
	float: left;
	width: 560px;
}
#page_right {
	float: right;
	background-image: url(../images/pages/rightBox_bg.jpg);
	background-repeat: repeat-x;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 20px;
	border: 1px solid #c2db94;
	line-height: 24px;
}
#page_right h1 {
	background-color: #709b40;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
}
.clear {
	clear: both;
	height: 1px;
}
.green {
	font-size: 120%;
	font-weight: bold;
	color: #709921;
}

