@media print {

ul li {
	list-style: inside;
}
	
/* ******************************************************** */
#main {
	width: auto;
	background: none;
}
#left {
	height: auto;
	background: none;
}
#content {
	width: auto;
	border: none;	
	background: none;
	float: none;
	clear: both;
}

/* ******************************************************** */
#top {
	padding: 0 0 20px 0;
	border: none;
}
#top a, #top a:visited, #top a:hover {
	height: auto;
}

/* ******************************************************** */
#menu {
	display: none;
}

/* ******************************************************** */
#footer {
	background: none;
}
#footleft {
	background: none;
	color: #000000;
	padding-left: 0;
}
#footright {
	background: none;
	color: #000000;
	width: auto;
	float: left;
}
/* ******************************************************** */
#copyright {
	width: auto;
	margin: 0;
	padding: 0;
	clear: both;
	color: #000000;
}

}