#page_bg{
	background: #EAF1DD;
	border-top: 1px solid green;	
	border-bottom: 1px solid green;	
}

#page{
	width: 900px;
	margin: 0 auto;
	padding-bottom: 50px;
}

#sidebar{
	width: 300px;
	margin: 0 auto;
	float: left;
}

.sidebar_style{
	margin-top: 20px;
	background: #FFFFFF;
}

.sidebar_style h3{
	color: darkgreen;
	text-align: center;
	font-weight: normal;
	padding: 6px 0px 2px 0px;
	background: #A9DA92;
}

.sidebar_style p{
	text-align: justify;
	line-height: 25px;
	padding: 10px 10px 10px 10px;
	border: 2px solid #A9DA92;
}

.sidebar_style .center{
	text-align: center;
}

#content{
	width: 580px;
	float: left;
	margin: 20px 0px 0px 20px;
}

#content h2{
	font-size: 22px;
	font-weight: normal;
	color: green;
}

#content h3{
	font-size: 18px;	
	font-weight: normal;
	margin-top: 30px;
	color: green;
}

#content p{
	text-align: justify;
	line-height: 25px;
	margin-top: 5px;
}

#content img{
	float: left;
	margin-right: 10px;
}

.content_style img{
	float: left;
	margin-right: 10px;
	border: 2px solid #BBBBBB;
	padding: 3px;
}