@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	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;
}
.oneColFixCtr #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 0px;
	height: 240px;
	background-image:url(images/logoBG.jpg);
	background-color: #EDEDDF;
	background-repeat: no-repeat;
	background-position: left;
	text-align: center;
	position: relative;
}
#menuTable a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #DB281F;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}
#menuTable a:hover {
	color: #8a6b3e;
}
#lowMenu a {
	color: #8a6b3e;
	text-align: center;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
}
#lowMenu a:hover {
	color: #DB281F;
}

.menu {
	padding: 0px;
}
#bodyDiv {
	padding: 20px;
	background: #333333;
	text-align:center;
}
#tag {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	background-color: #111111;
}
.bigText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #E9D5AF;
	text-align: center;
}
.mediumCream {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #E9D5AF;
	text-align: center;
}
.mediumCream a {
	color: #E9D5AF;
	text-decoration:none;
}
.mediumCream a:hover {
	color: #DB281F;
}
.thinCream {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #E9D5AF;
	text-align: center;
}
.redText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	color: #DB281F;
	text-align: center;
}
.redText a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	color: #DB281F;
	text-align: center;
	text-decoration: none;
}
.redText a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	color: #8a6b3e;
	text-align: center;
	text-decoration: none;
}
.bigRed {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight: bold;
	color: #DB281F;
	text-align: center;
}
.thinRed {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #DB281F;
	text-align: center;
}
.thinRed a {
	color:#CC6600;
	text-decoration:none;
}
.thinRed a:hover {
	color: #8a6b3e;
	text-decoration:none;
}
.smallRed {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	color: #DB281F;
	text-align: center;
}
#space {
	background:#111111;
	height:20px;
	text-align:right;
	color:#3399FF;
}
#space a {
	color:#3399FF;
	text-decoration:none;
}
.hiddenPic {
	display:none;
}
#thumbDiv {
	margin-top:10px;
	float: left;
	width: 308px;
}
#thumbDiv img {
	border-color:#C60;
	float: left;
	margin:2px;
}
#wallDiv {
	float: right;
	width: 602px;
}
#dogName {
	width:592px;
	margin:5px;
	float:right;
	height:3em;
}
#testimonialBox {
	float:left;
	width:300px;
}
.testimonialDiv {
	clear:both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	height:15em;
	color: #DB281F;
	text-align: center;
}
