		/* basic elements 

			------- J RANDALL ART STYLE SHEET ------------
			updated 01/14/10 
					*/

body 	{	 background: #8c955f;
				 
		 		}

#wrap	{background: #8c955f;
			width: 1000px;
		 margin: auto;
		 }

#content	{float: left;
		 width: 1000px;
		 background: #8c955f;
		  }
			
a:link 	{	color: #8c955f;
		}

a:visited {	color: #8c955f;
		}

a:hover, a:active {text-decoration: none;
		color: #8c955f;
		}


	/* TOP BANNER DIVISION */
	
#top	{float: left;
		width: 1000px;
		 height: 90px; 
		 z-index: 100;
		 background: url(images/topbanner.jpg) no-repeat; 
		  }

	/* END BANNER DIVISION */

	/* LEFT SIDEBAR DIVISION */

#left		{float: left;
		 width: 200px;
		 height: 1800px; 
		 z-index: 100;
		 background: #8c955f;
		 }
		 
	/* END LEFT SIDEBAR DIVISION */

	/* INDEX PAGE */

#picture   {float: left;
					  width: 420px;
						height: 400px;
						margin-left: 20px;
								 		 }
										 
#event    	{float: left;
						width: 720px;
						margin: 20px, 0px, 0px, 20px;
						font-family:  Papyrus, Verdana, Arial, Helvetica, sans-serif;
		 				font-size: 1.2em;
						font-weight: bold; }										 
					 

#text    	{float: left;
						width: 700px;
						height: 400px;
						margin-left: 60px;
						font-family:  Papyrus, Verdana, Arial, Helvetica, sans-serif;
		 				font-size: 1.2em;
						font-weight: bold; 
		 		 }
				 
 p      	{	font-family:  Papyrus, Verdana, Arial, Helvetica, sans-serif;
		 				font-size: 1.2em;
						font-weight: bold; 
		 		 }			 
				 
	/* END INDEX PAGE */

		
/* GALLERY PAGE */

.thumbnail  {float: left;
				 width: 220px;
				 height: 310px; 
				 /* border: 1px solid #fff; */
				 margin: 2px 12px 2px 12px;
				 background: #8c955f;}
				 
.thumbnail h1 {font-size: .9em;
				 		color: 000;
						/* text-decoration: underline; */
						text-align: center;}
				 
.figuretn	{float: left;
					width: 200px;
					margin: 0px 0px 0px 3px;
	  			/* border: 1px solid #666; */
	  			padding: 0px ;
			 }

.texttn		{float: left;
		 			width: 220px;
		  		 margin: 0px;
					 /* border: 1px solid #3ff; */
		 			 background: #8c955f;
		 			 font-family:  Papyrus, Verdana, Arial, Helvetica, sans-serif;
		 			 font-size: .8em;
		 			 font-weight: bold; 
		 			 							}


img.figuretn {float: right;
					/*  margin-left: 2px;
					 margin-bottom: 2px;
					 border: 0;
					 padding: 1px; */
					 }


				 
					 
	/* END GALLERY 2 PAGE */





.menu {
	margin: 10px;
	padding: 0;
	width: 200px;
	list-style: none;
	background: #8c955f;
}
.menu li {
	padding: 0;
	margin: 0;
	height: 33px;
	list-style: none;
	background-repeat: no-repeat;
}
.menu li a, .menu li a:visited {
	display: block;
	text-decoration: none;
	text-indent: -1000px;
	height: 33px;
	background-repeat: no-repeat;
}


.home {background-image: url(button/homeoff.jpg);}
.home a {background-image: url(button/homeon.jpg);}
.bio {background-image: url(button/biooff.jpg);} 
.bio a{background-image: url(button/bioon.jpg);}
.scape {background-image: url(button/gal1off.jpg);}
.scape a {background-image: url(button/gal1on.jpg);}
.nature {background-image: url(button/gal2off.jpg);}
.nature a {background-image: url(button/gal2on.jpg);}
.portrait {background-image: url(button/gal3off.jpg);}
.portrait a {background-image: url(button/gal3on.jpg);}
.pets {background-image: url(button/gal4off.jpg);}
.pets a {background-image: url(button/gal4on.jpg);}
.links {background-image: url(button/commisionoff.jpg);}
.links a {background-image: url(button/commisionon.jpg);}
.event {background-image: url(button/eventsoff.jpg);}
.event a {background-image: url(button/eventson.jpg);}
.face {background-image: url(button/facebook.png);}
.face a {background-image: url(button/facebook.png);}

ul.menu li a:hover {background: none;}	





