/* design notes:
   to center #gallery-container on the screen set body 
   to text-align:center and margin-left+right of 
	#gallery-container to auto. 
	
*/


body {
	background-color: #F8F7F0;
	margin: 20px 20px;
	padding: 0px;
	text-align: center;
}

/* ________________ Layout _______________
*/
div#gallery-container {
	background-color: #FFFFFF;
/*	background-image: url(images/bg1a.gif);*/
/*	background-image: url(images/andi_topbar03a_test01a.jpg);*/
	height: auto;
/* m-left+right: imoprtant needed to center the container on the page */
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 920px;
	border: 	1px solid Black;
	}

div#gallery-header {
	background-image: url(images/bg1a.gif);
	background-repeat: repeat-y;
	border-color: #33FF99;
	border-style: solid;
	border-width: 0px;
	left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	position: relative;
	text-align: left;
	top: 0px;
	visibility: visible;
	width: 920px;
}

div#gallery-nest {
	position: relative;
	text-align: left;
	background: White no-repeat fixed top;
	}


div#gallery-main {
	position: relative;
	left: 10px;
	top: 10px;	
	text-align: left;
	visibility: visible;
	width: 900px;
	margin-bottom: 24px;

}

div#gallery-footer {
	/* background-color: #668C05; */
	
	background-color: #E3E0CD;
	position: relative;
	text-align: center;
	visibility: visible;
   width: 904px;
	clear: both;
	padding-top: 4px;
	padding-bottom: 8px;
	padding-left: 8px;
	padding-right: 8px;
	margin-top: 12px;
	}

