/* STRUCTURE */

#wrapper {
	width: 800px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	text-align:left;
}
#header {
	width: 800px;
	float: left;
	height: 200px;
	background-image: url(images/wonderland_main2_01.png);
	background-repeat: no-repeat;
}
#wrapper2 {
	width: 800px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	text-align:left;
}
#navigation {
	width: 250px;
	float: left;
}
#navigation_bottom {
	width: 250px;
	height: 60px;
	background-image:url(images/wonderland_main2_05.png);
	float: left;
}
#badge_image {
	width: 250px;
	float: right;
	padding: 5px 0 5px 10px;
}
#content {
	width: 550px;
	float: left;
}
#wrapper3 {
	width: 800px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	text-align:left;
}
#footer {
	width: 800px;
	height: 100px;
	background-image:url(images/wonderland_footer.png);
	float: left;
}