#wrapper {
	margin:0 auto;
	
	width:860px;
	text-align:center;
	border:2px #E2C100 solid;
	background:white;
	line-height:22px;
}
#wrapper img {
	width:100%;
}
#wrapper div {
	padding:0 10px;
}
body {
	background:#F7F7F7;
	color:#333333;
	font-family:'Trebuchet MS', sans-serif, arial;
	font-size:90%;
	margin-top:40px;
}
@media (max-width: 710px) {
	body {
		margin-top:0px;
	}

}
.smalltext {
	margin:0 auto;
	font-size:63%;
	line-height:18px;
	text-align:justify;
	width:90%;
}
.bigtext {
	float:left;
	font-size:100%;
	margin:0 0px;
	display:none;
}
hr {
	margin:0 auto;
	margin-bottom:10px;
	height:1px;
	background:black;
	border:none;
	width:90%;
	max-width:740px;
}