@charset "utf-8";
/* UPickem Contest Template CSS */

body {margin:0px; padding:0px; font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#000000; background-color:#ffffff;}

/* Module Positions */

.pageWrapper {
	width:980px;
	margin:0px auto;
	}


.Top {}
.TopBackground {}

#sisterSites { 
	margin:5px 0 10px 0;
	padding-bottom:5px;
	border-bottom:2px solid #000;
}

#sisterSites .leftSide { text-align: left; float: left; }
#sisterSites .leftSide, #sisterSites .rightSide { width: 33%; text-transform: capitalize; }
#sisterSites .middle { text-align: center; float: left; }
#sisterSites .rightSide { text-align: right; float: right; }

#MainMenuLogo {
	text-align:left;
	width:252px;
	padding:0px;
	float:left;
}

#currentDateTime {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #990000;
	margin-bottom: 5px;
}

#MainMenuLeaderboardTop {
	width:728px;
	margin-bottom:10px;
	vertical-align:top;
	padding:0px;
	float:left;
}


.Adspot {text-align:center; margin:10px 0 10px 0; width:980px; height:200px;}

.RightRail {width:336px; float:right; margin-top:10px; }
.comp_AdsModularBox1_300x250, .comp_AdsModularBox3_300x250 { margin-bottom:15px }

.ContentContainer {width:634px; float:left;}

#footer {margin:5px 0px 0px 0px;}
#footer .leftSide { width: 50%; text-align: left; float: left; }
#footer .rightSide {text-align:right; }


/* General items */

a:link, a:visited, a:active {color: #000000; text-decoration:none;}									
a:hover {color: #990000; text-decoration:underline;}

img {border:none;}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
