/**********************************

  sci-tech universal print styles
 j.smith8@lancaster.ac.uk
 April 2007

**********************************/

/** print styles **/

body {
	margin:5% 0;
	background:#fff;
}

table.styled th,
table.styled td {
	text-align:left;
	vertical-align:top;
	border:solid #999 1px;
}

#container {
	position:relative;
	width:100%;
}

#header {
	display:none;
}

#side {
	display:none;
}

#content {
	position:relative;
	background:none;
}

#header h1 {
	padding:0;
}

div.login,
.no_print,
div.box_1,
#tools,
#crumbs,
#side,
#courses,
#footer {
	display:none;
}

#left {
	position:relative;
	width:60%;
	left:0;
	margin:0;
	padding:0;
}

#right {
	position:relative;
	width:37.5%;
	margin:0;
	padding:0;
}

#full {
	position:relative;
	width:100%;
	left:0;
}