body {
	background-image: none;
	background-color: #879a6a;
	padding:20px;
	margin: auto;
	height: auto;
	width: auto;
	top: 0px;
	z-index: 0;
	border: none;
	SCROLLBAR-FACE-COLOR: #879A6A;
    SCROLLBAR-HIGHLIGHT-COLOR: #92A577;
    SCROLLBAR-SHADOW-COLOR: #596E44;
    SCROLLBAR-3DLIGHT-COLOR: #92A577;
    SCROLLBAR-ARROW-COLOR: #f9E3D9;
    SCROLLBAR-TRACK-COLOR: #CC9966;
    SCROLLBAR-DARKSHADOW-COLOR: #CC9966;
}
	
#navigue {
	width: 20%;
	height: auto;
	margin: auto;
	padding: 20px;
	float: left;
	z-index: 2;
	top: 20%;
	position: relative;
	left: 5px;
}
#content {
	padding:10px;
	overflow: auto;
	visibility: visible;
	background-color: #879A6A;
	float: right;
	position: relative;
	z-index:2;
	border: none;
	top:0;
	right: auto;
	left: 5%;
	bottom: auto;
	clear: none;
	height: 580px;
	width: 510px;
	font-family:Garamond, Verdana, "MS Sans Serif";
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #f7f0e0;
	
	}	
	


#pagelayout {
	background-image: url(pictures/decobg.jpg);
	height: 600px;
	width:800px;
	background-repeat: no-repeat;
	z-index:1;
	
}
	
	
	A:link{color:#7A4833; text-decoration:none;}
	A:visited{color:#5F7134; text-decoration:none;}
	A:active{color:#7A4833; text-decoration:none;}
	A:hover{color:#C14C3D; text-decoration:none;}

	
		
