@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	width: 100%;
	background: #fff;
}

* {
	font-family:  helvetica, arial, sans-serif;
	font-size: 13px;
}

div#outer-wrap {
	background: #fff;
}
	
div#wrap {
	width: 100%;
}

div#head {
	width: 100%;
}


h1#logo-print {
	display: block;
}

/*###### content   ########*/

div#content {
	width: 100%;
}

/*####### left ##########*/

div#left {
	display: none;
}


/*####### center ###########*/

div#center {
	width: 100%;	
}


/*############  right  #############*/

div#right {
	display: none;
}


	
/*#### footer #####*/

div#footer {
	display: none;
}