


body {
	font: 100% Georgia, "Times New Roman", Times, serif;
	line-height: 1.4;
	height: 100%;
	margin: 0 auto;
	background: #f8efdc;
	background-image: url(image/leaf.png);
	background-repeat: repeat-y;
	
}

 h2, h3 {
	font-size: 1.4em;
	font-weight: normal;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
	color: #575451;
}
p {
line-height: 1.8;
margin-left: 10px;
}
#john {
width: 200px;
heigth: 200px;
border: 2px sold grey;
padding: 10px;
float: left;
}
#menupad {
margin: 0 auto;
height: 100px;
background-image: url(image/leafsmall.png);
background-repeat: reapeat-y;

}
.tree {
margin: 0 auto;
}
.title{

text-align: center;
font-family: georgia;
font-size: 2em;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
color: #575451;

}
.jcpic{
float: left;
padding: 5px;
}
.logo{
float: left;
}
.center {
text-align: center;
}

#pageFooter{
width: 900px;
display: block;
margin: 0 auto;
background: #D5973C;
color: white;
border-bottom: 4px solid #916A31;
text-align: center;
padding-top: .2em;

}

#main{
    cf:after;
background-color: #f8efdc;
width: 900px;
height:1000px;
padding: 5px;
margin: 0 auto;

}
.linkpage {
display: block;
margin-left: auto;
margin-right: auto;
}

/*micro-clearfix by Nicolas Gallagher http://nicolasgallagher.com/micro-clearfix-hack/*/
/* For modern browsers */
.cf:before, .cf:after {
	content:"";
	display:table;
}

.cf:after {
	clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom:1;
}

/*horizontal menu styles*/	
nav {
	background: #916A31;
	height: 2.3em;
}

ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

ul {
	background: #D5973C;
	height: 2em;
	width: 100%;
}

li {
	position: relative;
}

li a {
	display: block;
	line-height: 2em;
	padding: 0 1em;
	color: white;
	text-decoration: none;
}

li a:hover, .topmenu li:hover > a {
	background: #916A31;
	height: 2em;
	padding-top: .3em;
	position: relative;
	top: -.3em;
	border-radius: .3em .3em 0 0;
}

.current, a:hover.current, .topmenu li:hover a.current {
	background: #AD9B7F;
	color: #eee;
	padding-top: .3em;
	border-radius: .3em .3em 0 0;
	position: relative;
	top: -.3em;
	border-bottom: .3em solid #917F63;
	cursor: default;
}
/*dropdown menu styles*/
ul.submenu {
	float: none;
	background: #916A31;
	position: absolute;
	top: 2em;
	left: -9000em;
	width: auto;
	height: auto;
	overflow: hidden;
	max-height: 0;
	-moz-transition:max-height 0.5s ease-in-out;
	-webkit-transition:max-height 0.5s ease-in-out;
	-o-transition:max-height 0.5s ease-in-out;
	transition:max-height 0.5s ease-in-out;
}
ul.submenu li {
	float: none;
}
.topmenu li:hover ul {
	left: 0;
	max-height: 10em;
}
ul.submenu li a {
	border-bottom: 1px solid white;
	padding: .2em 1em;
	white-space:nowrap;
}
ul.submenu li:last-child a {
	border-bottom: none;
}
ul.submenu li a:hover {
	background: #D5973C;
	height: 2em;
	padding-top: .2em;
	top: 0;
	border-radius: 0;
}
