﻿@import url('layout.css');
@font-face {
    font-family: Imprint MT Shadow;
    src: url("IMPRINT1.eot");
  }
body {
	color: #b00;
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
	background-color: #222;
}
#container {
	background-color: #000;
	width: 820px;
	margin: 0 auto;
	border-top: 5px solid black;
	border-right: 25px solid black;
	border-bottom: 5px solid black;
	border-left: 25px solid black;
}
#whiteInsert {
	background-color: black;
	width: 100%;
	padding-left: 10px;
	color: #c00000;
	font-style: italic;
	font-weight: bold;
	text-indent: 15px;
}
#cursive {
	font-family: cursive;
}
img {
	border: 0px black hidden;
}
h1 {
	font-size:24px;
}

#imageAndCaption {
	width: 450;
	text-align: center;
	font-size: smaller;
	font-style: italic;
}
.centerText {
	text-align: center;
}
#masthead {
	text-align: right;
	background-color: #000;
	width: 820px;
}
#navigation {
	background-color: #000;
	overflow: hidden;
}
#column_l {
	width: 810px;
	margin: 0;
	padding: 0 0px;
	background-color: #000;
}
#footer {
	width: 810px;
	background-color: #000;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#footer table {
	padding: 5px 5px 5px 5px;
}
.smallType {
	font-size: x-small;
}
/* Styles for Masthead */
#masthead img {
	float: left;
}
#masthead p {
	font-size: 11px;
	color: #fff;
	margin: 10px 10px 0;
}
#column_r p {
	font-size: 11px;
	margin: 7px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #c9c9c9;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #a9a9a9;
	background-color: #a9a9a9;
}
/* Styles for Footer */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
#footer hr {
	color: white;
}
/* Styles for Links */
a {
	color: #fff;
	text-decoration: underline;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.gall {
	font: italic small-caps 900 12pt Imprint MT Shadow;
}
prints {
	background-color: black;
}
#prints a {
	text-decoration: none;
}
