body{
	background-color:#544741;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	
}
#textbox {
	width:70%;
	background-color:#e0edce;
	color:#544741;
	border:#8dc73f double 5px;
	
}	

#textbox img {
	border:solid 5px #d3eab5;
	

}
	

#leftsidebar{
	float:right;
	margin-right:10px;
	margin-left:10px;
	font-size:12px;
	padding:5px;
	border:#324f0a double 5px;
	background-color:#e9edbe;
	width:200px;

}

#rightsidebar{
	float:right;
	margin-right:10px;
	margin-left:10px;
	font-size:12px;
	padding:5px;
	border:#324f0a double 5px;
	background-color:#e9edbe;
	width:200px;

}
