body {
	width: 100%;
	min-width: 960px;
	font-family: Arial, Tahoma, Geneva, Helvetica, sans-serif;
	background: url(../images/img_background.jpg) top center no-repeat;
}
a {
	color: #386622;
}
a:hover {
	color: #777777;
}

#header-nav {
	width: 100%;
	background: #123700;
}
#header-nav ul {
	padding-top: 2px;
	padding-bottom: 4px;
	padding-left: 315px;
	list-style: none;
	font-size: 10px;
	color: #d0d0d0;
	text-align: center;
}
#header-nav ul li {
	padding-left: 15px;
	padding-right: 15px;
	display: inline;
	cursor: pointer;
}

#content-wrapper {
	display: block;
	height: 503px;
	width: 100%;
	background: url(../images/img_bg_home_middle.jpg) no-repeat center top; /*../images/img_bg_home_middle.jpg*/
}
#content-wrapper-jeff {
	display: block;
	height: 503px;
	width: 100%;
	background: url(../images/img_bg_home_middle_jeff.jpg) no-repeat center top; 
}
#content-wrapper-empty {
	display: block;
	height: 503px;
	width: 100%;
	background: url(../images/img_bg_home_middle_empty.jpg) no-repeat center top; 
}
#content {
	margin: 0px auto 0px auto;
	padding-top: 11px;
	/*padding-right: 150px; */
	top: 139px;
	display: block;
	width: 875px;
}

#logoHome {
	display: block;
	margin-bottom: 12px;
	width: 350px;
	height: 115px;
	cursor: pointer;
	float:left;
}
#logo {
	display: block;
	margin-bottom: 12px;
	width: 350px;
	height: 115px;
	cursor: pointer;
	float:left;
}
#main-home {
	float: left;
	margin-left: 13px;
	width: 378px;
	height: 233px;
	background: url(../images/img_bg_main.png) top left repeat-y;
}
#main-home img {
	bottom: 3px;
}
#main-home p {
	padding-left: 21px;
	padding-right: 21px;
	padding-bottom: 15px;
	font-size: 13px;
	line-height: 17px;
}
#sub-page {
	float: left;
	display: block;
	margin-left: 13px;
	width: 420px;
	background: url(../images/img_bg_main.png);
	vertical-align:top;
	clear:both;
}
#homeevent {
	float:right;
	width:275px;
	min-height:193px;
	padding-top:48px;
	text-align:center;
	font-size:12px;
}
#homeevent img {
	padding-top:10px;
}
#sub-page img {
	bottom: 3px;
}
#sub-page p {
	padding-left: 21px;
	padding-right: 21px;
	padding-bottom: 15px;
	font-size: 13px;
	line-height: 17px;
}
#side-images {
	float: left;
	display: block;
	margin-top: 0px;
	margin-left: 2px;
	width: 180px;
	height: 240px;
}
#side-images ul li {
	cursor: pointer;
}
#lesson {
	float: left;
	display: block;
	margin-top: 2px;
	margin-left: 13px;
	/*padding-top: 14px;*/
	width: 560px;
	height: 90px;
	/*border: 1px solid red;*/
	/*background: url(../images/img_bg_lesson.jpg) top center no-repeat;*/
}
#lesson h2 {
	/*padding-left: 70px;
	font-weight: normal;
	font-size: 24px;
	color: white;*/
}
#lesson p {
/*	padding-top: 3px;
	padding-left: 80px;
	margin-right: 20px;
	font-size: 12px;
	line-height: 17px;
	color: white;*/
	/*border: 1px solid white;*/
}

#bottom-nav {
	margin: 0px auto 0px auto;
	width: 100%;
	height: 72px;
	background: url(../images/img_background_bottom_nav.png) #3e5c30 top center no-repeat;
}
#bottom-nav ul {
	margin: 0px auto 0px auto;
	padding-top: 20px;
	width: 100%;
	height: 36px;
	list-style:none;
	text-align: center;
}
#bottom-nav ul li {
	display: inline;
	height: 36px;
	cursor: pointer;
}

#footer-wrapper {
	background: transparent url(../images/img_background_footer.png) repeat-x top left;
	clear:both;
	float:left;
	width:100%;
}

#footer {
	/*margin: 0px auto 0px auto;*/
	/*width: 100%;*/
	
	/*background: url(../images/img_background_footer.png) top center repeat-x;*/
}
#footer p {
	margin: 0px auto 0px auto;
	padding-top: 15px;
	text-align: center;
	width: 100%;
	height: 32px;
}
#footer h6 {
	margin: 0px auto 0px auto;
	height: 15px;
	width: 100%;
	text-align: center;
	font-size: 9px;
	color: #868686;
}

.copyright {
	font-size: 9px;
	color: #868686;
	padding-left: 45px;
}



.spacer {
	cursor: default;
}


#flash-content {
	height:200px;	
}

#linksArea li{
	font-size: 11px;	
}

.input
 	{
	color:#123700;
	background:#FFFFFF;
	border:1px solid #000000;
	font-size:12px;
	height:20px;
	width:200px;
	font-family:Arial, Tahoma, Geneva, Helvetica, sans-serif;
 	}
.inputContact
 	{
	color:#123700;
	background:none;
	font-size:12px;
	border:0px;
	font-family:Arial, Tahoma, Geneva, Helvetica, sans-serif;
 	}
.inputContactMultiline
 	{
	color:#123700;
	background:#FFFFFF;
	border:1px solid #000000;
	font-size:12px;
	height:100px;
	font-family:Arial, Tahoma, Geneva, Helvetica, sans-serif;
 	}
