body{
	background-image: url(../bgleft.png);
	background-color: #000000;
	background-repeat: repeat-y;
	background-position: -32px 0;
}

img{
	border: none;
	visibility: hidden;
}

/**********
Page styles
**********/

#page{
	position: absolute;
	width: 565px;
	left: 225px;
	top: 48px;
	
	font-family: Lucida Sans Unicode, Verdana, sans-serif;
	font-size: 0.8em;
	
	text-align: justify;
	
	line-height: 1.5;
}

/*************
Content styles
*************/

#content img{
	border: none;
	visibility: visible;
}

#content{

	background-color: #FFFFFF; 
	padding: 3px 7px 2px 6px;	
	border: 1px Solid #E0E0E0;
	width: 565px;
	
}

#content h1{
	font-size: 2.5em;
	margin-top: 0.25em;
	clear: right;
}
#content h2{
	font-size: 1.8em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	clear: right;
}

#content ul{
	list-style-type:none;
	margin-left: 0;
	padding-left: 2em;
	text-indent: -2em;
}
#content li > a:first-child{
	list-style-type:none;
	font-weight: bold;
}

#content a{
	color: #0000FF;
}
#content a:visited{
	color: #6699FF;
}

#content .floatleft{
	float: left;
	clear: left;
}
#content .floatright{
	float: right;
	clear: right;
}

/************
Footer styles
************/

#footer{
	padding: 0px 4px 0px 3px;
	margin: 1px; /* since the footer doens't have a border, make up for the border of the content section */
	width: 571px;
	color: #FFFFFF;
	font-size: 100%
	margin-bottom: 1em;
	padding-bottom: 1em;
	text-align: center;
}
#footer p{
	margin: 0;
	font-size: 0.85em;
}
#footer a{
	color: #0000FF;
}
#footer a:visited{
	color: #6699FF;
}


/************
NHL 94 styles
************/

.player{
	clear: right;
}
.player img{
	float: right;
	margin-left: 5px;
}