﻿@import url("layout.css");
body {
	font-family: Book Antiqua, Georgia, "Times New Roman", Times, serif;
	font-size: small;
	background-color: #C4D1B7;
}
#container {
	border: 2px solid #336600;
	border-color: #336600;
	border-right: 2px solid #336600;
	border-bottom: 2px solid #336600;
	border-left: 2px solid #336600;
	background-color: #FAEFDB;
	margin-top: 0px;
}
#masthead {
	text-align: left;
	background-color: #FFE9E5;
	background-image: url("../images/masthead_flowers_2.jpg");
	background-repeat: no-repeat;
}
#navigation {
	border-top: 1px solid #336600;
	border-bottom: 1px solid #336600;
	background-color: #FAD7D4;
	margin-bottom: 10px;
}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	width: 467px;
	background-color: #FAEFDB;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
html>body #column_l {
	width: 470px;
	padding: 0 10px 15 10px;
	background-color: #FAEFDB;
}
#column_r {
	margin: 0px;
	width: 225px;
	padding: 0px 5px 15px 10px;
	background-color: #FAEFDB;
}
html>body #column_r {
	margin: 0px;
	width: 220px;
	padding: 0px 5px 15px 10px;
	background-color: #FAEFDB;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
	margin-top: 10px;
	background-color: #FAD7D4;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Masthead */
#masthead h1 {
	padding: 0px;
	font-weight: bold;
	font-style: italic;
	color: #36492B;
	margin-bottom: 0;
	margin-left: 20px;
	font-size: 40pt;
	vertical-align: top;
	line-height: normal;
	text-align: left;
}
#masthead h3 {
	font-weight: bold;
	font-style: italic;
	color: #36492B;
	margin-top: 10px;
	margin-left: 20px;
	font-size: 24pt;
	text-align: left;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
	display: block;
	padding: 5px 14px 5px 15px;
	border: 1px solid #E3E3E1;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #666666;
	border: 1px solid #b9d;
	background-color: #FFE9E5;
}
/* Right Column */
#column_r img {
	border: 1px solid #808080;
}

/* Site typography */
h1 {
	padding: 0px;
	margin: 0px;
	font-size: 22pt;
	color: #334325;
	font-style: italic;
	vertical-align: text-top;
	text-align: center;
}
h2 {
	padding: 5px;
	font-size: x-large;
	font-style: italic;
	color: #334325;
	text-align: center;
	vertical-align: text-top;
	font-weight: lighter;
}
h3 {
	font-size: large;
	font-style: italic;
	color: #334325;
	text-align: center;
}
h4 {
	font-size: medium;
	font-style: italic;
	color: #000;
}
h5 {
	margin: 0px;
	padding: 0px;
	font-size: small;
	font-style: normal;
	color: #334325;
	font-weight: lighter;
	text-align: center;
}
h6 {
	margin: 15px 0px 15px 0px;
	padding: 0px;
	font-size: medium;
	font-style: italic;
	color: #334325;
	font-weight: lighter;
	text-align: center;
}
p {
	padding: 0px;
	margin: 5px;
	font-family: Book Antiqua, Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-style: normal;
	color: #334325;
}
/* Footer */
#footer ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#footer li {
	float: left;
}
#footer a {
	font-family: Georgia, "Times New Roman", Times, serif;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #336600 #cdc #cdc #cdc;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
	display: block;
	padding: 5px 14px 5px 15px;
}
#footer a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #666666;
	border: 1px solid #b9d;
	background-color: #FFE9E5;
	}
/* Links */
a {
	color: #3E4534;
	text-decoration: none;
}
a:active {
	color: #E5A4A8;
}
a:hover {
	color: #E5A4A8;
	text-decoration: none;
}
