/* Style Sheet ---------------------------------------------------------------------------------  */

body {
	background: #69693F;
	margin: 0 0 10px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

ul li {
	line-height: 20px;
	}
	
a {
	color: #000;
	text-decoration: underline;
}


a:visited {

	color: #666;

}

a:hover {

	text-decoration: none;

}

h1 {

	font-size: 175%;

	color: #000;

	margin-top: 0;

}

h2 {

	font-size: 140%;

	border-bottom: 0px solid #999;

}

h2#litters {
	border: 1px solid #000;
	padding: 5px 5px 5px 5px;
	background: #FBFBB2;
	}

.breed{
		background: #C0BE95;
		border: 1px solid #000;
		}
h3 {

	font-size: 115%;

}

h4 {

	font-size: 110%;

}



/* Container ------------------------------------------------------------------------------------  */



#container {

	position: relative; /* see position note for h1#page_title below */
	width:  750px;
	border: 1px solid #000;
	margin: 10px auto;

}

#main {
			float: left; 
	
			background: url(../../images/big-paw-print.gif) bottom right no-repeat #E9E9C5;
			}
#header {
	    background: url(../../images/gundogs.jpg) no-repeat #E9E9C5; 
		height: 169px;
		}

/* Contents -------------------------------------------------------------------------------------  */

#contents {

	display: inline; /* fixes IE double margin bug */
	background: #E9E9C5;
	float: left;

	width: 519px;
	margin-left: 171px;

	padding: 30px 30px;
	background: url(../../images/hunting-dogs.jpg) top left no-repeat; 
	padding-bottom: 75px; /* makes room for the #bottomlinks */


}

#contents p {

	margin: 1em 0;

}



/* Bottom Links ---------------------------------------------------------------------------------  */

p#bottomlinks {

	position: absolute;
	bottom: 0;
	left: 181px;
	width: 539px;
	margin: 0;
	padding: 15px 0;
	text-align: center;
	border-top: 1px dashed #999;
}

p#bottomlinks a {
	padding: 0 6px;
	color: #000;
	font-size: 8pt;
	border-right: 1px solid #999;

}

p#bottomlinks a.sitemap{

	border: none;

}

p#bottomlinks a.stud_dogs {

	border: none;

}


/* Sidebar --------------------------------------------------------------------------------------  */

#side {

	float: left;
	width: 171px;
	height: 472px;
	margin-left: -750px;
	padding-bottom: 100px;
		background: url(../../images/side_gradient.jpg) no-repeat #E9E9C5;
}


		
#navlinks {

	text-align: left;
}

#navlinks a {
	display: block;
	width: 108px;
	padding: 5px 0 4px 33px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #000;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 5px;
	background: url(../../images/button_bg.jpg) repeat-x #fff; 
}

#navlinks a:hover {
	color: #fff;
	background: url(../../images/button_bg_hover.jpg) repeat-x #fff; 
}

#side p {
	padding: 5px 10px;
	font-size: x-small;
}

/* Photo Gallery */
img.gallery{
	border: 1px solid #000;
	margin: 0 15px 15px 0;
}
#photo-gallery a{
	outline: none;
}
