/* PRINT CSS */

.logo {
	float: right;
	width: 70px;
}	

ul#nav {
	display: none;
}

img {
	border: 0px;
}

h2 span {
	display: block;
}

#leftcol {
	height: 250px;
}


#leftcol, #leftcol  *{
	float: none;
	clear: both;
	position: relative;
}
	
#main{
	clear: both;
}

#browse {
	display: none;
}