body {
	margin: 5px auto 5px auto;
	background: #aaa;
	width: 742px;
	background-image: url(/images/background.jpg);
}
#container {
	
	}

#header {
	background:#fff;
	width:742px;
	}

#navigation {
	background:#fff;
	width:742px;
	}

#main {
	/* border:1px solid #000; */
	background:#fff;
	width:742px;
	
	}

#footer {
	background: url(/images/footer-bg.jpg) repeat;
	width:742px;
	height:52px;
	}

/* Looks like you have to specify the width of #menu
or IE5 Mac stretches it all the way across the div, and 
Opera streches it half way. */

#main #callout {
	border-left:1px solid #000; 
	border-bottom:1px solid #000;
	border:1px solid #000;
	float:right;
	width:230px;
	background:#eee;
	margin:10px 10px 10px 10px;
	}
	
p,h1,h2,h3,pre {
	margin:0px 0px 10px 10px;
	}
	
#callout p { font-size:10px}