BODY {
	margin-left: 0em;
	margin-top: 0em;
	font-family: Arial;

}
#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: 35em;
	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: #006633;
	color: #FFFFFF;
}

/* CONTENT_FRAME holds the other DIV tags. SIDENAV, WEEKS, CONTENT */
#CONTENT_FRAME{
	position:relative;
	
	left:0em;
	top:0em;
	
	width:60em;
	
}


#CONTENT_PRINT{
	position:relative;
	
	left:1em;
	top:0em;
	
	width:60em;
	
}

/* Get ticket area */
#SIDENAV{
	position:absolute;
	
	left: 0em;
	top: 0em;
	
	width: 8.25em;
	height: 100%;
	
	text-align: left;
	background-color: #006633;
	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: #006633;
	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: #006633;
	color: #FFFFFF;
	
	text-indent: 1em;
}

/* Main content area */
#CONTENT{
	position:relative;
	left:9em;
	top:1em;
	width: 52em;

}

#CONTENT_RIGHT{
	position:relative;
	left:20em;
	top:1em;
	width: 30em;

}
#FOOTER{
	position:relative;
	
	left:9em;
	top:0em;
	
	width:50em;
}
#PAD{
	padding-left: 5em;
}
/* 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;
}
#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;
}

#BLOCK_3{

	position:absolute;
	left: 11em;
	top: 0px;
	width: 100%;
	height: 100%;
	color:black;
	margin-left: 2em;

}

#TICKET_FRAME{
	position:relative;
	
	left:0em;
	top:0em;
	
	width:51em;
	margin-bottom: 2em;
}

#BLOCK_1_FLOAT {
background-color: #EAEBD3;

width: 5em;
float: left;
}

/* 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_FLOAT2 {
background-color: red;
height: 50px;
width: 100px;
float: left;
margin-left: 20px;
}

#BLOCK_3_FLOAT {
height: 100%;
width: 15em;
float: right;
margin-left: .25em;
padding-left: .25em;
padding-right: .25em;

}
