@charset "utf-8";
/* CSS Document */

* {
	padding: 0px;
	margin: 0px;
	}

body {
	background: url(images/woodgrainbg.jpg) repeat;
	}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #ba0b21;}
	
a:hover {
	text-decoration: none;
	color: #79a23f;
	}
	
	
#container {
	width: 1035px;
	margin: auto;
	}
	
#header h1 {
	background: url(images/header.png) no-repeat top center;
	width: 1035px;
	height: 235px;
	text-indent: -9999px;
	}
	
#nav {	
	background: url(images/navbg.png) top center no-repeat;
	height: 71px;
	color: #fff;
	font-family: Georgia, serif;
	font-size: 20px;
	letter-spacing: normal;
	line-height: 1.4em;
	}
	
#nav a:link, #nav a:active, #nav a:visited {
	text-decoration: none;
	color: #fff;
	}
	
#nav a:hover {
	text-decoration: none;
	color: #fff;
	border-bottom: solid 5px #92a45b;
	}

#nav ul {
	padding-top: 10px;
	padding-left: 400px;
	}
	
#nav li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	}
	
#content {
	background: url(images/contentback.png) repeat-y center;
	padding: 25px 150px 25px 150px;
	}
	
#content h1 {
	font-family: Georgia, serif;
	font-size: 41px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.2em;
	color: #ba0b21;
	padding-bottom: 10px
	}

#content p {
	padding-bottom: 20px;
	font-family: Georgia, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.6em;
	color:#666666;
	}
	
#dogrow {
	margin: auto;
	width: 780px; 
	height: 310px;
}

#dogthumb {
	width: 260px;
	margin: auto;
	float: left;
	text-align: center;
	font-family: Georgia, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.2em;
	color: #ba0b21;
	}
	
#dogthumb .img {
	margin: 10px;
	border: solid 10px #eeeeee;
	}
	
#dogthumb  a:link .img{
	margin: 10px;
	border: solid 10px #eeeeee;
	}
	
#dogthumb a:visited  .img {
	margin: 10px;
	border: solid 10px #eeeeee;
	}
	
#dogthumb  a:hover .img{
	margin: 10px;
	border: solid 10px #ba0b21;
	}	
	
#dogthumb  a:active .img{
	margin: 10px;
	border: solid 10px #ba0b21;
	}
	
#dogthumb p a:link {
	text-decoration: none;
	color: #ba0b21;
		}
	
#dogthumb p a:visited {
		text-decoration: none;
	color: #ba0b21;
	}
	
#dogthumb p a:hover {
		text-decoration: none;
	color: #ba0b21;
	border-bottom: solid 1px #ba0b21;
	}	
	
#dogthumb p a:active {
		text-decoration: none;
	color: #ba0b21;
	border-bottom: solid 1px #ba0b21;
	}

	
#footer {
	background: url(images/bottomshadow.png) no-repeat top center;
	height: 14px;
	}
	
.name {
	width: 287px;
	height: 42px;
	background: url(images/monicamellroth.gif) no-repeat;
	text-indent: -9999px;
	}
	
.img {
	border: solid #eeeeee 10px;
	}
	
.imgright {
	float: right;
	border: solid #eeeeee 10px;
	margin-left: 10px;
	}
	
.imgleft {
	float: left;
	border: solid #eeeeee 10px;
	margin-right: 10px;
	}
	
.thumb {
	border: 10px solid #eeeeee;
	margin-left: 20px;
	margin-right: 20px;
	}
	
.top { 
	font-family: Georgia, serif;
	font-size: 8px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: 1.6em;
	line-height: 1.6em;
	color:#ba0b21;
	float: right;
	}

.top a:link, .top a:visited, .top a:hover, .top a:active { 
	font-family: Georgia, serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: 1px;
	line-height: 1.6em;
	color:#ba0b21;
	text-decoration: none;
	}

	
	
br.clear { clear: both; }

#credits {
	padding-top: 30px;
	clear: both;
	}

#credits p {
	font-family: Georgia, serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	}

