/* Picture Titles */ 
h1          { font-family: Times,serif; font-size: 1.4em; color: #9C0000; font-weight: bold; background-color: transparent; text-align:center; margin-top: 0; margin-bottom: 10px; }
/* Gallery Headings */
h2           { font-family: Times,serif; font-size: 1.6em; color: #9C0000; font-weight: bold; margin-top:0px; margin-bottom:6px; background-color: transparent; text-align:center }


#artcontainer {
	position: relative;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	top: 10px;
	font-family: Verdana, arial, sans-serif;
	font-size: 0.9em; 
	color: #9C0000; 
	font-weight: normal;
	}

#displayarea  {
	position: relative;
	left: 205px;
	width: 450px;
	font-weight: normal;
	text-align:center;
	font-size: 0.9em;
	}
	
#imagetext  {
	position: relative;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	font-weight: normal;
	text-align:justify;
	font-size: 0.9em;
	}
		
#thumbnails  {
	position: absolute;
	top: 0px;
	float: left;
	width: 190px;
	height:450px;
	text-align: center;
	background: transparent;
	font-family: Verdana, arial, sans-serif;
	font-size: 0.9em; 
	color: #9C0000;
	}	
		
#menu {
	position: relative;
	float:right;
	top: 6px;
	right: 0px;
	width: 110px;
	height: 440px;
	color: #9C0000;
	text-align: left;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 0.85em;
	background: transparent;
	}

#menu a:link {
	color: #9C0000;
	font-weight: bold;
	text-decoration: none;
	} 

#menu a:visited { 
	color: #800000;
	background-color: transparent;
	}

#menu a:hover {
	color: #E00000;
	text-decoration: underline;
	}
	
#menu a:active {
	color: #FF0000;
	text-decoration: none;
	background-color: transparent;
	}	


