/* import all styles */@import url(layout.css);@import url(typography.css);@import url(nav.css);@import url(headings.css);body {	font-family: Geneva, Helvetica, Arial, "Trebuchet MS", Trebuchet, sans-serif;	font-size: 11px;	color: #686868;	margin: 17px;	background-image: url(../images/body_tile.gif);	text-align: center; /* center layout in ie5 and 5.5. */}