html, body{	
   margin:  0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
	
	background-color: #FFD571;
	color: #000000;
	
	min-height: 768px;
}

body#orange_text{
	color: #A65A00;
}

a{
	color: #A65A00;
}
a:visited{
	color: #A65A00;
}
a:hover{
	color:           #A65A00;
	text-decoration: none;
}
a#close{
	border-bottom:    2px solid #D47300;
	border-left:      2px solid #D47300;
	border-top:       2px solid #FDDAB1;
	border-right:     2px solid #FDDAB1;
	background-color: #F9A744;
	padding:          1px 4px 1px 4px;
	
	font-family:     Arial, Helvetica, sans-serif;
	font-size:       12pt;
	font-weight:     bold;
	color:           #FFFFFF;
	text-decoration: none;
}
a#close:active{
	border-bottom:    2px solid #FEEAD2;
	border-left:      2px solid #FEEAD2;
	border-top:       2px solid #FA9620;
	border-right:     2px solid #FA9620;
	background-color: #FCC788;
	padding:          1px 4px 1px 4px;
	
	font-family:     Arial, Helvetica, sans-serif;
	font-size:       12pt;
	font-weight:     bold;
	color:           #FFFFFF;
	text-decoration: none;
}



/*
 * for the navigation bar in the bottom left of the screen
 */
div#slightly_orange_bar{
   width:  655px;
   height: 70px;
   bottom: 0px;
   left:   0px;
	
   position: fixed;
   overflow: hidden;
	
   padding-bottom: 0px;
	z-index: 200;
}

/*
 * A little extra spacer at the bottom of the page
 * to give scrolling room
 */
div#extra_space{
   width:  100%;
   height: 70px;
   
   padding: 0px 0px 0px 0px;
}

div#updates{
   width:  450px;
   height: 200px;
   top:    0px;
   left:   0px;
	
	padding: 0px 0px 0px 0px;
	
   position: fixed;
   overflow: hidden;
	
	z-index: 100;
	
	background-color: #FFD571;
	border: 4px solid #F78700;
	border-left: none;
	color: #000000;
}
div#update_list{
	padding: 10px 10px 10px 10px;
	
	overflow: hidden;
}

div#right{
	padding: 0px 0px 0px 0px;
	margin:  0px 5px 0px 0px;
	
	position: absolute;
	right:    0px;
	top:      0px;
}

div#title_bar{
	top:     0px;
	left:    0px;
	width:   100%;
	padding: 3px 3px 7px 10px;
	margin:  0px 0px 0px 0px;
	
	background-color: #F78700;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size:   14pt;
	font-weight: bold;
	color:       #A65A00;
}