﻿@import url("layout.css");

body {
	font-family: "Comic Sans MS", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: NAVY;
	background-image: url('../images/backgrou.bmp');
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 640px;
	margin: 0 auto;
	padding: 10px;
	background-repeat: repeat;
}
#masthead {
	width: 640px;
	height: 50px;
	vertical-align:middle;
	color: YELLOW;
	text-align: center;
	background-image: url("../images/btzbanna.gif");
	background-repeat: no-repeat;
	background-position: top center;
}
#content {
	float: left;
	width: 490px;
	margin: 5px 0px 5px 5px;
	font-weight: bold;
}
#footer {
	text-align: center;
	clear: both;
	width: 640px;
}
/* Global Styles */
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.tiny {
	font-size: xx-small;
}
.large {
	font-size: large;
}

/* Masthead Styles */
h6 {
	color: NAVY;
}

h5 {
	color: NAVY;
}

h4 {
	color: NAVY;
}

h3 {
	color: NAVY;
}

h2 {
	color: NAVY;
}

#masthead h1 {
	color: YELLOW;
}

/*====== Vertical Navigation Styles ======*/
#navigation {
	float: left;
}
#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
}
#navigation li a {
	display: block;
	text-align: center;
	width: 140px;
	font-size: 1.5em;
	background-image: url("../images/btznvhha.gif");
	background-repeat: no-repeat;
	color: YELLOW;
	padding-top: 3px;
}
#navigation li a:hover {
	color: NAVY;
	background-image: url("../images/btznvhsd.gif");
}

#navigation.li a {
	background-color:navy;
}

/* ====== Content Styles ====== */
#content h1 {
	color: NAVY;
}
#content img {
	border-width: 0px;
	padding: 5px;
	float: left;
		margin-left: 5px;
		margin-right: 5px;
	vertical-align: top;
	}
/* Footer Styles */
#footer p {
	color: NAVY;
}
#footer a {
	color: NAVY;
	text-decoration: underline;
}
#footer a:hover {
	color:GREEN;
	text-decoration: none;
}

#content a {
	color: navy;
	background-color: #FDFD00;
}
#content a:hover {
	color: #FDFD00;
	background-color: navy;
}
.address {
	text-align:center;
	
}
.pet {
	text-align:center;
	font-size:0.8em;
	border-bottom:1px navy solid;
}
.direction {
	text-align:center;
	border-bottom:1px navy solid;
}
.hotel {
	text-align:center;
}

.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}