﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-image: url("style1.css");
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-color: black;
	color: ;
}
#container {
	background-color:gray;
	border-right: 2px solid;
	border-bottom: 2px solid;
	border-left: 2px solid;
}
#masthead {
	text-align: right;
	background-color: gray;
	background-image: url("style1.css");
	background-position: top;
	background-position: left;
	background-repeat: repeat;
}
#navigation {
	border-top: 1px solid ;
	border-bottom: 1px solid ;
	background-color: gray;
}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	width: 367px;
	padding: 15px;
	background-color:gray;
}
html>body #column_l {
	width: 370px;
	padding: 0 15px;
	background-color: gray;
}
#column_r {
	width: 217px;
	padding: 15px 10px;
	background-color: gray;
}
html>body #column_r {
	width: 220px;
	padding: 15px 10px;
	background-color: gray;
}
#content {
	background-color: gray;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Masthead */
#masthead h1 {
	color: #8b0000;
	margin-right: 0.5em;
	margin-bottom: 0;
}
#masthead h3 {
	color: #000;
	margin-top: 0;
	margin-right: 1em;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: ;
	display: block;
	padding: 5px;
	border: 1px solid ;
	background-color: ;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color:;
	border: 1px solid ;
	background-color: ;
}
/* Right Column */
#column_r img {
	border: 1px solid ;
}
/* Site typography */
h1 {
	font-size: 50px;
	color: ;
	font-family: Brush Script MT;
	text-align:center;
}
h2 {
	font-size: x-large;
	color: ;
}
h3 {
	font-size: large;
	color: ;
}
h4 {
	font-size: medium;
	color: ;
}
h5 {
	font-size: x-small;
	color: ;
}
h6 {
	font-size: xx-small;
	color: ;
}
/* Footer */
#footer p {
	font-size: x-small;
	color: ;
}
/* Links */
a {
	color:black;
	text-decoration: underline;
}
a:hover {
	color: ;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.AnimalName {
	font-family: Harrington;
	font-size: x-large;
	font-weight: bold;
	font-style: italic;
	font-variant: normal;
	color: #800000;
	text-align:center;
}

