﻿		html,
 
		#site-body-container {}
 
		#site-body-content {
			padding: 1px 1px 1px 1px ;
			}
 
		#site-bottom-bar {
			background-color: #F0F0F0 ;
			border-top: 1px solid #CCCCCC ;
			bottom: 0px ;
			font-family: verdana, arial ;
			font-size: 12px ;
			font-weight:bold ;
			height: 30px ;
			position: fixed ;
			width: 100% ;
			z-index: 1000 ;
			}
 
		#site-bottom-bar-frame {
			height: 30px ;
			margin: 0px 0px 0px 0px ;
			position: relative ;
			}
 
		#site-bottom-bar-content {
			padding: 1px 0px 0px 0px ;
			}
 
		#menu-root {
			background:url(favicon.png) left no-repeat;
			vertical-align:middle;
			background-color: #CCFF33;
			border: 1px solid #666666;
			color: #000000 ;
			display: block ;
			height: 30px ;
			line-height: 30px ;
			text-align: center ;
			text-decoration: none ;
			width: 200px ;
			}
 
		#menu-root:hover {
			background-color: #666666 ;
			border-color: #000000 ;
			color: #FFFFFF ;
			}
 
		#menu {
			background-color: #E8E8E8 ;
			border: 1px solid navy;
			bottom: 32px ;
			display: none ;
			left: 0px ;
			padding: 0px 0px 0px 0px ;
			position: absolute ;
			width: 300px ;
			}
 
		#menu a {
			background-color: #E8E8E8 ;
			border: 1px solid #FFFFFF ;
			color: #000000 ;
			display: block ;
			margin-bottom: 0px ;
			padding: 0px 0px 5px 0px ;
			text-decoration: none ;
			}
 
		#menu a:hover {
			background-color: #666666 ;
			border-color: #000000 ;
			color: #FFFFFF ;
			}
 
		/* -------------------------------------------------- */
		/* -- IE 6 FIXED POSITION HACK ---------------------- */
		/* -------------------------------------------------- */
 
		html,
		body,
		#site-body-container {
			_height: 100% ;
			_overflow: hidden ;
			_width: 100% ;
			}
 
		#site-body-container {
			_overflow-y: scroll ;
			_overflow-x: hidden ;
			_position: relative ;
			}
 
		/* To make up for scroll-bar. */
		#site-bottom-bar {
			_bottom: -1px ;
			_position: absolute ;
			_right: 5px ;
			background-color:orange;
			}
 
		/* To make up for overflow left. */
		#site-bottom-bar-frame {
			_margin-left: 5px ;
			}
 
		/* To fix IE6 display bugs. */
		#menu a {
			_display: inline-block ;
			_width: 99% ;
			}
 
