

body {	
	font-family : Tahoma, Verdana, Sans-Serif;
	color : #4A4949;
	background-color : #F5F5F5;
	padding : 10px;
	
	/* ie 5 */
	font-size : 12px; 
	
	/* non ie 5 */    	
    voice-family : "\"}\"";   
    voice-family : inherit;   
   	font-size : 70%; 
}

/* reset font-size */
html>body { font-size : 70%; }

#content {
	border : 1px solid #CCC;
	padding : 10px 20px;
	background-color: #FFF;
}

h1  {
	width : 159px;
	height : 32px;
	text-indent:-9999px;
	margin-bottom : 20px;
	background-image: url(../images/pete_williams_logo.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

