/* DEFINE GALLERY CSS Styles */


h1  {
	color: #00ffff ;
	text-align: center;
    }

#sub_nav {
	float: left ;
	display: block ;
	position: fixed;
        width: 5em; 
     }
#sub_nav ul {
	list-style-type: none;
	}
#sub_nav li {
	font-size: .85em;
	font-weight: bold;
	font-style: normal;
	font-family: Arial, Helvetica, san-serif ;
	line-height: 2px ;
	text-align: left ;
	color: #ffff00
	}
	
   	 
#rightcol {
	margin-left: 8em ;
	padding: .5em .5em;
	display: block ;
     }
ul { list-style-type: none; }
li {
	display: inline-block;
	width: 250px;
	margin: 1em;
	text-align: center ;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif ;
     }
figcaption {
	font-style: italic ;
	}

figure {
	width: 250px;
	padding: 5px ;
	}

