/* these are the non-menu styles */
		body {
			/* background-image: url(images/bodybg.gif); */
			background-position: top;
			background-repeat: repeat-x;
			margin: 0px;
			padding: 0px;
		}
		
		body#aboutpage { background-image: url(images/bg3.jpg); }
		body#indexpage { background-image: url(images/bg2.jpg); }
		body#linkspage { background-image: url(images/bg4.jpg); }
		body#contactpage { background-image: url(images/bg7.jpg); }
		body#pastsection { background-image: url(images/bg5.jpg); }
		body#recentsection { background-image: url(images/bg6.jpg); }
		body#gallerysection { background-image: url(images/bg7.jpg); }
		body#workseries { background-image: url(images/bg2.jpg); }
		
		
	
		#content {
			position: absolute;
			top: 145px; 
			z-index: 10;
		}
		
		#thetext {
			position: absolute;
			top: 0px;
			left: 0px;
			padding: 10px;
			margin: 10px;
			margin-top: 0px;
			margin-right: 20px;
			background-color: #e8e7cb;
			font-family: arial, helvetica, sans-serif;
			font-size: 80%;
			overflow: auto;
			scrollbar-3d-light-color:white;
           	scrollbar-arrow-color:black;
           	scrollbar-base-color:#e8e7cb;
           	scrollbar-dark-shadow-color:black;
           	scrollbar-face-color:#e8e7cb;
           	scrollbar-highlight-color:white;
           	scrollbar-shadow-color:black;
			
		}
		
		
		/* list items for the gallery page */
		.gallerylist {
			margin-left: 0px;
			padding-left: 0px;
			text-indent: 0px;
			display: inline;
		}
		
		.gallerylistitem {
			display: inline;
			white-space: nowrap;
		}
		
		.gallerylistitem a {
			padding: 4px;
		}
	
		
		
		
		
		
		
		/* "Barry Cooper - Painter and Sculptor */
		#bcps {
			position: absolute;
			top: 10px;
			left: 600px;
			z-index: 10;
		}
		
		#bcps h1 {
			font-family: arial,helvetica,sans-serif;
			font-size: 200%;
			font-weight: bold;
			font-variant: small-caps;
		}
		
		
		