html {
	height: 100%;
}
body {
	height: 100%;
	background-image: url(img/blue_grungepattern.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #000000;
	background-attachment: fixed;
	color: #009DF2;
}
a:active
{
outline: none;
}
a:focus
{
-moz-outline-style: none;
}
#div_parent {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 780px;
}
#div_header {
	background-image: url(img/banners/pups.jpg);
	background-repeat: no-repeat;
	background-position: center -25px;
	height: 300px;
	margin-top: -14px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #003B4F;
	border-left-color: #003B4F;
	display: block;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #003B4F;
}
#img_cain {
	position: absolute;
	visibility: hidden;
	z-index: 1;
	height: 161px;
	width: 150px;
	right: 18%;
	top: 162px;
}
#div_currentdate {
	position: absolute;
	visibility: visible;
	z-index: 3;
	right: 20%;
	top: 300px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.7em;
	font-style: oblique;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #333333;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	border: 1px solid #666666;
}
#img_logo {
	margin-top: 133px;
	position: absolute;
	visibility: visible;
	z-index: 2;
	margin-left: -37px;
}
#div_footer {
	display: block;
	width: 430px;
	background-image: url(img/plate.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #666666;
	text-align: center;
	height: 100px;
}
#div_footer a:link, #div_footer a:active, #div_footer a:active {
	color: #990000;
}
a:link, a:visited, a:active {
	color: #62D8FF;
	-webkit-transition-duration:1s;
	-moz-transition-duration:1s;
	-o-transition-duration:1s;
}
a:hover {
	color: #FFFF00;
}
/* default setup that everything sees */
.shadow {
  /* needed for Internet explorer */
  height: 1em;
  filter: Shadow(Color=#666666, 
                 Direction=135, 
                 Strength=5);

  /* Needed for Gecko */
  line-height: 2em;
  white-space: nowrap;
}

/* 
 * used by browsers which know about
 * :before to create the shadow 
 */
.shadow:before {
  display: block;
  margin: 0 0 -2.12em 0.15em;
  padding: 0;
  color: #666666; 
}

#shadow_1:before { 
  content: 'In shadow'; 
}
#second_2:before { 
  content: 'Happy Shadowing!'; 
}

/*\*/
html*.shadow {

  [color:red;/* required by Safari 
              * so that [] is correctly
              * begun. associated with
              * the property, yet hiding
              * it. Seen by IE6 */

    /* 
     * seen by IE6 and Safari, but hidden
     * from Gecko 
     */
    text-shadow: #666666 5px 5px 5px; 

  ]color:auto; /* resets color for IE6 */
}/**/

/* 
 * end hack using dummy attribute selector
 * for IE5 mac
 */
.dummyend[id]{clear: both;}

/*\*/
html*.shadow:before {

  [color:red;/* required by Safari. 
                seen by IE6 */

    /* 
     * seen by IE6 and Safari, but hidden
     * from Gecko 
     */
    display: none;

  ]color:auto; /* resets color for IE6 */
}/**/

/* 
 * end hack using dummy attribute selector
 * for IE5 mac
 */
