body
{
	margin: 0;
	padding: 0;
	font: 100% arial, hevetica, sans-serif;
	text-align: center;
	color: #333;
	background-color: #D6D6D6;
	
}

a:link { color: #336633; }
a:visited { color: #33CC66; }

a:hover, a:active
{
	color: #fff;
	background-color: #C5C877;
}

h1
{
	color: #336633;
	font: 130% georgia, times, "times new roman", serif;
	font-weight: bold;
}

h2
{
	color: #336633;
	font: 120% georgia, times, "times new roman", serif;
	font-weight: bold;
	margin: 0 0 2px 0;
}

h2 a { text-decoration: none; }

h3
{
	color: #336633;
	font: 106% georgia, times, "times new roman", serif;
	font-weight: bold;
	margin-top: 0;
}

#container
{
	margin: 1em auto;
	width: 650px;
	text-align: left;
	background-color: #fff;
	border: 1px none #fff;
	border: 1px solid #676767;
}

#header
{
	height: 82px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: 0 0;
	position: relative;
	border: 0px none #fff;
	border-bottom: 0px solid #fff;
	background-image: url(cushyheader.jpg);
}

#mainnav
{
	left: 0px;
	background-color: #8eaa60;
	color: #272900;
	padding: 2px 0;
	margin-bottom: 22px;
}

#mainnav ul
{
	margin-left: 125px;
	margin-bottom: 0;
	margin-right: 0px;
	margin-top: 0;
	padding: 0;
	list-style-type: none;
	border-left: 1px solid #C4C769;
}

#mainnav li
{
	display: inline;
	padding: 0 10px;
	border-right: 1px solid #C4C769;
}

#mainnav li a
{
	text-decoration: none;
	color: #272900;
}

#mainnav li a:hover
{
	text-decoration: none;
	color: #fff;
	background-color: #8eaa60;
}

#menu
{
	float: right;
	width: 150px;
	border-left: 1px solid #C5C877;
	padding-left: 15px;
	padding-right: 5px;
}

#menu ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	line-height: 165%;
}

#contents { margin: 0 190px 20px 20px; }
#contents p { line-height: 165%; }
#contents ul {
  max-width: 490px;
  float: left;
  width: 45em;
  margin: 0;
  padding: 0;
  list-style: none;
}

#contents li {
  font-size: 12px;
  float: left;
  width: 20em;
  margin: 0;
  padding: 0;
  list-style: none;
}

#footer
{
	clear: both;
	color: #272900;
	text-align: right;
	font-size: 80%;
	background-color: #AAC278;
	padding: 5px;
}

.indent { text-indent: 25px }

.imagefloat
{
	float: right;
	padding: 2px;
	border: 1px solid #9FA41D;
	margin: 0 0 10px 10px;
}

.imagefloat2
{
	float: left;
	padding: 2px;
	border: 1px solid #9FA41D;
	margin: 0px 10px 0px 0px;
}

.thumbwrapper{
  position:relative;
  height:150px;
}
.thumb{
  position:absolute;
  clip:rect(20px 140px 160px 0px);
}
