﻿@import url("layout.css");
body {
	font-family:Arial, Cambria, Verdana;
		font-size: small;
    background-repeat: repeat;
    	background-image: url("http://www.homestead.21crows.com/images/backgroundbeh.gif");
		background-color: #3D6D49;
}
#container {
	border-bottom: 2px solid #595959;
	background-color: #9AB082;
	color: #98AF83;
}
#masthead {
	text-align: left;
	background-color: #3D6D48;
	background-image: url("http://www.homestead.21crows.com/images/bk001top.jpg");
	background-repeat: no-repeat;
}
#masthead {
	text-align: left;
	background-color: #276D5C;
	background-repeat: no-repeat;
}
#navigation {
	border-top: 1px solid #003333;
	border-bottom: 1px #0A1B17 solid;
	background-color: #0A1B17;
	color: #CC6600;
	outline-color: #0A1B17;
}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	width: 200px;
	padding: 15px;
	background-color: #3D6D49;
}
html>body #column_l {
	width: 370px;
	padding: 0 15px;
	background-color: #fff;
}

#footer {
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
	font-size: small;
}
/* Masthead */
#masthead h1 {
	font-weight: bold;
	font-style: italic;
	color: #E4E2D4;
	margin-bottom: 0;
	margin-left: 0.5em;
}
/* 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: #CC6633;
	display: block;
	padding: 5px;
	border: 1px solid #003333;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border: 1px solid #276D5C;
	background-color: #3D6D49;
}
/* Right Column */

/* Site typography */
h1 {
	font-size: xx-large;
	color: #003333;
}
h2 {
	font-size: x-large;
	font-style: italic;
	color: #000;
}
h3 {
	font-size: large;
	font-style: italic;
	color: #C7EACF;
}
h4 {
	font-size: medium;
	font-style: italic;
	color: #000;
}


/* Footer */
#footer p {
	font-size: small;
	color: #000;
}
/* Links */
a {
	color: #CC6633;
	
}
a:hover {
	color: #000000;
	text-decoration: none;
}
