/* Define all main values for the web site
-------------------------------------------------------*/	
	body {
		font-family:Verdana, Arial, Helvetica, sans-serif, Tahoma;
		text-align:left; 
		color: #b9c7d4;
		background-color: #b9c7d4;
		font-size: 0.8em;
		margin: 0;
		padding:0px;
		}	

/* Fixed layout of site
-------------------------------------------------------*/	
	#Layout {
		width:800px;
		height:600px;
		margin:auto;
		background-image: url('../images/LaForet.jpg');
		border-style:none;
		border-width:1px;
		}
