@media only screen and (max-device-width: 480px) {
p {
	margin: 0;
	padding: 0 0 10px 0;
	line-height: 1.5em;
	font-size: 20px;
	color: #333;
	}
p.intro {
	line-height: 1.3em;
	font-size: 30px;
	}
#mainContent h1,
#mainContent h3 {
	font-size:35px;
	line-height:1.2;
	margin-bottom:0.3em;
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color:#333;
	font-weight: normal;
	padding: 0;
	}
.menuHeader li a:hover {
	border: none;
	}
.buyStreamFooterContainer{
	width:1032px;
	}
}