@charset "utf-8";
/* CSS Document */

html, body{
	margin:0;
	padding:0;
	height:100%;
	width:100%;
	color:#778f97;
	font-size:11px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	background-color:#00384c;
	/*background:url(../images/1.png) top left no-repeat #00384c;*/
}

#logo{
	width:600px;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#003245;
}

.seperator{
	background:url(../images/blue/seperator.gif) left repeat-x;
	height:11px;
}

#site_info{
	background:url(../images/blue/site_info.png) top left no-repeat;
	width:564px;
	height:60px;
	padding-left:12px;
	padding-top:30px;
	margin-bottom:10px;
	
}

#currently_spent{
	background:url(../images/blue/show_savings.png) top left no-repeat;
	width:263px;
	height:120px;
	padding-left:12px;
	padding-top:30px;
	float:left;
}



#currently_saved{
	background:url(../images/blue/show_savings2.png) top left no-repeat;
	width:263px;
	height:120px;
	padding-left:12px;
	padding-top:30px;
	float:left;
	margin-left:15px;
}

#content{
	margin-top:8px;
	margin-left:17px;
	margin-right:17px;
}

.stat_text{
	color:#FFFFFF;
	font-size:14px;
}

.make_green{
	background:url(../images/website_green_link.jpg) top no-repeat;
	width:200px;
	height:30px;
	display:block;
}