/* hide things we don't want to print */
#wks-functions,
 #wks-navigation,
  #wks-footer,
   #wks-sitesearch,
    #wks-head img.portrait,
     #wks-login-details,
      #wks-linkbar,
		.noprint{
	display: none;
}

/* set a resonable width */
#wks-page {
	width:100%;
	border:0;
	margin:0;
	padding:0;
}
#wks-main {
	width:100%;
	margin:0;
	padding:0;
	border:0;
}
#wks-content {
	float:none;
	width:100%;
	border:1px solid white;
	margin:0;
	margin-top: 1em;
	font-size:100%;
}
#wks-content a {
	text-decoration: none;
	font-weight:bold;
}
div.textblock {
	width:90%;
	margin:auto;
}
#wks-contentHome {
	width:60%;
}
div.feature {
	width:35%;
}
