
body 
{ 
	background: #eee;
}

#container
{
	background:white;
	width:400px;
	margin:auto;
	margin-top:20px;
	padding:10px;
	border-top:1px solid #aaa;
	border-left:1px solid #aaa;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
	color:#fa6;
}

/* IE css box model hack ... assuming IE 5 behaves as IE 6 non-strick */

* html #container /* seen by bug in IE 5 and 6 */ 
{
	width: 422px;   /* all IE */ 
	w\idth: 400px;  /* reset for IE 6 */
}

#site-header, #site-footer 
{ 
	color: white;
	background: #a44; 
	font-size:140%; 
	padding-left:20px;
	margin:0;
/*	border-bottom:1px solid blue; */
}

#site-footer
{
	display: none;
}

#site-header
{
	height:85px;
	background:url(/bones/graphics/sbs-header.png);
	background-position:top right;
}


em
{
	background: yellow;
}
