/* CSS Document */

.wrap {
font-family: "Times New Roman", Times, serif;
border: 0;
width: 600px;
margin: auto;
text-align: center;
}
.wrap p {text-align: center}
.wrap a:link {color: blue; text-decoration: underline}
.wrap a:visited {color: blue; text-decoration: underline}
.wrap a:hover {color: red; text-decoration: none}

.header {
background-image: url(images/newtitle.gif);
background-position: center;
background-repeat: no-repeat;
height: 180px;
}
.header a {text-decoration: underline}

.leftlink {float: left}
.rightlink {float: right}

.subheader {
height: 30px;
border: 0;
padding: 0;
}
.subheader h1 {text-align: center; font-family: "Times New Roman", Times, serif; font-size: 24px; color:#FF0000; line-height: 18px}
.subheader h2 {text-align: center; font-family: "Times New Roman", Times, serif; font-size: 18px; color: #009900}
.subheader p {text-align: center; font-family: "Times New Roman", Times, serif; font-size: 8px; color: #000000;line-height:4px }


.topnav {
width: 600px;
}
.topnav img {margin: 0px 5px 5px 20px; float: left}
.topnav a {margin: 5px 15px 5px 15px; text-align: center}
.topnav p {text-align: center}

.maincontent p {text-align: center}

.weeklyprev {
	text-align: center;
	border: thin solid #999999;
}
.weeklyprev p {text-align: center}

.matchups {border: thick; text-align: center}
.matchups h1 {text-align: center; font-size: 14px; color:#000000; font-weight: bold}
.matchups p {text-align: center}
.matchups h2 {text-align: center; font-size: 14px; color: #FF0000; font-weight: bold}

.gamebox {
	margin: 0;
	padding: 3px;
	border: medium double #CCCCCC;
}
.visteam {float: left}
.game {height: 15px; margin-bottom: 0px}
.game h1 {text-align: center; font-size: 16px; color:#000000; font-weight: bold; margin-top: 5px}
.vsfb {float: left}
.analysis {text-align: center}
.hometeam {float: left}
.pick {height: 30px}
.pick h2 {text-align: center; font-size: 16px; color: #FF0000; font-weight: bold}

.weeklyfooter p {text-align: center}

.weekly_disclaimer {text-align: center; color: #333333; font-size: 11px}

.cfbpicks {
	margin: 0;
	padding: 1px;
	border: medium double #CCCCCC;
}.cfbgame {
	font-weight: bold;
}
.cfbpick {
	font-weight: bold;
	color: #FF0000;
}

.nflgame {padding: 5px 5px 5px 5px; border-bottom-width: medium; width: 584px; border-style: double; border-color: #999999; margin-bottom: 25px}
