/*===

Copyright 2003, Second Move v.o.f. Harderwijk
	
This stylesheet implements a 3-column liquid layout. It's meant to be cascaded with a company-specific stylesheet implementing the companies house style.

===*/
 
BODY {
	position: relative;
	min-width: 660px;
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
}

#top {
	position: fixed;
	top: 0; left: 0;
	width: 100%;
	min-width: 660px;
	height: 60px;
	z-index: 1;
}

body>div#top {
	position: fixed;
}


#navigation {
	position: absolute; top:81px; left: 0; width: 150px;
	padding-top: 14px;
	margin: 0 2px 0 0px; z-index: 1;
}

body>div#navigation {position: fixed;}

#content {
	position: absolute;
	top:95px;
	left:155px;
	min-width: 450px;
	width: 56%;
	margin: 0 0.5em;
}

#content p {
	margin-top: 0; padding-top: 0;
}

#news {
	position: absolute; top:95px; left: 82%; width: 17%;
}

