﻿@import url("layout.css");
body {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif, Verdana;
	font-size: small;
	color: #ffcc33;
	background-image: url('../images/bg/330000-2.gif');
	background-repeat: repeat;
}
#container {
}
#masthead {
	text-align: left;
}
#navigation {
	border-top-style: none;
	border-bottom-style: none;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	list-style-position: inside;
}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	position: relative;
	width: 370 px;
	margin: 0;
	padding: 0 2%;
	float: none;
}
#column_r {
	float: none;
	width: 330px;
	margin: 0;
	padding: 10px;
	position: absolute;
	right: 0px;
	top: 0px;
}
#content {
}
#footer {
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Masthead */
#masthead h1 {
	font-weight: bold;
	font-style: italic;
	color: #ffcc33;
	margin-bottom: 0;
	margin-left: 0.5em;
}
#masthead h3 {
	font-weight: bold;
	font-style: italic;
	color: #ffcc33;
	margin-top: 0;
	margin-left: 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: #e1c27f;
	display: block;
	padding: 5px;
	border: 0px solid #dbf;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #e1c27f;
	border: 0px solid #b9d;
	background-color: #fcdc74;
}
/* Right Column */
#column_r img {
	border: 1px solid #808080;
}
/* Site typography */
h1 {
	font-size: xx-large;
	color: #e1c27f;
}
h2 {
	font-size: x-large;
	font-style: italic;
	color: #e1c27f;
}
h3 {
	font-size: large;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #e1c27f;
}
h4 {
	font-size: medium;
	font-style: italic;
	color: #e1c27f;
}
h5 {
	font-size: x-small;
	font-style: italic;
	color: #e1c27f;
}
h6 {
	font-size: xx-small;
	font-style: italic;
	color: #e1c27f;
}
/* Footer */
#footer p {
	font-size: x-small;
	color: #e1c27f;
}
/* Links */
a {
	color: #e1c27f;
	text-decoration: underline;
}
a:hover {
	color: #e1c27f;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.dispimg {
	margin-right: auto;
	margin-left: auto;
	display: block;
}
