﻿
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-image: url('../images/background.gif');
	background-repeat: repeat;
	color: #333333;
}
#container {
	padding: 15px;
	background-color: #fff;
	width: 750px;
	margin: 0 auto;
	border: 0;
}
#masthead {
	overflow: hidden;
	margin: 0;
	border: 0;
	background-color: #fff;
	background-repeat: no-repeat;
	max-height: 250px;
}
#iMenu {
	width: 750px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 0;
}

#navigation {
	padding: 15px 0 10px 0;
	background-color: #FFFFFF;
	height: 40px;
}
html>body #navigation {
	overflow: hidden;
	background-image: url('../images/logo.gif');
	background-repeat: no-repeat;
}
#column {
	width: 750px;
}
#home {
	background-image: url('../images/home-block.gif');
	background-repeat: no-repeat;
	height: 350px;
}
#home-left {
	padding: 10px 0 0 10px;
	float: left;
	text-align: left;
	width: 350px;
	color: #6a6a5b;
	font-size: 1.1em;
	font-family: "Times New Roman", Times, serif;
}
#special
{
	width: 340px;
	float: right;
	margin: 15px 10px 10px 10px;
	padding: 10px;
	background-color: #FFFCE8;
	border: 2px #7D122C dotted;
}
#quote
{
	width: 300px;
	float: right;
	margin: 200px 10px 10px 10px;
	padding: 10px;
}

#columnleft
{
	width: 450px;
	float: left;
}
#footer {
	width: 100%;
	overflow: auto;
	clear: both;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Navigation */
table.nav
{
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	padding-left: 3px;
	color: #64673F;
	width: 400px;
	background-color: #FFFFFF;
	border-collapse: collapse;
	border-spacing: 0px;
}
.nav td
{
	border-left-color: #666666;
	border-left-style: solid;
	border-left-width: 1px;
}

.nav a {
	font-weight: bold;
	text-decoration: none;
	color: #6A6A5B;
}

.nav a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #7d122c;
}
/* Site typography */
h1 {
	font-size: 18px;
	color: #7D122C;
	font-family: "Times New Roman", Times, serif, "Century Schoolbook";
	font-style: normal;
	font-variant: small-caps;
	line-height: 35px;
}
h2 {
	font-size: medium;
	font-style: normal;
	color: #333333;
}
h3 {
	font-size: small;
	font-style: italic;
	color: #000;
}
h4 {
	font-size: small;
	font-style: italic;
	color: #000;
}
h5 {
	font-size: x-small;
	font-style: italic;
	color: #000;
}
h6 {
	font-size: xx-small;
	font-style: italic;
	color: #000;
}
/* Footer */
#footer p {
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
}
#footer a {
	font-size: x-small;
	text-decoration: underline;
	color: #666666;
}

/* Links */
a {
	color: #990033;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #64673F;
	text-decoration: none;
}

.style_bold {
	font-weight: bold;
}
.style_bold-large {
	font-weight: bold;
	font-size: 1.1em;
	font-style: italic;
}
.style_bold-home {
	font-size: 1.1em;
	font-variant: small-caps;
	letter-spacing: 1px;
	line-height: 1.3em;
}
.style_italic {
	font-style: italic;
}
p.left {
	float: left;
	width: 350px;
	font-size: medium;
	font-variant: small-caps;
	color: #6A6A5B;
}
p.right {
	float: right;
	width: 350px;
	font-size: medium;
	color: #6A6A5B;
	text-align: center;
	letter-spacing: 1px;
	font-style: italic;
	font-weight: bold;
	padding-top: 50px;
	font-family: "Times New Roman", Times, serif, "Century Schoolbook";
}
#sample {
	text-align: center;
}
.small {
	font-size:.8em;
}
.red {
	color: #990033;
}