/* De Stijl */

body {
background-image:url(images/main.jpg);
}


html {
    overflow-y:scroll;
}

ul, li {
	list-style: none;
}

#container{
	width: 900px;
	height:900px;
	margin: 60px auto;
	margin-top: 20px;
	color: #333;
	line-height: 130%;
	background-image:url(images/background.jpg); 
        }
		
#header {
width: 894px;
height: 250px;
border: 3px solid #5C8C2C;
border-bottom: 1px solid #70aa36;
overflow: hidden;
}

#header img {
width: 894px;
height:250px;
}



/*MENU*/
#navcontainer  {
	width: 900px;
	height: 40px;
	qbackground-color: #5c8c2c; 
	background: #5c8c2c url(images/nav.png) repeat-x; 
	color:#000;
	}

#navcontainer ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	padding-top:7px;
	
	}

#navcontainer li {
	background:transparent url(images/split.png) no-repeat scroll right center;
		
	}

#navcontainer ul li { 
	display: inline; 
	
	}

#navcontainer ul li a{

	text-decoration: none;
	text-align:center;
	padding: 6px;
	color: #fff;
	font-family:'Arial',Verdana,sans-serif;
	font-size:16px;
	font-size-adjust:none;
	font-style:bold;
	font-variant:normal;
	
	}

#navcontainer ul li a:hover{
	color: #C29C0B;
	width: 750px;
	}
#content {
background-color: #fff;
background:url(images/bg.png) repeat-x top;
padding: 20px;
background-color: #fff;
font-family:Arial;
font-size: 12px;
border-left: 3px solid #5C8C2C;
border-right: 3px solid #5C8C2C;
border-bottom: 3px solid #5C8C2C;
}
#welcome {
text-align:center;
}

