body
{
	background: #eeeeee url('../images/backgrounds/default.jpg') no-repeat top center;
}

#page
{
  width: 955px;
  margin: 0 auto;
}

#menu
{
	height: 78px;
}

#menu #logo
{
	float: left;
}

#menu #list
{
	float: left;
	position: relative;
	top: 60px;
}

a:focus
{
	outline: none;
}

h1.page_title
{
	color: #CA1E42;
	font-size: xx-large;
	font-weight: bold;
	text-transform: uppercase;
	width: 955px;
	margin: 50px auto 5px auto;
	clear: both;
}


