div#header {
  width:auto;
  height:85px;
  background-color:black;
  background-repeat:repeat;
  border:1px black solid;
}

div#nav {
	font-family:Arial;
  float:left;
	margin-top:5px;
  height:580px;
  width:200px;
  text-align:center;
	color:white;
  background-color:black;
}

div#nav a {
	color:gray;
	text-decoration:none;
}

div#nav a:hover {
	color:white;
}


div#nav img.top {
	margin-top:5px;
	margin-left:5px;
}

div#menu {
	margin-top:10px;
  height:auto;
  width:190px;
	font-size:15px;
  border:1px white solid;
  margin-left:5px;
}

div#menu p {
	text-align:left;
	line-height:15px;
}

div#menu a {
	padding-left:25px;
	background-image:url(dogbone1.jpg);
	background-position:left;
	background-repeat:no-repeat;
}

div#menu a:hover {
	background-image:url(dogbone2.jpg);
}

div#contact {
  height:auto;
  width:190px;
	font-size:14px;
  margin-top:10px;
  border:1px white solid;
  margin-left:5px;
}
    
div#content {
  margin-top:5px;
  margin-left:205px;
  width:auto;
	height:auto;
	color:white;
  background-color:#881257;
	border:1px black solid;
}

div#content p {
    font-size:14px;
    text-align:justify;
    padding-left:5px;
    padding-right:5px;
}

div#content p.center {
	text-align:center;
}

div#content p.border {
	margin-left:20px;
	margin-right:20px;
	font-weight:bold;	
	border:1px black solid;
}

div#content a:link {
	color:white;
}

div#content a:visited {
	color:white;
}

div#content p.indent {
	margin-left:20px;
	margin-right:20px;
	line-height:15px;
}

div#content tr, td {
	text-align:center;
}

div#content img.treats {
	margin-bottom:5px;
}

div#footer, div#credits {
    align:bottom;
    height:auto;
    width:auto;
	margin-top:5px;
    text-align:center;
    border:1px black solid;
}

div#credits {
	font-family:"Lucida Console", Arial;
	font-size:10px;
}

body {
    background-color:white;
    font-family:Arial;
}

h3 {
    font-family:Arial;
    font-weight:bold;
    /*text-indent:30px;*/
    color:#881257;
    background-color:white;
    background-repeat:no-repeat;    
}

h4 {
    font-family:Arial;
    font-weight:bold;
    color:#881257;
    background-color:white;
    background-repeat: no-repeat;    
}

h5 {
    font-family:Arial;
    font-weight:bold;
	color:#881257;
    background-color:white;
    background-repeat: no-repeat;    
}
