/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #2C4514;
}
#wrapper {
	width: 922px;
	background-color: #E0DCC5;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	color: #333;
	width: 900px;
	float: left;
	border: 1px none #ccc;
	height: 120px;
	padding: 0px;
	margin: 0px;
}
#navigation {
	float: left;
	width: 902px;
	color: #FFFFFF;
	border: 1px none #ccc;
	margin: 0px;
	background-color: #80C31C;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 20px;
	font-weight: normal;
}
#leftcolumn {
	color: #333;
	border: 1px none #333333;
	margin: 0px;
	padding: 0px;
	height: 413px;
	width: 645px;
	float: left;
}
#rightcolumn {
	float: right;
	color: #333;
	margin: 0px;
	height: 403px;
	width: 251px;
	display: inline;
	position: relative;
	background-color: #E0DCC5;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
#rightcolumn a:hover {
	font-weight: bold;
}
#navigation a:hover {
	font-weight: bold;
	color: #F9BE82;
}
#navigation a {
	text-decoration: none;
	color: #FFFFFF;
}
#footer {
	width: 902px;
	clear: both;
	color: #333;
	border: 1px none #ccc;
	background-color: #80C31C;
	font-style: italic;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
}
#rightcolumn h2 {
	font-size: 14px;
	font-weight: normal;
}

#footer a {
	color: #000000;
	text-decoration: none;
}
#footer a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}


.kathymackey {
	text-align: left;
	color: #000000;
	padding-top: 3px;
	font-size: 12px;
}
