body{
	background: url(../images/bg.png) repeat-x center top;
}
#cadre {width: 762px; margin:0 auto;  }
#head{width: 762px; height:112px; clear: both;}
#pathway{
	background: url(../images/bg_pathway.png) repeat-y;
	margin-top:0px;
	clear: both;
	font: 10px Arial, Helvetica, sans-serif;
	color: #999999;
	text-indent: 20px;	
	vertical-align: middle;
	border-bottom: 1px solid #CCCCCC;
}

#mainpage{ 
	width:762px; 
	float:left; 
	clear:both; 
	background:url(../images/bg_main.png); 
}
#main_logo1{
	width:762px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#left{ 
	clear:both; 
	width:281px; 
	float:left; 
	margin-left:10px; 
	padding:0px; 
	/*background-color:#FFFF00;*/ 
}
#menu{ 
	width:281px; 
	/*background-color:#FF0000;*/ 
}
#logo{ width:281px; }

#content{ 
	width:430px; 
	float:left; 
	margin-left:5px; 
	padding-left:5px; 
	border-left: 1px dotted #CCCCCC;
}

#footer {
	height: 46px;
	width: 762px;
	clear: both;
}
#footerleft {
	height: 46px;
	width: 17px;
	float: left;
	background-image:url(../images/bg_03.png);
}
#footercenter {
	height: 46px;
	width: 727px;
	background: url(../images/bg_footer.png);
	float: left;
}

#footerright {
	height: 46px;
	width: 18px;
	float: left;
	background-image:url(../images/bg_05.png);
}
