* {
	margin: 0px;
	padding: 0px;
}
#container {
	background-color: #FFFFCC;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	border-right-style: none;
	border-left-style: none;
	border-right-color: #330000;
	border-left-color: #330000;
}
#container #headercontainer #leftlogo {
	float: left;
	height: 141px;
	width: 700px;
}
#container #body #leftcol {
	background-color: #FFFFCC;
	float: left;
	width: 700px;
	border-right-color: #557C2B;
	border-left-color: #557C2B;
	height: 500px;
	border-left-style: none;
	border-bottom-style: none;
	border-bottom-color: #557C2B;
	border-top-style: none;
	border-right-style: none;
	border-top-color: #557C2B;
	text-align: left;
}
#container #navigation #navcontainer #navlist {
	text-decoration: none;
	list-style-type: none;
}
#navcontainer ul li {
	display: inline;
	margin-right: 33px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #692F09;
	height: 20px;
	width: 50px;
}
#container #navigation #navcontainer #navlist a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #330000;
	text-decoration: none;
	background-color: #99CC53;
	font-size: 18px;
}

#container #navigation #navcontainer #navlist a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #00FF00;
	text-decoration: none;
	background-color: #FFFFFF;
	font-size: 18px;
}
#container #body {
	background-color: #FFFFCC;
}
#container #body #rightcol {
	float: left;
	width: 290px;
	background-color: #D8EBBD;
	height: 500px;
	border: 0px none #FFFFFF;
	text-align: center;
}





#container #headercontainer #rightheaderImg {
	background-image: url(../Country%20Cabin%20header.jpg);
	background-repeat: no-repeat;
	height: 141px;
	width: 290px;
	float: right;
}

#container #navigation {
	background-color: #FFFFCC;
	height: 50px;
	float: none;
	font-weight: normal;
	padding-top: 10px;
	padding-left: 0px;
}
#container #body {
	background-color: #FFFFCC;
}
#container #footer {
	height: 40px;
	background-color: #557C2B;
	color: #FFFFFF;
}


#container #headercontainer {
	height: 141px;
	width: 990px;
}

