@charset "utf-8";
/* CSS Document */

#content{
	width: 100%;
	font: 12pt Helvetica, sans-serif;
}

#mainbox, #page{
	background: none;
	width: 100%;
}
#mainbox #innerbox {
	background: none;
	padding: 0;
}
#mainbox #innerbox .hotDesigns{
	float: none;
}

#nav{
	float: none;
}

#textwrap, #wikitext {
width: 100%;
overflow: auto;
min-height: auto;
height: auto;
}

#content #textbox{
		height: auto;
		
}