body
{
	background:url(../images/bg.jpg) repeat;
	color: White;
	font-variant: small-caps;
	font-family: Candara, Arial;
}

img{
    border-width: 0px;
}

td {
    padding: 20px;
}

.photo-border {
	border:3px solid #000;
	display:block;
}

.photo-canine {
    width: 350px;
    text-decoration: underline;
}

.box-container
{
    height: 424px;
}
.box-left
{
    float: left;
    width: 50%;
}
.box-right
{
    float: right;
    width: 50%;
}

.center-align
{
    margin-left:auto;
    margin-right:auto;
	text-align: center;
}

.left-align
{
	margin-left: 30px;
}
.left-text-right-pic
{
    margin-right: 30px;
    text-align: left;
}
.right-align
{
    margin-left: 30px;
	margin-right: 30px;
    text-align: right;
    list-style-position: inside;
}

#page-header
{
	width:950px;
	height: 230px;
	text-align: center;
}
#page-header a img
{
	border: 0px;
}

#page-container
{
	position:relative;
	width:950px;
	height: 100%;
	margin-left:auto;
	margin-right:auto;
}

#content-container
{
	width:936px;
	margin-left:auto;
	margin-right:auto;
	color: Black;
	background: #996633;
	text-align: left;
	border-right: solid 4px black;
	border-left: solid 4px black;
}

#border-top
{
	background-image:url(../images/border-top.png);
	background-repeat: no-repeat;
	height: 81px;
	width: 950px;
}

#border-top h1
{
	padding-top: 20px;
	text-align: center;
	font-size: 30px;
	font-family: Lucida Handwriting, Arial;
	font-variant: normal;
	color: Black;
}

#border-bottom
{
	background-image:url(../images/border-bottom.png);
	background-repeat: no-repeat;
	height: 88px;
	width: 950px;
}

#info-container
{
	padding: 30px 50px 50px 50px;
}

#content-container a:link, #content-container a:visited
{
	color:#000;
}

a:link, #content a:link
{
	text-decoration:none;
}

#content-container a:hover
{
	text-decoration: underline;
}

a:visited, #content a:visited
{
	color:#710419;
	text-decoration:none;
}

a:hover, #content a:hover
{
	color:#710419;
	text-decoration:none;
}

a:active, #content a:active
{
	color:#710419;
}

h1, h2, h3
{
	color: black;
	font-family: Lucida Handwriting, Arial;
	font-variant: normal;
}
h1
{
	font-size: 20px;
}
h2
{
	font-size: 16px;
}
h3
{
	font-size: 14px;
}
/********************************** MAIN NAV **********************************/
#nav-menu
{
	width:950px;
	height: 47px;
	margin-top:20px;
	margin-bottom: 10px;
	margin-left:auto;
	margin-right:auto;
}
#nav-menu ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav-menu li
{
	float: left;
	margin: 0 0.15em;
}
#nav-menu li a
{
	background-image:url(../images/button.png);
	background-repeat: no-repeat;
	height: 47px;
	width: 152px;
	line-height: 45px;
	float: left;
	display: block;
	color: white;
	text-decoration: none;
	text-align: center;
	font-variant: small-caps;
	font-weight: 600;
}
/* Hide from IE5-Mac \*/
#nav-menu li a
{
	float: none
}



#map {
    width: 620px;
    height: 320px;
    margin-left: auto;
    margin-right: auto;
    color: black;
    border: 1px solid #979797;
}
/********************************** Lytebox **********************************/
#viewer {
  position: relative; /* important */
  overflow: hidden; /* important */
  width: 810px; /* important */
  height: 220px; /* important */
  margin: 0 auto 0 auto;
  background: #000;
}
#enlarge {
  font-family: sans-serif;
  color: #ffffff;
  font-size: XX-small;
  padding-top: 203px;
  text-align: center;
}
#viewer-frame {position: relative}
#viewer-previous {
    float: left;
}
#viewer-next {float: right;}
#viewer-content {
  position:absolute;
  margin-left: 20px;
  padding-left: 0px;
}

#viewer-content li {
  list-style: none;
  margin: 0px;
  padding: 20px;
}
#viewer-content {
  width: 110418px;
  padding-top: 7px;
  margin-top: 0px;
}
#viewer ul li {
  display: block;
  float: left;
  margin-right: 4px;
  padding: 1px;
  border: 1px solid #666;
  background-color: #000;
  width: 250px;
  height: 187px;
}

#viewer ul li img {
  display: block;
}

#viewer-frame {position: relative}
#viewer-previous {float: left;}
#viewer-next {float: right;}
