/* 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:90%;
  max-width: 800px;
  	margin-left: auto;
	margin-right: auto;
	padding-bottom:50px;
	top: 10px;
	font-family: Verdana, arial, sans-serif;
	font-size: 0.9em; 
	text-align:center;
	color: #9C0000; 
	font-weight: normal;
		}

#displayarea  {
	position: relative;
	width:50%;
	margin-left: auto;
	margin-right: auto;
	font-weight: normal;
	text-align:center;
	font-size: 0.9em;
	}
	
#imagetext  {
	position: relative;
	width:90%;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	font-weight: normal;
	text-align:justify;
	font-size: 0.9em;
	}
		
#thumbnails  {
	position: relative;
	top: 0px;
	float: left;
	width: 25%;
  max-width: 190px;
  min-width:95px;
	text-align: center;
	background: transparent;
	font-family: Verdana, arial, sans-serif;
	font-size: 0.9em; 
	color: #9C0000;
		}	
		
#artmenu {
	position: relative;
	float:right;
	width: 20%;
	min-width: 150px;
	color: #9C0000;
	text-align: left;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 0.8em;
	line-height: 1.5;
	padding-left:5px;
	background: transparent;
		}

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

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

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

#artmenutd {
	position: relative;
	width: 90%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	border-top: 2px solid #9C0000;
	border-bottom: 1px solid #9C0000;
	color: #9C0000;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 0.7em;
	line-height: 1.5;
	text-align: center;
	padding-top: 3px;
	background-color: transparent;
	border:3px dashed green;
	}

#artmenutd li {
  list-style-type:square;
  list-style-position: inside;
  }
	
#artmenutd li a:link {
	color: #9C0000;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	background-color: transparent;
	} 

#artmenutd li a:visited {
	color: #800000;
	text-decoration: none;
	background-color: transparent;
	}	

#artmenutd li a:hover {
	color: #E00000;
	text-decoration: none;
	background-color: transparent;
	}
	
#artmenutd li a:active {
	color: #FF4040;
	text-decoration: none;
	background-color: transparent;
	}	


