@charset "utf-8";
/* CSS Document */
	body {
		margin: 0px;
		padding: 0px;
		background: #000;
		background-image: url(../images/black_pattern_tile.jpg);
		width: 100%;
		height: 100%;
}
	
a {
		text-decoration: none;
		color: #FF9900;
	}
	a:hover	{
		text-decoration: none;
		background: transparent;
		color: #FFFFCC;
	}
	a:visited {
		text-decoration: none;
		color: #FF9900;
	}
	a:visited:hover {
		text-decoration: none;
		background: transparent;
		color: #CCCCCC;
	}
	#header  {
		position:absolute;
		top: 0;
		left:0;
		width: 100%;
		height: 65px;
		background-color: #333333;
		color:#7D869B;
		
	}
	#siteName {
		position: absolute; 
		left: -400px; 
		/*top: 12px;*/ 
		/*font-size: 2.7em;*/
	}
	#signature {
		position:absolute;
		top: 15px;
		left: 10px;
	}
#headerMenu {
		background: #333;
		font-size: 1em;
		position:absolute;
		left: 425px; 
		top: 45px;
		/*font-family: "palatino", serif;*/
}
#headerMenu ul {
list-style: none;
margin: 0;
padding: 0;
width: 7em;
float: left;
}

#headerMenu h2 {
display: block;
margin: 0;
padding: 2px 3px;
text-transform: uppercase;
}
#headerMenu a {
font: bold .8em/.8em palatino, serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
color: #FF9900; /*#7D869B*/
background: #333;
text-decoration: none;
}

#headerMenu a:hover {
color: #FFFFCC; /*#7D869B*/
background: #666;
}
#headerMenu li {position: relative;}

#headerMenu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}
#headerMenu ul ul {
position: absolute;
z-index: 500;
}
div#headerMenu ul ul {
display: none;
}
div#headerMenu ul li:hover ul
{display: block;}
div#headerMenu ul ul,
div#headerMenu ul li:hover ul ul,
div#headerMenu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

#menu {
	padding: 10px;
	background: transparent;
	height: 100px;
	width: 200px;
	z-index: 5000;
	position: absolute;
	left: 0;
	top: 150px;
	}

#menu a {
	display:block;
	text-decoration:none;
	font-family: "palatino", serif;
	font-size:1.1em;
	white-space: nowrap;
	background: transparent;
	}

#menu a:hover {
	background: transparent;
	font-size: 1.8em;
	width: 10em;
}
#menu .displayedGallery {
	display:block;
	color: #FFFFCC;
	font-size: 2em;
}

	#footer {
		padding: 5px 0 0 0;
		height: 50px;
		width: 100%;
		/*margin-top: 2em;*/
		text-align: center;
		position:relative;
		top:150px;
		z-index: 1;
		color:#7D869B;
		/*visibility:visible;*/
		background:#333;
		word-spacing: .2em;
		font-family: "palatino", serif;
		font-size: .8em;
	}
	#footer a {color:#7D869B;}
	#footer a:hover {color: #EEEEEE;}
	#info {	color: #ECD38A; position: relative; top: 150px; left: 300px; /*height: 60%; overflow:auto;*/ padding-right:1em;}
	#info {width: 60%;}
	#info table td {padding: 5px 0 5px 20px; }
	#info h2  {color: #FF9900; padding-top: 1.5em; font-size:1.4em;}
	#info h1, #homepage h1 {color: #FF9900; font-size:1.4em; font-weight:bold;}
	#info p, #homepage p  {padding-top: 1.2em;}
	/*#homepage {	color: #cccccc; position: absolute; top: 165px; left: 300px;  }*/
	
	#info cite { padding-top: 10px; padding-left: 10px; font-style:italic;}
