﻿@import url("layout.css");
body {
	border: #546F4A;
	font-family: "Tw Cen MT", Verdana, Arial;
	font-size: .9em;
	color: #333333;
}
#container {
	background-position: bottom right;
	border: 2px #87a67c solid;
	width: 745px;
	margin: 10px auto 0 auto;
	padding: 10px 7px 10px 10px;
	background-color: #fff;
	background-image: url('../images/container-bg.gif');
	background-repeat: no-repeat;
}
#masthead {
	text-align: center;
	width: 600px;
	padding: 10px;
	border: 1px dotted #725972;
	background-image: url("../images/masthead.gif");
	background-repeat: repeat;
	background-attachment: scroll;
}
#navigation {
	margin: 0 10px 0 0;
	float: left;
	width: 225px;
	background-color: #87A67C;
	height: 354px;
}
#content {
	float: left;
	width: 470px;
}
#footer {
	background-position: left top;
	text-align: left;
	clear: both;
	width: auto;
	background-image: url('../images/foot-bg.gif');
	background-repeat: no-repeat;
}
#footer p{
	padding-left: 5px;
	padding: 0 20px 0 20px;
}

/* Masthead Styles */
#masthead h1 {
	color: #fff;
}
#masthead h3 {
	color: #402640;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0 15px 0 15px;
}
#navigation a {
	border: 1px #87A67C solid;
	text-decoration: none;
	display: block;
	padding: 5px;
	color: #374a1f;
	font-weight: normal;
}
#navigation a:hover {
	border: 1px #ffffff dotted;
	color: #ffffff;
	text-decoration: none;
}
/* Content Styles */
h1{
	padding: 20px 0 0 20px;
	color: #6F9263;
	font-size: 1.3em;
}
#content img {
}
a {
	color: #E77259;
	text-decoration: underline;
}
a:hover {
	color: #546F4A;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
