/* 
  ------------------------------------------------
Country Folk styles
  ------------------------------------------------
*/

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	background-color: #D0DAD2;
	background-image: url(../images/wings.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin:0;
}
#masthead {
	padding: 0px;
	margin: 0;
}
#wrapper {
	width: 900px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#column_wrapper {
	background-image: url(../images/CF_contentBG.jpg);
	background-repeat: repeat-y;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#right {
	width: 640px;
	float: left;
}
#left {
	width: 220px;
	float: left;
}
#left .content {
	font-size: 0.85em;
	line-height: 1.5em;
	padding-top: 24px;
	padding-right: 24px;
	padding-bottom: 24px;
	padding-left: 35px;
}
#right .content {
	font-size: 0.8em;
	line-height: 1.65em;
	padding-top: 24px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
}
#masthead .content {
	padding: 12px 16px;
}
#footer .content {
	padding-top: 12px;
	padding-right: 24px;
	padding-bottom: 12px;
	padding-left: 40px;
}
#footer {
	color: #333333;
	background-color: #D0DAD2;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	clear: both;
}
#left a:link {
	color: #000000;
}
#left a:visited {
	color: #333333;
}
#left a:hover {
	color: #9B7C00;
}
#right a:link {
	color: #496A59;
	text-decoration: none;
	font-weight: bold;
}
#right a:visited {
	color: #666666;
	text-decoration: none;
}
#right a:hover {
	color: #FFFCE9;
	background-color: #666666;
	text-decoration: none;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #000000;
	border-left: 6px solid #FFD940;
	padding: 0 0 0 6px;
}
#wrapper .menulist a:hover {
	border-color: #000000;
}
#footer a:link {
	color: #999999;
	text-decoration: none;
}
#footer a:visited {
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	color: #4F6B5D;
	text-decoration: underline;
}
h1 {
	font-size: 1.8em;
	margin: 0;
}
h2 {
	font-size: 1.6em;
	margin: 30px 0 0 0;
	color: #436252;
	font-weight: bold;
}
h3 {
	font-size: 1.25em;
	margin: 30px 0 0 0;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 12px 0;
}
