body {
	font-family: Georgia, "Times New Roman", Times, serif;
	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;
	line-height: 27px;
	font-size: 16px;
	background-image: url(../images/bg_texture.jpg);
	background-repeat: repeat;
}
#main {
	width: 892px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#mainContent {
	width: 730px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	text-align: left;
	padding-top: 20px;
	padding-right: 80px;
	padding-bottom: 20px;
	padding-left: 80px;
	font-style: italic;
}
#mainImages {
	width: 730px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	text-align: left;
	padding-top: 20px;
	padding-right: 80px;
	padding-bottom: 20px;
	padding-left: 80px;
	font-style: italic;
}
#header {
	background-color: #000000;
	height: 115px;
}
#bottom {
	background-image: url("../images/bg_texture_bottom_piece.jpg");
	height: 49px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center bottom;
	vertical-align: bottom;
	margin-bottom: 0px;
}
#footer2 {
	height: 131px;
	text-align: center;
	background-image: url("../images/bg_texture_bottom2.jpg");
	background-repeat: no-repeat;
	background-position: center bottom;
	vertical-align: bottom;
	margin-bottom: 0px;
}
#footer {
	height: 147px;
	background-image: url("../images/bg_texture_bottom.jpg");
	background-repeat: no-repeat;
	background-position: center bottom;
	vertical-align: bottom;
	margin-bottom: 0px;
	text-align: left;
	padding-left: 80px;	
	font-size: 12px;
}
.textSmall {
	font-size:12px;
}
#navMain {
	text-align: center;
	height: 35px;
	width: 892px;
	background-image: url("../images/bg_nav.jpg");
	background-repeat: no-repeat;
	white-space: nowrap;
	display: block;
}
#navTop {
	font-size: 13px;
	color: #000000;
	width: 892px;
	margin: auto;
	height: 32px;
}
.container {
	background-image: url("../images/bg_img_dad.jpg");
	background-repeat: no-repeat;
}
.containerBreed {
	background-image: url("../images/bg_img_work.jpg");
	background-repeat: no-repeat;
	min-height: 750px;
}
.containerFemales {
	background-image: url("../images/bg_img_thinking.jpg");
	background-repeat: no-repeat;
	min-height: 750px;
}
.containerAbout {
	background-image: url("../images/bg_img_portrait.jpg");
	background-repeat: no-repeat;
	min-height: 750px;
}
.containerContact {
	background-image: url("../images/bg_img_portrait.jpg");
	background-repeat: no-repeat;
	min-height: 750px;
}
.containerHistory {
	background-image: url("../images/bg_img_history.jpg");
	background-repeat: no-repeat;
	min-height: 750px;
}
.containerLitters {
	background-image: url("../images/bg_img_justus.jpg");
	background-repeat: no-repeat;
	min-height: 750px;
}
.containerPuppy {
	background-image: url("../images/bg_img_puppypg.jpg");
	background-repeat: no-repeat;
	min-height: 750px;
}
.containerHealth {
	background-image: url("../images/bg_img_health.jpg");
	background-repeat: no-repeat;
	min-height: 750px;
}
.containerGallery {
	background-image: url("../images/bg_img_floor.jpg");
	background-repeat: no-repeat;
	min-height: 750px;
}
.containerStella {
	background-image: url("../images/bg_img_stella.jpg");
	background-repeat: no-repeat;
	min-height: 750px;
}
.containerPrada {
	background-image: url("../images/bg_img_prada.jpg");
	background-repeat: no-repeat;
	min-height: 750px;
}
.containerGucci {
	background-image: url("../images/bg_img_gucci.jpg");
	background-repeat: no-repeat;
	min-height: 750px;
}
.containerDiva {
	background-image: url("../images/bg_img_diva.jpg");
	background-repeat: no-repeat;
	min-height: 750px;
}
.containerCarl {
	background-image: url("../images/bg_img_winter2008.jpg");
	background-repeat: no-repeat;
	min-height: 750px;
}
#backgroundTop {
	background-image: url("../images/bg_texture.jpg");
	background-repeat: repeat;
	height: 20px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#wrapperMain {
	width:100%;
	background-image: url("../images/bg_texture.jpg");
	background-repeat: repeat;
	background-position: center top;
}
#backgroundMain {
	margin:0 auto;
	background-image: url(../images/bg_texture_mid.jpg);
	background-repeat: repeat-y;
	background-position: center bottom;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
h1 {
	font-size: 30px;
	line-height: 35px;
	color: #CC0000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
}
h2 {
	font-size: 18px;
	color: #CC0000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	line-height: 25px;
}
a {
	color: #CC0000;
	text-decoration: underline;
}
a:hover {
	color: #CC0000;
	text-decoration: none;

}
.textSmall a {
	color: #666666;
	text-transform: none;
	text-decoration: underline;
}
.textSmall a:hover {
	color: #333333;
	text-decoration: none;
}
#navMain a {
	text-transform: uppercase;
}
#navMain a:hover {
	text-decoration: none;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.footer {
	font-size: 11px;
	line-height: 16px;
}

#jsddm {
	margin: 0;
	padding: 0;
	}

#jsddm li {
	float: left;
	list-style: none;
	font-size: 12px;
}

#jsddm li a {
	display: block;
	text-decoration: none;
	color: #000000;
	white-space: nowrap;
	width: auto;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
}

#jsddm li a:hover {
	color: #CC0000;
}

#jsddm li ul {	
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;

}
		
#jsddm li ul li {
	float: none;
	display: inline
}
			
#jsddm li ul li a {
	width: auto;
	color: #000000;
	background-color: #E4D5AF;
	text-align: left;
}
			
#jsddm li ul li a:hover {
	background-color: #D2AB75;
}
.dottedline {
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #999999;
}
.grey_comment {
	color:#5E5E5E;
}
