
<style type="text/css">

/* --THESE BG COLORS DON'T WORK; BG IS DEFINED IN TOP.PHP FOR MOST PAGES-- */
body
{
background:#242424;
bgcolor:242424;
background-color:242424;
border-color:#757967;

}


div#preload { display: none; }


/* --MAIN PAGE TITLES-- */
h1 
{
	color:#9a9f8b;
	font-family: verdana;
	font-size: 12pt;
	font-weight: normal;
	font-style: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
}

/* --CURRENT GALLERY TITLES-- */
h2
{
	font-family: verdana;
	font-size: 10pt;
	color:#9a9f8b;
	font-variant: small-caps;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
}

/* --IMAGE TITLES-- */
h3
{
	text-align: center;
	color:#9a9f8b;
	font-family: verdana;
	font-size: 12pt;
	font-weight: normal;
	font-style: normal;
	margin: 0px 0px 0px 0px;
}


ul
{
	list-style-type:none;
	margin:0;
	padding:0;
}

li
{
	display:inline;
}




p
{
	background-color:#242424;
	font-family: verdana;
	font-size: 10pt;
	color:#565a49;
	margin: 0px 0px 0px 0px;
}

/* if you add new classes to the 'a' group (links) make sure to set up data for visited as well */
a:link
{
	font-family: verdana;
	font-size: 10pt;
	color:#757967;
	font-variant: small-caps;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

a.smalllink:link
{
	font-family: verdana;
	font-size: 8pt;
	color:#757967;
	font-variant: small-caps;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

a:visited
{
	font-family: verdana;
	font-size: 10pt;
	color:#757967;
	font-variant: small-caps;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

a.smalllink:visited
{
	font-family: verdana;
	font-size: 8pt;
	color:#757967;
	font-variant: small-caps;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

a:hover
{
	color: #9a9f8b;
}


a.smalllink:hover
{
	color: #9a9f8b;
}


.borderit img{
border: 1px solid #757967;
}



.borderit:hover img
{
border-style:solid;
border-width:1px;
border-color:#9a9f8b;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
outline-width:0px;
outline-style:none;
}




.borderit a:hover
{
border-style:solid;
border-width:1px;
border-color:#9a9f8b;
}

</style>


a:active
{
	color: #BABBA8;
}



</style>

