@font-face {
	font-family: 'ChunkFive';
	src: url('/fnt/Chunkfive-webfont.eot');
	src: local('☺'), url('/fnt/Chunkfive-webfont.woff') format('woff'), url('/fnt/Chunkfive-webfont.ttf') format('truetype'), url('/fnt/Chunkfive-webfont.svg#webfontbMWZ83oH') format('svg');
	font-weight: normal;
	font-style: normal;
}
body{
	color: #462712;
	font-family: Helvetica, Verdana, Arial, 'san serif';
	font-size: 16px;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6{
	font-family: ChunkFive;
	font-weight: normal;
}
#header{
	width: 960px;
	margin: 0 auto;
}
#header h1.title{
	font-size: 100px;
	width: 960px;
	margin: 75px auto 0;
	line-height: 1;
	float: left;
	width: 600px;
}
#header h1.title a{
	color: #462712;
	text-decoration: none;
}
#header #nav{
	float: right;
	width: 150px;
	list-style: none;
	padding: 0;
	margin: 149px 0 0;
}
#header #nav li{
	float: left;
	background: #462712;
	margin-right: 10px;

}
#header #nav li a{
	display: block;
	color: #fff;
	border: 1px solid #462712;
	outline: 1px solid #462712;
	padding: 0 5px;
	text-decoration: none;
}
#header #nav li a:hover,
#header #nav li a.current{
	border-top: 1px solid #a35e03;
	border-right: 1px solid #a35e03;
	border-left: 1px solid #a35e03;
}
#header #details{
	border-bottom: 10px solid #462712;
	border-top: 10px solid #462712;
	width: 960px;
	margin: 0 auto 20px;
	overflow: hidden;
	clear: both;
	position: relative;
}
#header #details #description h2{
	padding-left: 5px;
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 30px;
}
#header #details #description div{
	float: left;
	padding: 0 5px;
	width: 430px;
}
#header #details #description div.first{
	margin-right: 80px;
}
#header #details #description p{
	text-align: justify;
}
#header #details #stats{
	font-family: ChunkFive;
	font-size: 30px;
	display: none;
}
#header #details #stats span{
	color: #a35e03;
}
#dogs{
	overflow: hidden;
	width: 960px;
	margin: 0 auto;
}
#dogs .dog{
	float: left;
	width: 207px;
	text-align: center;
	height: 207px;
	position: relative;
	margin-bottom: 45px;
	margin-right: 44px;
}
#dogs .dog.last{
	margin-right: 0;
}
#dogs .dog a{
	display: block;
	z-index: 1;
	position: relative;
	text-decoration: none;
	width: 208px;
	height: 200px;
	margin: 0 auto;
	line-height: 0;
	outline-color: #462712;
}
#dogs .dog a img{
	border: 3px solid #462712;
	width: 200px;
	height: 200px;

}
#dogs .dog h4.name{
	width: 208px;
	margin: -45px auto 0;
	background: rgb(255, 0, 0);
	background: rgba(255, 0, 0, .5);
	z-index: 2;
	position: absolute;
	color: #fff;
	padding: 5px 0;
	bottom: 10px;
	left: -1px;
	font-family: Helvetica, Verdana, Arial, 'san serif';
	line-height: 1;

}
#dogs .dog h4.correct{
	background: rgb(0, 255, 0);
	background: rgba(0, 255, 0, .5);
}
#footer{
	width: 960px;
	overflow: auto;
	margin: 0 auto;
}
#footer ul{
	float: right;
	height: 31px;
	list-style: none;
}
#footer ul li{
	float: left;
	height: 31px;
}
#footer ul li a#stubby-dog{
	background: url('images/StubbyDog.jpg') no-repeat left top;
	display: block;
	text-indent: -99999px;
	height: 30px;
	width: 108px;
	margin-right: 30px;
}
#footer ul li a#ninnypants{
	background: url('images/ninnypants.png') no-repeat left top;
	display: block;
	text-indent: -99999px;
	height: 31px;
	width: 55px;
}