	body {
		font-family: Helvetica, Verdana, sans-serif;
		font-size: 9pt;
		color: rgb(71,61,31);		margin: 0;		padding: 0;
		height: 100%; /* needed for container min-height */	}
		
	#Container {
		position: Absolute;
		width: 683px;
		top: 0px;
		left: 120px;
		height: auto !important; /* real browsers */		height: 100%; /* IE6: treaded as min-height*/		min-height: 100%; /* real browsers */
		margin: 0px auto;		background-image: url('../img/bg.gif');
	}
		
	#Banner {
		position: Absolute;
		width: 683px;
		height: 85px;
		top: 0px;
		left: 0px;		text-align: left;   		padding: 0px 0px 0px 0px;
		background-image: url('../img/balk.gif');		}	
	
	#Flash{
		width: 438px;
		top: 0px;
		padding: 0px 0px 0px 0px;
		}	

	#Menu{
		position: Absolute;
		text-align: left;
		top: 0px;
		left: 543px;
		width: 140px;
		padding: 2px 0px 0px 0px;
		}

	#Menu ul {		margin: 0;		padding: 0;		list-style-type: none;
		font-size: 9pt;	}

	#Menu li {		margin: 1px 0 0;	}
	
	#Menu li.active {		color: rgb(71,61,31);		background:rgb(200,200,150);	}
		
	#Menu a {		display: block;		width:140px;		padding: 0px 0px 0px 0px;		border: none;
		background:rgb(255,255,255);		text-decoration: none; /*lets remove the link underlines*/	}

	#Menu a:link, #list-menu a:active, #list-menu a:visited {		color: rgb(71,61,31);	}
			#Menu a:hover {
		color: rgb(71,61,31);		background:rgb(200,200,150); 		
	}

	.no_padding {
		padding: 0;
		marging: 0;	}	
	
	a, a:link {
    	text-decoration: none;
    	color: rgb(71,61,31);
	}
	
	a:visited { 
    	color: rgb(71,61,31);
	}
	
	a:hover { 
		color: rgb(0,0,0);		text-decoration: underline; 
	}
	
	li.active {		color: rgb(71,61,31);		background:rgb(200,200,150);	}
