html {scrollbar-base-color: #666633}

body {
	background-color: #aa9900;
	text-align: center;
	
}
.header-txt {
	color:#336666;
	font-size:16px;
	font-weight: lighter;
	text-shadow:0 0 28px rgba(255,255,225,1.9);
	}

#container{
	top:5px;
	width:70%;
	height: 98%;
	padding: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	border: 0px;
	background-color: #aa9900;
	margin-left: auto;
	margin-right: auto;	

	}
#menu{
	float: left;
	top:auto;
	width:110px;
	background:#aa9900;
	background-image: url(images/bg1.jpg);
	height: 100%;
	}
#mainbox{
	position: relative;
	top:0px;
	width:auto;
	padding: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	/*left: 179px;	/*margin-top: 148px;	border-color: #336699;*/
	background-color:#CC9900;
	border-width: 0px 2px 2px 0px;
	border-color: #996600;
	border-style: solid;
	height: 100%;
	overflow: auto;
	left: -3px;
	}

#ttop{
	position: relative;
	top:0px;
	width:100%;
	height: 50px;
	padding: 0px;
	padding-left: 0px;
	background-color: #993333;
	bottom:-20px;
	left: 0px;
	}
#foot{
	position: absolute;
	/*top:auto;*/
	width:100%;
	height: 50px;
	padding: 0px;
	padding-left: 0px;
	background-color: #993333;
	bottom:0px;
	left: 0px;
	vertical-align: bottom;
	margin-bottom: 0px;
	}
#header{
	position: relative;
	top:15px;
	width:70%;
	height: 15px;
	padding: 4px;
	padding-left: 0px;
	background-color: #FFCC66;
	/*bottom:-20px;*/
	left: 0px;
	/*display:inline-table*/	
	
	}

.cssnav{
	position: relative;
	font-family: arial, helvetica, sans-serif;
	white-space: nowrap;
	display: block;
	width: 85px;
	height: 20px;
	margin: 0;
	padding: 0;
	background-image: url(http://www.udi-kazmirski.com/amo/images/btn_bg.jpg);
	background-repeat: no-repeat;
}

.cssnav a{
	display: block;
	color: black;
	font-size: 11px;
	width: 85px;
	height: 20px;
	display: block;
	float: left;
	color: black;
	text-decoration: none;
	line-height: 13pt;
}

.cssnav a:hover{
background-image: url(http://www.udi-kazmirski.com/amo/images/btn_over.jpg);
background-repeat: no-repeat;
}

.cssnav span{
position: absolute;
left: 10px;
top: 0px;
margin: 0px;
padding: 0px;
cursor: pointer;
} 
.highlight {
	background-color: #00CC99;
	height: 10px;
}
.r_highlight { background-color: #5F6966 }
.specifi{padding-left: 10px;background-color: #CC9966;}

