﻿@import url("layout.css");
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	background-image: url("../images/background_tile.gif");
	background-repeat: repeat;
}
#container {
	border-right: 2px solid #595959;
	border-bottom: 2px solid #595959;
	border-left: 2px solid #595959;
	background-color: #EFF5F0;
}
#navigation {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #C6AF97;
}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	width: 367px;
	padding: 15px;
	background-color: #FFFFFF;
}
html>body #column_l {
	width: 370px;
	padding: 0 15px;
	background-color: #EFF5F0;
}
#column_r {
	width: 217px;
	padding: 15px 10px;
	background-color: #fff;
}
html>body #column_r {
	width: 220px;
	padding: 15px 10px;
	background-color: #EFF5F0;
}
#content {
	background-color: #fff;
}
#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: #FFFFFF;
	margin-bottom: 0;
	margin-left: 0.5em;
}
#masthead h3 {
	font-weight: bold;
	font-style: italic;
	color: #fff;
	margin-top: 0;
	margin-left: 1em;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #C6AF97;
}
#navigation li {
	float: left;
	text-decoration: none;
}
#navigation a {
	font-weight: bolder;
	color: #000;
	display: block;
	padding: 5px;
	border: 1px solid #363016;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border: 1px solid #363016;
	background-color: #363016;
}
/* Right Column */
#column_r img {
	border: 1px solid #808080;
}
/* Site typography */
h2 {
	font-size: 30px;
	font-style: italic;
	color: #000;
	vertical-align: bottom;
	line-height: 60px;
	background-color: #EFF5F0;
}
h3 {
	font-size: large;
	font-style: italic;
	color: #000;
}
h4 {
	f: ;
	text-decoration: none;
	color: #663300;
	font-size: medium;
	font-style: italic;
	width: 239px;
}
h6 {
	font-size: xx-small;
	font-style: italic;
	color: #000;
}
/* Foote
/* Footer */
#footer p {
	font-size: x-small;
    color: #8888888;
}
a {
    color: #C6AF97;
    text-decoration: none;
}
a:hover {
	color: #AD7B40;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.email {
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
}
