body {
	margin: 0;
	padding: 0;
	background: #99CC00 url(images/header.gif) repeat-x left top;
	color: #fff;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: strong;
	color: #FFFFFF;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}


a {
	color: #FF9900;
}

a:hover {
	color: #9AB318;
}



#wrapper {
	width: 800px;
	margin: 0 auto; 
	padding: 0;
}



/* Header */

#header {
	width: 100%;
	height: 142px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	width: 100%;
	height: 100px;
	margin: 0;
	color: #FFFFFF;
	background: url(images/banner-top.gif) no-repeat left 5px;
}

/* Menu */

#menu {
	width: 100%;
	height: 39px;
	margin: 0 auto;
	padding: 0;
}

/* Middle Background */

#middle {
	background: #9ab318;
}


/* Frame */

#frame-top {
	width: 100%;
	height: 35px;
	margin: 0 auto;
	background: url(images/frame-top.gif) no-repeat left bottom;
}

#frame-bottom {
	width: 100%;
	height: 25px;
	margin: 0 auto;	
	background: url(images/frame-bottom.gif) no-repeat left bottom;
}


/* Content */

#content {
	width: 100%;
	background: #000 url(images/frame-bottom.gif) no-repeat left bottom;
}

.content-title {
	font-size: 16px;
	font-weight: bold;	
	padding: 10px 0 0 28px; 
	background-image: url(images/img-content-title.gif); 	
	height: 28px;
	background-repeat: no-repeat; 
	background-position: left top ;
}

.content-normal { 
	font-family: Tahoma; 
	font-size: 14px; 
	color: #FFFFFF; 
	text-align: left; 
	line-height: 150%; 
	padding: 0px 15px 0px 28px; 
}

/* News */

.news-title {
	font-size: 16px;
	font-weight: bold;	
	padding: 10px 0 0 28px; 
	background-image: url(images/img-news-title.gif); 	
	height: 28px;
	background-repeat: no-repeat; 
	background-position: left top ;
}


.news-byline { 
	font-family: Tahoma; 
	font-size: 11px; 
	font-decoration: em;
	color: #FF9900; 
	text-align: left; 
	line-height: 80%; 
	padding: 0px 15px 0px 28px; 
}

.news-normal { 
	font-family: Tahoma; 
	font-size: 14px; 
	color: #FFFFFF; 
	text-align: left; 
	line-height: 130%; 
	padding: 0px 15px 0px 28px; 
}

.news-more { 
	font-family: Tahoma; 
	font-size: 14px; 
	color: #FF9900; 
	font-decoration: em, strong;
	line-height: 130%; 

}


#filler35 {
	width: 800px;
	height: 35px;

}


#filler85 {
	width: 800px;
	height: 85px;

}


#toknowleft  {
	float: left;
	width: 390px;
	height: 70px;
	background: url(images/banner-bottom.gif) no-repeat left 0px ;
}

#toknowright  {
	float: right;
	width: 250px;
	height: 60px; 
	padding: 10px 0px 0px 80px;
}

#googlecalendar  {
	padding: 10px 15px 10px 10px;
}

/* Updates */

#updates {
	width: 100%;
	height: 470px;
	background: url(images/banner-top.gif) no-repeat left 5px;
}

.search_term {
	font-size: 12px;
	color: #FF9900;
	line-height: 12px;
	padding: 2px 10px 2px 8px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	width: 155px;
	background: #000;
	border: 1px solid #FF9900;
}

.join_email_button
{
background: url(http://www.kalevanleeuwen.com/images/button-join.gif) no-repeat;
height: 21px;
width: 59px;
border: none;
margin: 0 0 0 0;
}

#bar {
	width: 100%;
	height: 140px;
}

/*Social Icon Hover */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative; 
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #FF9900;
padding: 5px;
left: -1000px;
/*border: 1px dashed gray;*/
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
margin-top: -32px;
left: 0px; /*position where enlarged image should offset horizontally */

}

/* End Social Icon Hover */


#social {
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#CCCCCC;	
	line-height: 180%; 

}
/* Footer */

#footer {
	width: 100%;
	background: #000000;
	background: url(images/footer.gif) repeat-x left top;
	height: 220px;
	margin: 0 auto;
	padding: 0px 0 0px 0;
	font-family: tahoma, Arial, Helvetica, sans-serif;
}