/* css Zen Garden style - 'Adam and Lilith' by Frédéric Faux */
/* Thanks to David Shea with his 'Tranquility' for inspiration */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */
/* All associated graphics copyright 2004, Frédéric Faux */
/* October 30th, 2004 */
/* Happy Halloween! */

/* So let the party begin... :) */
html {
	margin: 0px;
	padding: 0px;
	}
	
body { 
	font: 9pt/17pt georgia; 
	color: #B8B8B8; 
	background: #000000; 
	margin: 0px; 
	padding: 0px;
	text-align: justify;
	}
	
p { 
	font: 9pt/17pt georgia; 
	margin-top: 0px; 
	text-align: justify;
	}
	
h3 { 
	font: italic normal 12pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #988F5E;
	}
	
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #B7A5DF;
	}
	
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #D4CDDC;
	}
	
a:hover, a:active { 
	text-decoration: underline; 
	color: #9685BA;
	}
	
acronym {
	text-decoration: none; 
	}

/* specific divs */
#container { 
/*	background-image: url(adameve1.jpg);*/
	background-repeat: no-repeat; 
	padding: 0px 150px 0px 80px;  
	position: absolute;
	top: 0px;
	left: 0px;
	width: 530px;
	}

#intro { 
color: #E4E4E4;	
width: 525px;	
	}

#pageHeader h1 { 
	display: none;
	}

#pageHeader h2 { 
	display: none;
	}

#main {	
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
/*	background-image: url(sephiroth.gif);*/
	width: 500px;
	border: 2px solid #CEC17B;	
	}

#footer { 
	position: absolute;
	top: 115px;
	left: 280px;
	text-align: center; 
	border-top: 1px solid #CEC17B;
	border-bottom: 1px solid #CEC17B;
	width: 250px
	}
	
#footer a:link, #footer a:visited { 
	 padding-left: 12px;
	}

#linkList2 { 
    position: absolute; 
	top: 115px; 
	right: 0px;
	font: 10px verdana, sans-serif; 
	padding: 10px; 
	background-repeat: no-repeat;
	Background-position: bottom; 
	width: 130px;
	height: 1620px; 
	}

#linkList h3 { 
	font: 13px verdana, sans-serif;
	color: #B7A5DF;
	border-top: 1px solid #CEC17B;
	}

#linkList ul {
	margin: 0px;
	padding: 0px;
	}

#linkList li a:link {
	color: #988F5E;
	}
	
#linkList li {
	padding-top: 5px; 
	margin-bottom: 5px;
	list-style-type: none;
	}
	
#linkList li a:visited {
	color: #B3AE94;
	}

.floatleft {
 float: left;
 border: thin solid white;
 margin-right: 4px;
}

.floatright {
 float: right;
 border: thin solid white;
 margin-left: 4px;
}

#flashcontent {
}

#langlinks {
  position: absolute; top:0.5em; right:0;
  text-align: right;
  font-family: "Lucida Console", "Courier New", Courier, monospace;
  font-size:110%
}
