/* CSS Document */


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


#main
	{
	position:relative;
	width:800px;
	z-index:1;
	margin-left: auto;
	margin-right: auto;
}

#footer
	{
position:absolute;
bottom:5px;	
}

#container
	{
	position:relative;
	top: 25px;
	margin-left: auto;
	margin-right: auto;
	width:780px;
	z-index:2;
}

#container-galindex
	{
	position:relative;
	top: 25px;
	margin-left: auto;
	margin-right: auto;
	width:780px;
	height:450px;
	z-index:2;
	background-image: url(images/gallery_logo.gif);
	background-repeat: no-repeat;
	background-position:center
}
#container-gal
	{
	position:relative;
	top: 25px;
	margin-left: auto;
	margin-right: auto;
	width:780px;
	height:450px;
	z-index:2;
}
#navbar
	{
	position:relative;
	width:800px;
	height:20px;
	z-index:2;
	text-align: center;
}


h1
	{
	color: #FFFFFF;
	font-size: xx-large;
	font-family: "Times New Roman", Times, serif;
	text-decoration: underline;
}

h2
	{
	color: #FFFFFF;
	font-size: x-large;
	font-family: "Times New Roman", Times, serif;
}


p
	{
	font: 14px "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 25px 0;
	text-align: center;
	clear: both;
}

p.navlink
	{
	font-size: x-large;	
}

/* causes 'rollover' effect on navbar text links   */

p.navlink a:link, p.navlink a:visited
	{
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
}

p.navlink a:link:hover, p.navlink a:visited:hover
	{
	font-style: normal;
	font-weight: bold;
	color: #999999;
	font-family: "Times New Roman", Times, serif;
}


#gal_container
	{
	text-align:left;
	width:800px;
	margin:0px auto;
	text-align:left;
	padding:15px;
	float: left;
}

#gal_enlarge_container img
	{
	border: 1px solid #FFFFFF;
	padding: 5px;
	float: left;
	width: 288px;
	height: 241px;
}


#gal_thumb_container img
	{
	border: 1px solid #FFFFFF;
	width: 60px;
	float: left;
}


ul
	{
	float: left;
}

	
li
	{
	display: inline;
	float: left;
	width: 60px;
	height: 60px;
}


a:link
	{
	vertical-align: middle;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: 900;
	text-decoration: none;
}

a:link:hover
	{
	vertical-align: middle;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #999999;
	font-weight: 900;
	text-decoration: none;
}

a:visited
	{
	vertical-align: middle;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: 900;
	text-decoration: none;
}

h1 a:link, h1 a:visited
	{
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: large;
}

h1 a:link:hover, h1 a:visited:hover
	{
	font-style: normal;
	font-weight: bold;
	color: #999999;
	font-family: "Times New Roman", Times, serif;
	font-size: large;
}

/* ------------ code for member list      -----------*/



ol
{
  width: 30em;  /* room for 3 columns */
}

ol li
{
  float: centre;
  width: 10em;  /* accommodate the widest item */
}

/* stop the floating after the list */

br
{
  clear: left;
}

/* separate the list from what follows it */


div.wrapper
{
	margin-bottom: 1em;
	margin-top: 80px;
	text-align: center;
	margin-left:15%;
}

/* anchor styling */

ol li a
{
  display: block;
  width: 7em;
  text-decoration: none;
  font-size: 6ems;
}

ol li a:hover
{
	color: #FFF; /* white */
	background-color: #A52A2A; /* brown */
	font-size: 6ems;
}

/*
div.wrapper a:link
	{
	vertical-align: middle;
	font-family: "Times New Roman", Times, serif;
	font-size: 4ems;
	color: #FFFFFF;
	text-decoration: none;
}

div.wrapper a:link:hover
	{
	vertical-align: middle;
	font-family: "Times New Roman", Times, serif;
	font-size: 4ems;
	color: #999999;
	text-decoration: none;
}

div.wrapper a:visited
	{
	vertical-align: middle;
	font-family: "Times New Roman", Times, serif;
	font-size: 4ems;
	color: #FFFFFF;
	text-decoration: none;
}

*/
