	
	/* --- this file only governs the LIST_galleries.html file --- */
	
	* { 
		margin:0; 
		padding:0;
	}
	
	body {
		background-color: #d2cdc8;
	} 
	
	html, input, textarea, select {
		font-family: Tahoma, sans-serif, Arial;
		font-size: 100%;
	}
	

/* -------------------- TEXT STYLES -------------------- */
    
	p {
		font-family: Tahoma, sans-serif, Arial;
		font-size: 11px;
		font-weight: normal;
		color: #d2cdc9;
	}
		
	h1 {
		font-family: Tahoma, sans-serif, Arial;
		font-size: 14px;
		font-weight: bold;
		color: #00aeef;
		text-align: left;
	}
		

/* -------------------- LINK STYLES -------------------- */

	a:link {
		font-family: Tahoma, sans-serif, Arial;
		font-size: 11px;
		font-weight: bold;
		color: #d2cdc9;
		text-decoration: none;
	}
	
	a:visited {
		font-family: Tahoma, sans-serif, Arial;
		font-size: 11px;
		font-weight: bold;
		color: #d2cdc9;
		text-decoration: none;
	}
	
	a:hover {
		font-family: Tahoma, sans-serif, Arial;
		font-size: 11px;
		font-weight: bold;
		color: #ffffff;
	}
	
	a:active {
		font-family: Tahoma, sans-serif, Arial;
		font-size: 11px;
		font-weight: bold;
		color: #d2cdc9;
		text-decoration: none;
	}
	
	/* -----STYLE FOR LINKS ON LIGHTER BG---- */
	
	a.dark:link {
		font-family: Tahoma, sans-serif, Arial;
		color: #333399;
		text-decoration: none;
	}
	
	a.dark:visited {
		font-family: Tahoma, sans-serif, Arial;
		color: #333399;
		text-decoration: none;
	}
	
	a.dark:hover {
		font-family: Tahoma, sans-serif, Arial;
		color: #ffffff;
	}
	
	a.dark:active {
		font-family: Tahoma, sans-serif, Arial;
		color: #333399;
		text-decoration: none;
	}



/* ------------------------------ DIVs ------------------------------ */

	#container {
		position: relative;
		top: 0px;
		left: 0px;
		height: 300px;
		width: 420px;
		z-index: 10;
	}

	#gallery_tour {
		position: relative;
		top: 0px;
		left: 0px;
		height: 85px;
		width: 416px;
		background: url(images/gallery_list_bg.gif) no-repeat;
		z-index: 40;
	}
	
	#gallery_op {
		position: relative;
		top: 0px;
		left: 0px;
		height: 85px;
		width: 416px;
		margin-top: 10px;
		background: url(images/gallery_list_bg.gif) no-repeat;
		z-index: 40;
	}
	
	#gallery_h5 {
		position: relative;
		top: 0px;
		left: 0px;
		height: 85px;
		width: 416px;
		margin-top: 10px;
		background: url(images/gallery_list_bg.gif) no-repeat;
		z-index: 40;
	}




/* ------------------------------------------------- INTERIOR DIVS */

	#gallery_title {
		position: absolute;
		top: 2px;
		left: 28px;
		height: 20px;
		width: 380px;
		z-index: 99;
	}
	
	#gallery_desc {
		position: absolute;
		top: 18px;
		left: 6px;
		height: 40px;
		width: 400px;
		z-index: 99;
	}
	
	#gallery_button {
		position: absolute;
		top: 61px;
		right: 8px;
		height: 20px;
		width: 110px;
		text-align: center;
		z-index: 99;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