.dummyend[id]{clear: both;}h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #F5B800;
	padding: 0px;
}
.ContentText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #00B6F2;
}
#div_bottom {
	background-image: url(img/bottomgraphic_blk.gif);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 57px;
	width: 780px;
	margin-top: -19px;
}
#div_border {
	background-color: #000000;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #003B4F;
	border-left-color: #003B4F;
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom: 0px;
	padding-top: 5px;
	background-image: url(img/bodybg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#div_content {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#div_nav {
	background-color: #000000;
	margin-top: -19px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #0B3A5B;
	border-left-color: #003B4F;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0B3A5B;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #0B3A5B;
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 30px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.84em;
	background-image: url(img/navbg.jpg);
	color: #00B6F2;
}
#div_nav  span {
	background-repeat: repeat-x;
	background-position: left center;
	background-color: #082940;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #00B6F2;
	border-bottom-color: #00B6F2;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(img/navbg2.jpg);
	display: block;
}
#div_nav a:link, #div_nav a:visited, #div_nav a:active {
	text-decoration: none;
	color: #3399FF;
	display: inline;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
}
#div_nav a:hover {
	background-color: #3399FF;
	color: #FFFFFF;
	background-image: url(img/longbg.jpg);
	background-repeat: repeat-x;
	background-position: left center;
}
#div_leftdog {
	display: block;
	height: 300px;
	width: 189px;
	float: left;
	padding-right: 5px;
}
.ContentTextSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #00B6F2;
}
#div_adultcresteds {
	display: block;
	float: left;
	height: 323px;
	width: 200px;
	clear: right;
	padding-right: 5px;
}
#div_content #div_plum {
	display: block;
	float: right;
	padding-left: 7px;
	height: 323px;
	width: 200px;
}
#div_twopuppies img {
	display: block;
	float: right;
	height: 307px;
	width: 240px;
	padding-left: 5px;
	margin-right: -30px;
	z-index: 2;
}
#div_puppiesright {
	display: block;
	float: right;
	padding-left: 7px;
	height: 279px;
	width: 420px;
}
#div_plum1 {
	display: block;
	float: left;
	height: 315px;
	width: 420px;
	padding-right: 5px;
}
#div_bama {
	display: block;
	float: left;
	z-index: 2;
	margin-left: -32px;
	padding-right: 37px;
}
.QuoteText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: oblique;
	color: #97E6FF;
}
#div_vectordog {
	display: block;
	float: right;
	height: 233px;
	width: 175px;
	padding-left: 5px;
	margin-top: -62px;
	margin-right: -55px;
}
hr {
	background-color: #0066FF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #0066CC;
	line-height: 1px;
}
h2 {
	background-color: #333333;
	padding-top: 2px;
	padding-bottom: 3px;
	background-image: url(img/longbg.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #3399FF;
	border-bottom-color: #3399FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	font-weight: normal;
	text-transform: capitalize;
}
.GuestbookField {
	background-color: #0B0B0B;
	background-image: url(img/navbg2.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #008FCC;
	padding-right: 3px;
	padding-left: 3px;
	border: 1px solid #0182BB;
}
.GuestbookArea {
	background-color: #002331;
	background-repeat: repeat;
	background-position: left center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #008FCC;
	padding-right: 3px;
	padding-left: 3px;
	border: 1px solid #0182BB;
}
.ButtonBlue {
	background-color: #002331;
	background-repeat: repeat;
	background-position: left center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #008FCC;
	padding-right: 3px;
	padding-left: 3px;
	border: 1px solid #0182BB;
	font-weight: bold;
}
#table_photo img {
	display: block;
	width: 100px;
	border: 2px solid #000000;
	height: auto;
}
#table_photos img {
	display: block;
	height: auto;
	width: 50px;
	border: 1px solid #000000;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#table_litters {
}
#table_litters img {
	border: 5px double #0099FF;
	background-color: #FFFFE6;
	padding: 7px;
}
.SmallQuote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	font-style: oblique;
	color: #97E6FF;
}
#table_parentpics {
	height: 125px;
	text-align: center;
}
#table_parentpics img {
	background-color: #FFFFCC;
	display: block;
	width: 75px;
	border: 3px double #CCCCCC;
}
#div_bigcain {
	display: block;
	height: auto;
	width: 300px;
	float: right;
	padding-left: 7px;
	margin-top: -62px;
	margin-right: -65px;
}
#img_plumplum {
	float: left;
	height: 268px;
	width: 250px;
	padding-right: 7px;
	display: block;
	margin-left: -65px;
}
#div_parent #div_border #div_content table tr td #form1 fieldset h1 legend {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FCCA00;
}
.TitleText {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FCCA00;
}
#table_photothumb {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	height: auto;
	width: 115px;
}
#img_adminthumb {
	display: block;
	border: 1px solid #4888B3;
	height: auto;
	width: 100px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.evenrow li{
	color: #000;
	background-color: #0CF;
	display: block;
}
.oddrow li{
	color: #FFF;
	background-color: #369;
	display: block;
}
.ImagePhoto {
	display: block;
	margin-right: 7px;
	margin-left: 7px;
	height: 200px;
	margin-bottom: 15px;
	border: 7px double #ACDDFC;
}
#div_contentsplitter {
	line-height: 0px;
	clear: both;
}
.GalleryImage {
	-moz-border-radius-topright: 17px;
	-moz-border-radius-topleft: 17px;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-bottomright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-top-left-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
	-webkit-border-bottom-right-radius: 17px;
	border-radius:17px;
}

