*
{
	margin : 0px;
	padding : 0px;
	border : 0px;
}

body
{
	font-family : 'Verdana', Sans-Serif;
	color : #444;
	font-size : 80%;
	text-align : center;
	background : #fff url('images/background.png');
}

a
{
	text-decoration : none;
	color : #516d7a;
}

a:hover
{
	text-decoration : underline;
}

#container
{
	margin : auto;
	margin-top : 50px;
	width : 800px;
	height : 300px;
	background : url('images/splash.jpg') no-repeat;
	text-align : left;
}

#header *, #footer *
{
	display : none;
}

#menu ul
{
	padding-top : 160px;
	margin-left : 145px;
}

#menu ul li
{
	float : left;
	list-style : none;
}

#menu a *
{
	display : none;
}

#menu li a
{
	display : block;
	width : 245px;
	height : 80px;
}

#menu #PrinceGeorge a { background : url('images/prince_george.png') no-repeat 0px 0px; }
#menu #WilliamsLake a { background : url('images/williams_lake.png') no-repeat 0px 0px; }
#menu #PrinceGeorge a:hover { background : url('images/prince_george.png') no-repeat 0px -80px; }
#menu #WilliamsLake a:hover { background : url('images/williams_lake.png') no-repeat 0px -80px; }

#copyright
{
    clear : both;
    margin-top : 350px;
    text-align : center;
    color : #666;
    font-size : 80%;
}

#nix
{
	display:block;
	height :2px;
	width:2px;
	float:left;
	margin-top:-2px;
	overflow:hidden;
}

#nix:hover
{
	width:16px;
	height:16px;
	margin-top : -16px;
}

#pluto
{
	display:none;
}