@charset "UTF-8";
/* CSS Document */


#container #header {
	width: 940px;
	height:auto;
	float: left;
}
#banner {
	text-align: center;
	width: 960px;
	height: 250px;
	clear: both;
	background:url(../images/rowOfDogs2.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#header #title {
	height: 75px;
	width: 400px;
	float: left;
	padding-top: 10px;
	padding-left: 10px;
}
#header #topnav {
	float: right;
	height: auto;
	margin-right: 50px;
	width: auto;
	margin-top: 41px;
	text-align: center;
}
#topnav a {
	font-family: "Comic Sans MS", cursive;
	font-size: 32px;
	text-decoration: none;
	color: #000;
	background-color: none;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}
#topnav a:hover {
	color:#FFF;
	background-color:#857C3B;
}
#container #navbar {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#container #navbar a {
	font-family: "Comic Sans MS", cursive;
	font-size: 24px;
	text-decoration: none;
	color: #000;
	background-color: none;
	padding-right: 10px;
	padding-left: 10px;
}
#container #navbar a:hover {
	color:#FFF;
	background-color:#86863E;
}
