body {
	background-image: url(../images/animal_bg.jpg);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	background-attachment:fixed;
}

p {font-family:"Times New Roman", Times, serif;
}

h1 {
font-family:"Times New Roman", Times, serif;
color:#003399;
}

h2 {
color:#003399;
}

h1.error {
color:red;
font-size:12px;
}

h1.city {
	color:#1C1565;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	font-size:16px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: black;
background-color: #D7CB27;
}
h1.location_title {
	color:#1C1565;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size:16px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: black;
background-color: #D7CB27;
}

h1.title {
color:#D7CB27;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-style: italic;
	font-weight: bold;
background-color: #1C1565;
}

.business_name{
	margin-top: 10px;
	color:blue;
	font-weight:bold;
	font-size:18px;
}

blockquote{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#navigation{
color:white;
font-weight:bold;
font-size:18px;

}
#navigation p{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
a:link, a:active, a:visited{
text-decoration:underline;
color:#006965;
}

a:hover {
color:#EC9900;
text-decoration:underline;
}

#navigation a:link {
color:white;
font-weight:bold;
font-size:18px;
text-decoration:none;
}

#navigation a:active {
color:white;
font-weight:bold;
font-size:18px;
text-decoration:underline;
}

#navigation a:visited {
color:white;
font-weight:bold;
font-size:18px;
text-decoration:none;
}
#navigation a:hover {
color:#bdd8d7;
font-weight:bold;
font-size:18px;
text-decoration:none;
}
#footer p{
font-size:smaller;
color:black;
}

#footer a:link {
color:#006965;
text-decoration:underline;
}

#footer a:active {
color:#006965;
text-decoration:underline;
}

#footer a:visited {
color:#006965;
text-decoration:underline;
}
#footer a:hover {
color:#EC9900;
text-decoration:underline;

}

#content {
	padding-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 40px;
}