/*
------------
Modified: 03.03.2008
------------
*/

body {
	padding: 0;   
	margin: 0; 
	font-family:Arial; 
	font-size: x-small; 
	color: #000;
	/********* Change PAGE background settings here *********/
	/* background: #d3d6cb url(http://assets.espn.go.com/i/design07/frame/bg_990.jpg) top left repeat-y;
 change it to (50%  50%) in order to center the BG img 
	background-position: 50% 50%;*/
}

/* LINKS */
a:link {color: #000;}
a:hover, a:visited:hover {color: #000;}
a:visited {color: #000;}
/* end LINKS */

/* Page structure */
.main {
	/* change MARGIN to AUTO in order to center the page */
	margin: auto;
	width: 760px;
	background:#ffffff;
}
.content {
	/**** This DIV holds the content of this page ****/
	padding: 7px;
}
/* end Page structure */




/* Footer */
.footer {
	font-size: xx-small;
	color: #b5b7ba;
	padding: 10px 35px 70px;
	background: #313336 url(http://assets.espn.go.com/i/story/design07/footerLogo.gif) no-repeat 32px 40px;
}
.footer a, .footer a:visited {
	color: #b5b7ba;
}

.footer a:hover {
	color: white;
}
/* end Footer */

/* Added by CJ 1/22/07 to remove annoying dotted border around active links */
.realm a {outline: none;}
:focus { -moz-outline-style: none; }


