/*

	Main layout Stylesheet
	
	Produced by : Hansnel Groep | Interactive Link
	Author : Roald Joosen

*/

html {
	margin:0px;
	padding:0px;
}
body {
	margin:0px;
	padding:0px;
	text-align:center;
	background:#3e5662 url('../gfx/background/body.gif') top center repeat-y;
	}
	#container {
		margin:0px auto;
		width:910px;
		height:auto;
		overflow:hidden;
		zoom:1;
		text-align:left;
		padding-left:20px;
		}
		#leftcol {
			float:left;
			width:210px;
			overflow:hidden;
		  zoom:1;
		}
		#main {
			float:left;
			clear:right;
			width:680px;
			overflow:hidden;
			zoom:1;
			}
		#footer {
			float:left;
			clear:both;
			width:890px;
			height:40px;
			margin-top:10px;
			overflow:hidden;
		  zoom:1;
			background:transparent url('../gfx/background/footer.png') top left no-repeat;
		}
		#footer2 {
			float:left;
			clear:both;
			width:890px;
			height:40px;
			margin-top:10px;
			overflow:hidden;
		  zoom:1;
			background:transparent url('../gfx/background/footer.png') top left no-repeat;
		}
