/* 
	print.css
	styles for printing
*/

@import "search.css";

#menu {
	display: none;
}


#search {
	display: none;
}

#maincol {
	width: 100%;
	float: none;
}

/********************* header section ****************/
#header {
	background: #82A2C7 url(../images/header.jpg) no-repeat top right;
	float: left;
	margin-bottom: 0;
	width: 100%;
	height: 100px;
	border-bottom: 2px solid #E7C732;
}

#header h1 {
	float: left;
	margin: 10px 0 10px 20px;
}

#footer {
	display: none;
}
