*{margin:0; padding:0;}

body {
font-family: Verdna, Arial, Helvetica, sans-serif;
font-size: 12px; 
background: #555;
color: #0D4307; 
margin:0; 
padding:0;
line-heig
;

ht: 135%;
}

a { color: #679608; text-decoration: none; }
a:hover { text-decoration: none; color : #111; }

img{ border: none;} 
img a{border:none;} 

ul { list-style-type: none; }

#page {
	width: 800px;
	margin: 0px auto;
}

#header { 
background: #555 url(images/JMHHead.gif) no-repeat;
height: 163px;
margin-top: 0;
/*width: 790px;*/
font-family: "Trebuchet MS";
background-color:#F7FFCE;
}
#header h1 {
font-size: 33px;
font-weight: 600;
letter-spacing: -1px;
padding: 147px 0 0 30px;
background-color:#F7FFCE;
}
#header h1 a {
color: #fff;
background-color:#F7FFCE;
}
#header h1 a:hover {
color: #eee;
background-color:#F7FFCE;
}
#header h2 {
letter-spacing: -1px;
color: #fff;
font-size: 19px;
font-weight: 100;
padding: 7px 0 0 30px;
background-color:#F7FFCE;
}

#menu {
background: #555 url(images/menu.jpg) no-repeat;
height: 50px;
line-height: 50px;

}

#menu ul {
list-style-type: none;
margin: 0;
padding-left: 30px;

}
#menu ul li {
display: block;
float: left;

}
#menu ul li a {
display: block;
padding: 0 10px 0 10px;
text-decoration: none;
color: #fff;
font-size: 16px;
font-weight: 600;

}
#menu ul li a:hover {
color: #fff;
background: #679608 url(images/menuover.jpg) repeat-x;

}

#menubottom {
background: #555 url(images/menubottom.jpg) no-repeat;
padding: 5px 0;
background-color:#F7FFCE
}

#wrapper {
padding: 0 30px 0 20px;
background: #555 url(images/content.jpg) repeat-y;
background-color:#F7FFCE;
}


#content {
	float: right;
    width: 500px;
	padding-bottom: 10px;
	background-color:#F7FFCE;
}

#sidebar {
    float: left;
    width: 235px;
	padding-top: 10px;
	background-color:#F7FFCE;
}

#footer {
    background: #555 url(images/footer.jpg) repeat-x;
    height: 80px;
    line-height: 80px;
    margin: 0 auto;    font-weight: 100;
    font-size: 12px;
    text-align: center;
    color #fff;
    
	
}
#footer p { color: #fff; 
           }
#footer a { color: #fff; text-decoration: none; 
          }
#footer a:hover { text-decoration: underline; 
                  }

#content h2 {
    font-weight: 100;
    letter-spacing: -1px;
    font-size: 23px;
    margin: 20px 0 4px; padding: 0 0 3px; 
    background-color:#F7FFCE;

}

#content ul {
color: #555555;
padding: 10px 30px;
background-color:#F7FFCE;
}
#content ul li {
list-style-type: square;
background-color:#F7FFCE;
}

#sidebar img { padding: 0; margin: 0; 
               background-color:#F7FFCE;}
#sidebar ul {
    list-style-type: none; 
    background-color:#F7FFCE;
}

#sidebar h2 { 
background: #edffaf url(images/sidebarh2.jpg) no-repeat;
background-color:#F7FFCE;
    height: 60px;
    line-height: 60px;
    font-weight: 600;
    font-size: 16px;
    padding: 0 0 0 20px;     
	color: #fff;
	
}

#sidebar li 
{
    background-color:#F7FFCE;

}

#sidebar ul {
padding: 6px 0 15px 15px;
background-color:#F7FFCE;
}

#sidebar ul li {
    background: url(images/bullet.png) no-repeat center left;
    padding: 2px 0 2px 22px;
    background-color:#F7FFCE;
}
#sidebar ul li a { font-size: 12px;
font-weight: 100; border-bottom: 1px dotted #aaa;
background-color:#F7FFCE;
}



/* Slide Show begins here */
#gallery 
{
	position:relative;
	width:168px; 
	margin:0px auto; 
	padding:0px; 
	border:0px solid #fff; 
	background:#AAA
	}
#images 
{
	/*border:0px solid #9ac1c9;*/
	 height:293px; 
	 background:#eef5f6;
	  margin-bottom:0px
	  }
#image 
{position:relative; 
	width:168px; 
	height:293px; 
	padding:0px; 
	border:0px solid #EDFEAE; 
	background:#EDFEAE url(images/loading.gif) center center no-repeat
	}
#image img {position:absolute; 
	top:0px; 
	left:0px
	}
#thumbwrapper 
{
	margin-top:0px; 
	padding:0px 0; 
	width:168px; 
	height:0px; 
	border:0px solid #666; 
	background:#FFF;
	visibility:hidden
	
	}
#thumbarea 
{
	position:relative; 
	overflow:hidden; 
	height:0px; 
	width:0px; 
	visibility:hidden
	}
#thumbs 
{
	position:absolute; 
	list-style:none; 
	margin-left:5px; 
	height:0px; 
	width:0px; 
	border-right:0px solid #FFF;
	visibility:hidden
	}
#thumbs li 
{
	float:left; 
	margin-right:5px; 
	cursor:pointer;
	visibility:hidden
	}
.imgnav 
{
	position:absolute; 
	height:0px; 
	width:20%; 
	z-index:100; 
	height:0px; 
	width:10%; 
	z-index:100; 
	outline:none; 
	cursor:pointer
	}
#previmg 
{
	left:0; 
	background:url(images/left.gif) left center no-repeat; 
	border-left:5px solid #FFF
	}
#previmg:hover
 {
	opacity:1; 
	filter:alpha(opacity=100)
	}
#nextimg 
{
	right:0; 
	background:url(images/right.gif) right center no-repeat; 
	border-right:5px solid #FFF
	}
#nextimg:hover 
{
	opacity:1; 
	filter:alpha(opacity=100)
	}
