body,html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	overflow: hidden;
}
div.layoutheader {
	position: absolute;
	top: 0px;
	padding: 0px;
	height: 100px;
	width: 100%;
	background: url(http://digstudent.co.uk/images/digs-logo.png) no-repeat 0 0;
	text-indent:-9999px;
}
div.layoutleft {
	position: absolute;
	top: 100px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 180px;
	overflow: hidden;
}
div.layoutright {
	position: absolute;
	top: 100px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 175px;
	overflow: hidden;
}
div.layoutcontent {
	position: absolute;
	top: 100px;
	padding-top: 10px;
	padding-bottom: 10px;
	left: 180px;
	overflow: hidden;
}
div.nscontenttext {
	height: 200px;
	overflow: auto;
}
div.wizardcontent {
	position: absolute;
	border: 0px;
	padding: 0px;
	width: 90%;
	overflow: auto;
}
div.wizardbuttons {
	position: absolute;
	border: 0px;
	padding: 0px;
	height: 30px;
	width: 100%;
	bottom: 0px;
}
div.layoutfooter {
	position: absolute;
	bottom: 0px;
	padding: 0px;
	height: 20px;
	width: 100%;
	clear: both;
}