/*http://css.maxdesign.com.au/floatutorial/tutorial0816.htm*/
/*GENERALITES*/
html, body {
	text-align:center;
	}
/*CONTENT*/
div#content {
	margin: 0px auto;
	width: 985px;
	text-align:left;
	border-collapse:collapse;
	}
/*HEADER*/
div#header {
	overflow:hidden;
	width:985px;
	text-align:center;
	padding:0 0;
	}
/*MAIN*/
div#main {	
	float:right ;
	margin:10px 0px 10px 0px;
	border: 1px solid #737373;
	padding: 0px 10px;
	width:765px;
	}
/*FOOTER*/
div#footer {
	clear: both;
	}
