/*Contains structural bits only*/
div#wrapper {
	margin: 0 auto;
	width: 919px;
	position: relative; 
}

div#header {
	width: 100%;
	clear: both;
	margin: 10px 0 20px 0;
	padding: 0;
	height: 205px;
	text-align: left;
	position: absolute; 
	top: 0;
}

div#content {
	margin-bottom:20px;
	padding-top: 225px; /*Space for header*/
	width:100%;
	clear:both;
	position: relative; 
}

div#left {
	float: left;
	width: 200px;
	padding: 10px;
	position: relative; 
}

div#right {
	float: left;
	width: 167px;
	margin: 0 0 20px 20px;
	text-align: center;
	position: relative; 
}

div#center {
	float: left;
	max-width: 725px;
	width: 725px;
	padding: 20px 0;
	/*overflow:hidden;*/
	position: relative; 
}

div#body{
	padding: 10px;
	position: relative 
}

div#footer {
	clear: both;
	width: 100%;
	padding-bottom: 20px;
	position: relative;
	text-align: center;
}


@media only screen and (max-device-width: 480px) {
	/*div#wrapper {
		width: 100%;
	}*/
	div#header {
		width: 100%;
		height: 160px;
	}
	div#header img, div#header a#home{
		max-width: 307px;
		max-height: 53px;
	}
	.topnav{
		max-width: 307px;
		height: 94px;
	}
	#content {
		padding-top:50px;
		width: 100%;
	}
	#center{
		width: 100%;
		clear: both;
	}
	img { max-width: 100%; }
	div#body{
		padding: 5px;
	}
}