/* --- CONTAINER RULES --- */
#container
{
  width: 650px;
	border: none;
}

/* --- HEADER RULES --- */
#header h1
{
  position: static;
	left: auto;
	width: 100%;
	font-size: 25px;
}

#header h2
{
  position: static;
	left: auto;
	width: 100%;
	font-size: 15px;
}

#nav { display: none; }

/* --- CONTENT RULES --- */
#detailbox { display: none; }
#container2 { width: 90%; }
#notes a { display: none; }



