BODY {
	margin-left: 0em;
	margin-top: 0em;
	font-family: Arial;

}

#CONTENT_PRINT{
	position:relative;
	
	left:1em;
	top:0em;
	
	width:60em;
	
}

#PRIZE_BREAKDOWN{
	position:absolute;
	left: 34em;
	top: 10em;
	width: 15em;
	font-family: Arial;
	font-weight: normal;
	text-align: left;
	color: #000000;

	border-color: #000000;
	border-width: 1px 1px 1px 1px;
}

/* Holds 2 columns of prizes.  Or 2 weeks*/
#PRIZE_2_COLUMNS{
	position:relative;
	left: 0em;
	top: 0em;
	width: 30em;
	font-family: Arial;
	font-weight: normal;
	text-align: left;
	color: #FFFFFF;

	padding-left: .5em;
}

#BLOCK_1{
	position:relative;
	left: 0em;
	top: 0em;
	width: 8em;
	
	padding-left: .5em;
}
#BLOCK_2{
	position:absolute;
	left: 17em;
	top: 0em;
	width: 8em;

	padding-left: .5em;
}

#PAD{
	padding-left: 5em;
}

#HEADER{
	position:relative;
	
	left: 0em;
	top: 0em;
	
	width: 60.5em;
	height: 8em;
	
	font-weight: bold;
	background-color:black;
}
/* HEADER_NAV goes inside HEADER.  Used for links at the top of the page.  */
#HEADER_NAV{
	position:absolute;
	
	left: 34em;
	top: 1em;
	
	width: 24em;
	height:2em;

	font-weight: bold;
	background-color:black;
	text-align: right;
	color: #FFFFFF;
}
/* Holds the main buttons.  Home, Scores, Winners, etc.  */
#BUTTONS{
	position:relative;
	
	left: 0em;
	top: 0em;
	
	width: 60.5em;
	height: 2em;
	
	background-color: #330066;
	color: #FFFFFF;
}

/* CONTENT_FRAME holds the other DIV tags. SIDENAV, WEEKS, CONTENT */
#CONTENT_FRAME{
	position:relative;
	
	left:0em;
	top:0em;
	
	width:60em;
	
}
/* Get ticket area */
#SIDENAV{
	position:absolute;
	
	left: 0em;
	top: 0em;
	
	width: 8.25em;
	height: 20em;
	
	text-align: left;
	background-color: #330066;
	color: #FFFFFF;
}	
/* For basketball this holds the rounds */
#WEEKS{
	position:relative;
	left: 8.25em;
	top: 0em;
	width: 51.75em;
	font-family: Arial;
	font-weight: bold;
	text-align: left;
	background-color: #330066;
	color: #FFFFFF;

	padding-left: .5em;
}
/* Used in the org admin section */
#WEEKS_NO_INDENT{
	position:relative;
	left: .75em;
	top: 0em;
	width: 51.75em;
	font-family: Arial;
	font-weight: bold;
	text-align: left;
	background-color: #330066;
	color: #FFFFFF;
	
	text-indent: 1em;
}

/* Main content area */
#CONTENT{
	position:relative;
	
	left:9em;
	top:1em;
	
	width: 52em;

}
#FOOTER{
	position:relative;
	
	left:0em;
	top:0em;
	
	width:60em;
}
#BLOCK_1_FLOAT {
background-color: #EAEBD3;

width: 5em;
float: left;

padding-left: .25em;
padding-right: .25em;
}

/* called after the last block to fill any extra space. */
#BLOCK_FILLER {

height: 100%;
width: 100%;
float: left;
}


#BLOCK_2_FLOAT {
background-color: #EAEBD3;
height: 100%;
width: 15em;
float: left;
margin-left: .5em;
padding-left: .5em;
padding-right: .5em;

}

#BLOCK_3_FLOAT {
height: 100%;
width: 15em;
float: right;
margin-left: .25em;
padding-left: .25em;
padding-right: .25em;

}
