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

/* --- HEADER RULES --- */
#header
{
  width: 650px;
}

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

#header h1 em
{
	height: 100%;
	width: 100%;
	background: url(../images/header.gif) no-repeat;
	position: absolute;
}

/* --- NAV RULES --- */
ul#mainnav
{
  display: none;
}

