

body {
	margin: 0;
	padding: 0;
	font-family:Trebuchet, Lucida Grande, Helvetica, sans-serif;
	color: #575656;
	background: #f7f7f3 url(../img/body-bg.gif) repeat-x; 
	font-size:68.5%; line-height:140%; 

	text-align: center;
	/* part 1 of 2 centering hack */
	}

/* Container
-------------------------------------------------------------- */
#con {
	width: 810px; 
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto; 	
	/* opera does not like 'margin:20px auto' */
	text-align:left; 
	/* part 2 of 2 centering hack */
	width: 810px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 810px;
	}
html>body #con {
	width: 810px; /* ie5win fudge ends */
	}
	
a img {
border:0;
	}
