html,
body {

	margin: 0px 0px 0px 0px ;
	padding: 0px 0px 0px 0px ;
	}

#site-body-container {}

#site-body-content {
	background-image: url('');
	background-repeat:repeat;
		}
 
#site-bottom-bar {
		background-color: #ffffcc ;
		background-image: url('taa.gif');
		border-top: 1px solid #ffffff ;
		bottom: 0px ;
		align:center;
		font-family: verdana, arial ;
		font-size: 14px ;
		height: 30px ;
		position: fixed ;
		width: 100% ;
		z-index: 1000 ;
		}
 
#site-bottom-bar-frame {
		height: 30px ;
		margin: 10px 10px 0px 10px ;
		position: relative ;
		}
 
#site-bottom-bar-content {
		padding: 0px 0px 0px 0px ;
		}

#menu-root {
	background-image: url('taa.jpg');
	border: 0px solid #ffffcc ;
	color: #000000 ;
	display: inline ;
	float: left;
	height: 22px ;
	line-height: 22px ;
	text-align: center ;
	text-decoration: none ;
	margin: 0px 30px 0px 0px ;
	}
 
#menu-root:hover {
		border-color: #000000 ;
		color: #a21e04 ;
		text-decoration:none
		}

#menu-img { 
	float:middla;
	align: middle;
	border:0;
	margin: 5px 0px 0px 0px ;
	}


#menu-root-last {
	background-image: url('taa.jpg');
	border: 0px solid #ffffff;
	color: #000000 ;
	display: inline ;
	float: right;
	height: 22px ;
	line-height: 22px ;
	text-align: center ;
	text-decoration: none ;
	margin: 0px 30px 0px 0px ;
	}

#menu-root-last:hover {
		border-color: #000000 ;
		color: #a21e04;
		text-decoration:none
		}

 
/* ----------------------------------------------- */
/* - INTERNET EXPLORERE FIXED - */
/* ----------------------------------------------- */
 
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: 16px ;
		}
 
/* To make up for overflow left. */
#site-bottom-bar-frame {
		_margin-left: 26px ;
		}
 
/* To fix IE6 display bugs. */
#menu a {
	_display: inline-block ;
	_width: 99% ;
	}