body { 
    background: #eee url("images/bg01.gif") center repeat-y;
    margin: 0;
}

.newsletter {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	background-color:#9F3;
	margin-top: 15px;
	margin-bottom: 30px;
	padding-bottom:10px;	
}

.newsletter h2 {
	color:#F00;
}

.callout-grey{border:1px solid #fff;background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,1)),to(rgba(220,220,220,1)));background-image:-moz-linear-gradient(-90deg,rgba(255,255,255,1),rgba(220,220,220,1));}

.round-10{-moz-border-radius:10px;-webkit-border-radius:10px; border-radius:10px}

.shadow{box-shadow:0 0 3px rgba(0,0,0,0.25);-moz-box-shadow:0 0 3px rgba(0,0,0,0.25);-webkit-box-shadow:0 0 3px rgba(0,0,0,0.25);}

