/* CSS for the Land of Nod header and footer */

.contestnav {
	background: #cad48b; 
	width: 100%; 
	height: 30px; 
	text-align: center;
}
.contestnav a img {
	border: 0;
	text-decoration: none;
	}

.contestnavitem {
	margin-left:1%;
	margin-right:1%;
	}

.contestnavpipe {
	position: relative;
	top: -10px;
	color: #0b4467;
	font-weight: bold;
	}
	
.brandlogo {
	margin-bottom:10px;
	margin-left:5px;
	padding-top:7px;
	}

