/* these are the non-menu styles */

			background-position: top;
			background-repeat: repeat-x;
			margin: 0px;
			padding: 0px;
		}
		
		body#aboutpage { background-image: url(images/bg3-big.jpg); }
		body#indexpage { background-image: url(images/bg2-big.jpg); }
		body#linkspage { background-image: url(images/bg4-big.jpg); }
		body#contactpage { background-image: url(images/bg7-big.jpg); }
		body#pastsection { background-image: url(images/bg5-big.jpg); }
		body#recentsection { background-image: url(images/bg6-big.jpg); }
		body#gallerysection { background-image: url(images/bg7-big.jpg); }
		body#workseries { background-image: url(images/bg2-big.jpg); }
		
		
	
		#content {
			position: absolute;
			top: 145px; 
			z-index: 10;
			width: 98%;
			right: 5px;
		}
		
		#thetext {
			position: absolute;
			top: 0px;
			left: 0px;
			padding: 10px;
			margin: 10px;
			margin-top: 0px;
			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;
		}
		
		#image {
			float: right;
			margin-right: 25px;
			font-size: 80%;
			font-family: arial, helvetica, sans-serif;
		}
		
		#image h2, #image p {
			padding-left: 5px;
			padding-right: 5px;
			
		}
	
		
		#soleimage {
			width: 100%;
			text-align: center;
			align: center;
			
		}
		
		
		
		
		
		
		
		/* "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;
		}
		
		
		