
body {
	margin: 0px;
	background-color: #000000;
	top: 0px;
	left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image:url(Images/white980.gif);
	background-repeat: repeat-y;
}

li { 
	margin: 10px;
}

/* The logo (can probably pare this one down?) */
#HeaderBar {
	background-image:url(Images/ColorThemes/Orange/Logo.gif);
	background-repeat: no-repeat;
	width: 980px;
	height: 231px;
	text-align: center;
	vertical-align: bottom;
/*	position: absolute; */  
	top: 0px;
	left: 0px;
}

/* The navigation bar */
#Navbar {
    position: absolute; 
    left: 0px;
    top: 160px;
 	width: 980px;
/*    border: 1px solid #FF0000;  /* testing */
	text-align: center;
}

/* The main body element for each page */
#Main {
	width: 980px;
	position: relative;
	top: -30px;
	text-align: center;
}

/* create a narrow version of the main body, which should be used for text-heavy pages */
#Main.narrow {
	width: 600px;
	margin-left: 190px;
/*	text-align: center; */
}


/* these two don't work.  Why? */
DIV.left {
	text-align: left;
}

DIV.center {
	text-align: center;
}

.error {
	color: #cc0000;
	font-weight: bold;
}    


.CenterBox {
	background-image: url(Images/ColorThemes/Orange/HeaderBox.gif);
	background-repeat: no-repeat;
	height: 19px;
	width: 189px;
	text-align: center;
	vertical-align: middle;
	padding-top: 1px; 
}
.UploadHeaderBox {
	background-image: url(Images/ColorThemes/Orange/UploadHeaderBox.gif);
	background-repeat: no-repeat;
    background-position: center center;
	height: 19px;
	width: 181px;
	text-align: center;
	padding-top: 1px; 
}
.CenterNameBox {
	background-image: url(Images/ColorThemes/Orange/Name.gif);
	background-repeat: no-repeat;
	height: 19px;
	width: 189px;
	text-align: center;
	vertical-align: middle;
	padding-top: 1px; 
}
.PickAWinnerArrows {
	background-image: url(Images/ColorThemes/Orange/PickAWinner.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 710px;
	text-align: center;
	vertical-align: middle;
	padding-top: 1px; 
}

.UploadInput {
	text-align: right;
/*    border: 1px inset #bf4411; */
}
.UploadLimit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
	padding-left: 20px;
	padding-right: 20px;
    color: #bf4411;
}
	
.MonsterName {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	padding-right: 20px;
	padding-left: 20px;
}
.Info {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left: 20px;
	padding-right: 20px;
}
#Footer {
	font-size: 9px;
	color: #999999;
	text-align: center;
}
#Footer a {
	font-size: 9px;
	color: #999999;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}
#Footer a.hover {
	font-size: 9px;
	color: #999999;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}
#Percentage1 {
	position: relative;
	top: 0px;
	left: 30px;
	z-index: 100;
}
#Percentage2 {
	position: relative;
	top: 0px;
	left: -30px;
	z-index: 100;
}
  
