body
	{
	background-color:#FFF;
	color:#000;
	}

div#container
	{
		width:640px;
	}


a:link,a:visited
	{
	color:#000;
	text-decoration:none;
	}	

.image_hide,.text_hide
	{
	height: 0;
	width: 0;
	overflow: hidden;
	display:none;	
	position: absolute;
	}

div#container,roundify,ui-corner-all,.section
	{border:none;}

div#container_navigation
	{
	height: 0;
	width: 0;
	overflow: hidden;
	display:none;
	position: absolute;
	}

div#container_header
	{
	height: 0;
	width: 0;
	overflow: hidden;
	display:none;
	position: absolute;
	}
div#container_body
	{
		position:relative;
		background-color:#fff;
	}

div#container_footer
	{
	height: 0;
	width: 0;
	overflow: hidden;
	display:none;
	position: absolute;
	}

div#body
	{
		width:100%;
		margin:10px;
	}

div#body p,div#body table,div#body form,div#body h1,div#body h2,div#body h3
	{
	margin-left:0px;
	margin-right:0px;
	}
	
