

/* Janet Rogers Studio Website - External Style Sheet
	Author:	William (Bill) Rogers
	Date:	14 OCT 2007
	Domain Name: janetrogersstudio.com
    Filename: studiopages.css

    Supporting files: index.html, gallery.htm, biography.htm, contact.htm, links.htm, watercolors.htm, oil.htm, drawings.htm, mixedmedia.htm, images, studiopages.css, studio.js, sitelayout.htm, regform.htm

*/
body, h1, h2, h3, h4, h5, h6, p, .clubs {
					font-family: eras medium itc, tahoma, arial, sans-serif;
 					color: brown; 
					font-weight: bold; 
					background-color: rgb(160, 130, 90); 
						 }

		#banner {
			position: absolute;
			top: 20px;
			left: 125px;
			border: 4px solid brown;
			background-color:rgb(180, 150, 100);
			}				
			
		.bannertable {
			border: 1px solid brown;
			width: 170px;
			height: 20px;	
			}

		.bannertable a:link {color: brown;}
		.bannertable a:visited {color: brown;}
		.bannertable a:hover {color: green;}
		.bannertable a:active {color: brown;}


		#title {
			position: absolute;
			top: 170px;
			left: 125px;
			}

		#gallerytable {
			border: 2px solid brown;
			background-color:rgb(180, 150, 100);
			}

		.galleryrow {
			text-align: center;
			font-family: eras medium itc, tahoma, arial, sans-serif;
			fontsize: 11pt;
			font-weight: bold;
			color: brown; 
			    }

		.gallerycell {
			width: 150px;
			height: 30px;
			border: 1px solid brown;
 			     }

		.gallerycell2 {
			width: 150px;
			height: 30px;
			border: 1px solid brown;
 			     }

		.gallerycell a:link {text-decoration: underline; color: brown}
		.gallerycell a:visited {text-decoration: underline; color: brown;}
		.gallerycell a:hover {text-decoration: underline; color:green;}
		.gallerycell a:active {text-decoration: underline; color: brown}


