@charset "utf-8";
/* CSS Document */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.oneColFixCtrHdr #container {
	width: 874px;
	margin: 0 auto;
	text-align: left;
	background-image: url(imgs/images/container-bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.oneColFixCtrHdr #wrapper {
	margin: 0px 12px 0px 12px;
}


.oneColFixCtrHdr #header {
	background-image: url(imgs/images/header-bg_02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 271px;
	width: 849px;
	padding-top: 0;
	padding-bottom: 0;
	position: relative;
	text-align: center;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-indent: -9999px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	background-color: #F2E1C3;
	color: #834418;
}
.oneColFixCtrHdr #mainContent p {
	color: #834418;
	margin-left: 350px;
}
.oneColFixCtrHdr #mainContent p span{
	font-size: 70%;
}
.oneColFixCtrHdr #mainContent div.normal p{
	color: #834418;
	margin-left: 20px;
}

.oneColFixCtrHdr #mainContent h2 {
	color: #834418;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #834418;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #e5d0b2;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 1em;
}
.oneColFixCtrHdr  #mainContent ul {
	margin-left: 1em;
}
.oneColFixCtrHdr #mainContent a {
	color: #A16E2D;
}



.oneColFixCtrHdr #mainNav {
	position: absolute;
	left: 0px;
	top: 248px;
	width: 100%;
	text-align: center;
}
.oneColFixCtrHdr #header ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	position: relative;
	float: left;
	left: 50%;
}
.oneColFixCtrHdr #header ul li {
	list-style-type: none;
	float: left;
	padding-right: 0.5em;
	padding-left: 0.5em;
	position: relative;
	right: 50%;
}
.oneColFixCtrHdr #header ul li a {
	text-decoration: none;
	color: #ca9246;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10pt;
	font-weight: bolder;
	overflow: hidden;
}
.oneColFixCtrHdr #header ul li a:hover {
	color: #9A7443;
}
.oneColFixCtrHdr #mainContent .kennelClub{
	color: #158d50;
	font-weight: bold;
	text-align: right;
}
.oneColFixCtrHdr #footer .webDesigner {
	float: right;
	color: #999;
}
.oneColFixCtrHdr #footer .webDesigner a {
	color: #A68500;
	text-decoration: none;
}
.smallPrint {
	font-size: .8em;
}
.oneColFixCtrHdr #footer p a {
	color: #A16E2D;
}


.clearFloat {
	clear: both;
}
.oneColFixCtrHdr #mainContent .photo  {
	margin-right: 2em;
	float: left;
}
.oneColFixCtrHdr #mainContent .photo img{
	border: 10px solid #FAFAF8;
}
.oneColFixCtrHdr #mainContent .photo p {
	padding: 0;
	margin: 0;
	text-align: center;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	zoom: 0;

}
#bottomShadow {
	background-image: url(imgs/bottom-shadow.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 874px;
	margin: 0 auto;
	text-align: left;
	background-position: center top;	
}

.oneColFixCtrHdr #mainContent p , .oneColFixCtrHdr #mainContent h2{
	zoom: 1;
}
