/*
print.css
*/

*{
	padding: 0;
	margin: 0;
	border: none;
}

/***** Layout *****/
html{
	background-image: none;
}

body {
	text-align: left;
	background-image: none;
}

#mainmenu{
	display: none;
}

/*Container*/
#container{
	
}

#containertop{
	display: none;
}

#containerbottom{
	display: none;
}

/*Container Clear - makes the background go to the bottom of the longest column */
#containerclear{
	display: none;
}

/*Footer*/
#footer{
	display: none;
}