@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background-image: url(../images/backgrounds/body.png);
}
#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#menu {
	height: 35px;
}


/* Header */
#header {
	width: 900px;
	background-image: url(../images/backgrounds/header.png);
	background-position: 0px 345px;
	background-repeat: no-repeat;
}
#header #headerLeft {
	margin: 0px;
	width: 510px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#logo {
	height: 70px;
	margin-bottom: 25px;
}

#header #headerRight {
	width: 340px;
	float: right;
	padding-right: 20px;
}
#playerWeek {
	height: 125px;
	padding-top: 40px;
}
#nextGame {
	height: 180px;
	width: 340px;
	background-image: url(../images/backgrounds/nextGame.jpg);
}
#powerRanking {
	height: 65px;
	width: 90px;
}


/* Content */

#content {
	width: 900px;
	background-image: url(../images/backgrounds/content.png);
}
#contentLeft {
	margin: 0px;
	float: left;
	width: 500px;
	padding-left: 20px;
}
#contentLeft #mainText {
	padding-top: 5px;
	padding-bottom: 5px;
}

#contentLeft #espnVideo {
	padding-left: 30px;
	background-color: #000000;
	margin-bottom: 0px;
}
#contentLeft #newsTitle {
	padding-top: 10px;
	padding-bottom: 0px;
}
#contentLeft #articles {
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 10px;
}
#contentLeft #articles div {
	height: 110px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D4BD91;
	padding-top: 5px;
}

#contentLeft #links {
	background-color: #5E0120;
	background-image: url(../images/backgrounds/links.png);
	padding-bottom: 10px;
}




#contentRight {
	float: right;
	width: 340px;
	padding-right: 20px;
	text-align: center;
}
#contentFull {
	padding: 20px;
	width: 900px;
}
#contentBottom {
	background-image: url(../images/backgrounds/contentBottom.png);
	height: 10px;
	width: 900px;
}


br.clear {
	clear: both;
}


/* Área inferior, copyright, footer y FCDigital */

#footer {
	background-image: url(../images/backgrounds/footer.png);
	height: 90px;
	width: 900px;
	margin-top: 40px;
	margin-bottom: 40px;
}
#links {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 20px;
}


#fcdigital {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 25px;
}
