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

* {
	margin: 0;
	padding: 0;
	}
	
html {
	height: 100%;
	}
	
body {
	height: 100%;
	background: url(images/background.jpg) top center repeat-x #a9804b;
	}
	
#container {
	margin: auto;
	height: 100%;
	background: #fff;
	width: 821px;
	}
	
#header {
	margin: auto;
	width: 821px;
	height: 305px;
	background: url(images/header.jpg) no-repeat top center;
	}
	
#header h1 {
	text-indent: -9999px
	}
	
#header ul {
	list-style-type: none;
	margin-top: 75px;
	padding-left: 450px;
	}
	
#header li, #header li a:link, #header li a:active, #header li a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px 0 5px 0;
	}
	
#header li a:hover {
	text-decoration: none;
	color: #3d4d26;
	}
	
#content {
	margin: auto;
	width: 700px;
	padding: 20px 60px 10px 61px;	
	clear: both;
	background: #fff;
	}

#content p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 2em;
	word-spacing: 4px;
	color: #613c11;
	font-weight: normal;
	margin-bottom: 20px;
	}
	
#content ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 2em;
	word-spacing: 4px;
	color: #613c11;
	font-weight: normal;
	margin-bottom: 20px;
	margin-left: 50px;
	}
	
#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 40px;
	font-weight: 400;
	letter-spacing: 1px;
	color: #adc468;
	margin-top: 10px;
	margin-bottom: 10px;
	}

#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: 400;
	color: #4b5f2f;
	margin-top: 10px;
	margin-bottom: 10px;
	letter-spacing: normal;
	}
	
#content h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: normal;
	color: #7e5828;
	margin-top: 3px;
	margin-bottom: 10px;
	}
	
#content a:link {
	color: #4b5f2f;
	text-decoration: none;
	border-bottom: 1px solid;
	border-color: #4b5f2f;
	padding-bottom: 1px;
}
#content a:visited {
	color: #4b5f2f;
	text-decoration: none;
	border-bottom: 1px solid;
	border-color: #4b5f2f;
	padding-bottom: 1px;}
#content a:hover {
	color: #4b5f2f;
	text-decoration: none;
	border-bottom: 1px solid;
	border-color: #adc468;
	padding-bottom: 1px;}
#content a:active {
	color: #4b5f2f;
	text-decoration: none;
	border-bottom: 1px solid;
	border-color: #adc468;
	padding-bottom: 1px;}
	
#content .imgright {
	border: 10px solid #3d4d26;
	margin: 10px 0px 10px 20px;
	float: right;
	}
	
#content .imgleft {
	border: 10px solid #3d4d26;
	margin: 10px 20px 0px 0px;
	float: left;
	}
	
#content .dogthumb {
	border: 5px solid #adc468;
	float: left;
	margin-right: 10px;
	}
	
#content .dog {
	border: 0px;
	margin-bottom: 25px;
	}
	
#content .image {
	border: 15px solid #DDDDDD;
	margin: 20px;
	}
	
#content .pedigree {
	border: 5px solid #999999;
	margin: 10px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	}
	
#content .pedigree td {
	border: 1px solid #ddd;
	padding: 10px;
	}
	
#footer {
	margin: auto;
	padding-top: 15px;
	clear: both;
	border-top: 1px solid #ddd;
	}
	
#footer p {
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #a9804b;
	word-spacing: normal;
	margin: 0;
	}
	
#footer a:link, #footer a:active, #footer a:visited {
	text-decoration: none;
	color: #3d4d26;
	} 
	
#footer a:hover {
	text-decoration: none;
	color: #adc468;
	border-bottom: 1px solid #adc468;
	}
	
