@charset "utf-8";
/* CSS Document */

.lt_outer_box{
	width: 430px;
	top: 25px;
}
.lt_outer_box p{
	width: 380px;
	padding-left: 15px;
}
.lt_inner_box{
width: 410px;
}

.rt_content{
	width: 335px;
	top:25px;
}
.rt_content p{
	width: 285px;
}
.container{
	position: relative;
	top: 15px;
	width: 800px;
}
.graph{
width:800px;
height: 200px;
display: block;
background: url(images/donate_background.jpg) no-repeat;
padding: 0px;
margin: 0;
}
.graph_content{
	display: block;
	width: 400px;
	height: 200px;
	float: left;
}
.graph_content h3{
color: #1D6091;
display:block; 
left: 20px; 
top:30px; 
width:370px;
float: left;
margin-bottom: 15px;
}
.graph_content p{
	display:block;
	width: 370px;
	float:left;
	color: #1D6091;
	padding-left: 20px;
	padding-top: 25px;
}
.graph div{
display: block;
width: 400px;
height: 200px;
float:right;
}
p.image{
	width: 300px;
	height: 200px;
	display: block;
	background-image: url(images/revenue.png);
	background-repeat: no-repeat;
	margin: 0 auto;	
}
