@charset "utf-8";

/* Print CSS */

@media print{

body {
	overflow-y: visible !important;
}

/*#header {
	display: none;
}

#footer {
	display: none;
}

#wrapper {
	min-width: 696px !important;
}

#container {
	width: 696px !important;
	margin: 0px !important;
}

#main {
	
}

#side {
	display: none;
}*/

}

