@charset "utf-8";
body {
	/* [disabled]background-image: url(../graphics/background.gif); */
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	background-color: #550000;
}
.headTable {
	background-color: #dcb685;
	border-top-width: 3px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.contentTable {
	background-image: url(../graphics/sideStripe.gif);
	background-repeat: repeat-y;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.topStripe {
	background-image: url(../graphics/topStripe.gif);
	background-repeat: repeat-x;
	height: 8px;
}
.navCell {
	background-color: #BDA58B;
}
.lightDog {
	background-image: url(../graphics/lightDog.png);
	background-position: 86px 50px;
	background-repeat: no-repeat;
}
.txtContent {
	text-align: left;
}
.txtFooter {
	font-family: Garamond, "Copperplate Gothic Light", Georgia;
	font-size: 14px;
	color: #8A0000;
	text-align: right;
	font-weight: bold;
}

.photoBorder {
	border: 1px solid #8A0000;
}

.darkDog {
	background-image: url(../graphics/darkDog.png);
	height: 588px;
	background-repeat: no-repeat;
	background-position: 0px 10px;
}
a.dog:link {
	font-size: 16px;
	text-decoration: none;
	color: #FFFFFF;
}
a.dog:visited {
	font-size: 16px;
	text-decoration: none;
	color: #FFFFFF;
}
a.dog:hover {
	font-size: 16px;
	text-decoration: underline;
	color: #00FF00;
}
a.dog:active {
	font-size: 16px;
	text-decoration: none;
	color: #FFFFFF;
}
.lightDog2 {
	background-image: url(../graphics/lightDog.png);
	background-position: 72px 50px;
	background-repeat: no-repeat;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #990000;
	text-align: left;
}
.photo {
	border: 1px solid #4A2208;
}
a.global:link {
	
	text-decoration: none;
		color: #8A0000;
}
a.global:visited {

	text-decoration: none;
		color: #8A0000;
}
a.global:hover {
	text-decoration: underline;
	color: #0000FF;
}
a.global:active {

	text-decoration: none;
		color: #8A0000;
