body 
{
	padding:10px 5px;
	margin:0;

}

#page {
	width:954px;
	margin-left:auto;
	margin-right:auto;
}
#page #header #logo {
	float: left;
	height: 34px;
	width: 366px;
}

/* ================================================

   nav

   ================================================*/

#page #header #nav {
	background-image: url(../images/nav_bar.gif);
	background-repeat: no-repeat;
	float: left;
	height: 34px;
	width: 588px;
}
#page #header #nav ul {
	list-style-type: none;
	margin:0;
	padding:0;
	display:block;
	height:30px;
}
#page #header #nav ul li {
	float:left;
	padding:4px 16px 4px 16px;
	margin:0;
	display:block;
	height:22px;
	background-repeat:no-repeat;
}
#page #header #nav ul li a {
	display:block;
	height:22px;
}
#page #header #nav ul li.active a,
#page #header #nav ul li a:hover
{
	background-position:0 -22px;
}
#page #header #nav ul li a span{
	left:-999px;
	position:absolute;
}

/* ================================================

   individual nav buttons

   ================================================*/


#page #header #nav ul li#home a {
	background-image:url(../images/nav/home.gif);
	width:53px;
}
#page #header #nav ul li#comp a {
	background-image:url(../images/nav/comp.gif);
	width:180px;
}
#page #header #nav ul li#prize a {
	background-image:url(../images/nav/prize.gif);
	width:83px;
}
#page #header #nav ul li#game a {
	background-image:url(../images/nav/game.gif);
	width:131px;
}

/* ================================================

   footer

   ================================================*/

#footer a {
	margin-left:5px;
}