
		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;
		    background-color: #ddd;
		    color: #000;
		    text-decoration: none;
		}

		UL.tabNavigation LI A.selected,
		UL.tabNavigation LI A:hover {
		    padding-top: 7px;
			background:#eee;
			color:#000;
		}
		
		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: 110px;
		}

		#second {
		    background-repeat: no-repeat;
		    background-position: bottom;
		    min-height: 110px;
		}

		#third {
		    background-repeat: no-repeat;
		    background-position: bottom;
		    min-height: 110px;
		}
		
		.waste {
			min-height: 1000px;
		}