.page h1 {
	color: #000;
	font-size: 3.8em !important;
	font-weight: bold;
	text-align: center;
	font-family: prelo-slab, verdana, sans-serif;
	}

#sos11-sidebar {
	float: right;
	width: 300px;
	margin: 0 0 15px 15px;
	}
	
.sos11-link {
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	padding: 20px 20px 0 20px;
	background: #ccc;
	color: #fff;
	font-weight: bold;
	font-size: 1.8em;
	text-shadow: #000 0 0 2px;
	}
	
.sos11-nav {
	margin: 0 0 3px 0;
	padding: 5px 20px 20px 20px;
	background: #ccc;
	}		
	
.sos11-donations {
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
	padding: 20px;
	background: #eee;
	}
	
.sos11-intro {
	padding: 10px 0 15px 0;
	line-height: 165%;
	}
	
.sos11-header {
	margin: 15px 0 10px 0;
	padding: 5px 0 0 0;
	font-family: prelo-slab, verdana, sans-serif;
	font-size: 3.5em;
	color: #999;
	border-top: 1px dashed #ddd;
	}
	
.sos11-item {
	padding: 10px 0 10px 0;
	background: #fff;
	border-top: 1px dashed #ddd;
	}
	
.sos11-item img {
	width: 180px;
	padding: 6px;
	-moz-box-shadow: 0 0 5px #999;
	-webkit-box-shadow: 0 0 5px #999;
	box-shadow: 0 0 5px #999;	
	}
	
.sos11-item .sos11-text {
	float: right;
	margin: 30px 15px 0 0;
	width: 260px;
	}		