@charset "utf-8";
/* CSS Document */

.andy .image-frame {
	width:90%;
	margin:0 auto;
	max-width: 1050px;
}

#andy { 
	width:90%;
	max-width: 300px;
	float:right;
	margin:10px;
}
.andy ul {margin-left: 3em;}

.call-action {font-size: 1.3em; margin: 10px 0 10px; line-height: 1.3em;}

@media screen and (max-width: 450px) {
	#andy {float:none; max-width:none;}
}