		DIV.container { margin: auto; width: 90%; margin-bottom: 10px;}
		UL.tabNavigation {
		    list-style: none;border-bottom:1px solid #eee;
		    margin: 0;
		    padding: 0;
			padding-bottom:4px
		}
		UL.tabNavigation LI {
		    display: inline;
		}
		UL.tabNavigation LI A {
		    padding: 3px 5px;
		    color: #000;
			border:1px solid #ddd;
		    text-decoration: none;
		}
		UL.tabNavigation LI A.selected,
		UL.tabNavigation LI A:hover {
		    padding-top: 7px;
			color:#000;
			background:#ddd;
		}		
		UL.tabNavigation LI A:focus {
			outline: 0;
		}
		div.tabs > div {
			padding: 5px;
			margin-top: 3px;
		}		
		div.tabs > div h2 {
			margin-top: 0;
		}
		#first {
		    background-repeat: no-repeat;
		    background-position: bottom;
		    min-height: 100px;
		}
		#second {
		    background-repeat: no-repeat;
		    background-position: bottom;
		    min-height: 100px;
		}
		#third {
		    background-repeat: no-repeat;
		    background-position: bottom;
		    min-height: 100px;
		}
		.waste {
			min-height: 1000px;
		}