*{ margin:0; padding:0; list-style:none; }
html,body,#bg,#bg table,#bg td { width:100%; height:100%; overflow:hidden; background-color:#000; margin:0; padding:0; }
body { font-family: "Times New Roman", Times, Georgia, serif; font-size:0.8em; cursor:default; color:#FFF; letter-spacing:0.02em;}

a { 
	color:#FFF; 
	outline: none;
	-moz-outline-style: none;
	outline-width:0px;
	text-decoration: none;
	border: 0 none;	
}

#lyr1{ float:left; }
	
blockquote {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	font-style: italic;
	font-size: 1.4em;
	line-height: 0.95em;
	font-weight: 200;
}

#preview_bg {
	z-index:15;
	position: absolute;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

#preview {
	z-index:100;
	position: absolute;
	top: 180px;
	left: 360px;
	width: 600px;
	min-height:310px;
	height:310px;
}

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 500px; 
	background-color: #000;
}

.toggler, .toggler a {
	text-decoration:none;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	text-decoration:none;
	line-height:1.3em;

	cursor: pointer;
	position: relative;
		
	padding: 4px 0 0 0 ;
	margin: 0px;
	
	background-color: transparent;
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: 100% 100%;	
}

.toggler:hover, .toggler a:hover { 
	background-image: url(../img/layout/hairline.gif);
}

.active, .toggler a:active {
	background-image: url(../img/layout/hairline.gif);
}

.passive, .toggler a:visited {
	background-image: none;	
	text-decoration:none;
}

.passive a:link {
	background-image: none;	
	text-decoration: none;
}


div.element { padding: 0px 0px 0px 45px; }
div.element a { color:#FFF; text-decoration:none;}
div.element p { padding: 5px 0px 5px 0px; }
div.element ul { padding: 5px 0px 10px 0px; }
div.element li { padding: 0px 0px 0px 0px; font-size: 0.87em;}
div.element li:hover {
	text-decoration:none;
	background-image: url(../img/layout/hairline.gif);
	background-color: transparent;
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: 95% 95%;
}

/* Background */
#bg div{
	position: absolute;
	width: 200%;
	height: 200%;
	top: -50%;
	left: -50%;
}

#bg td{
	vertical-align: middle;
	text-align: center;
}

#bg img{
	min-height: 50%;
	min-width: 50%;
	margin: 0 auto;
}

#menu {
	position: absolute;
	top: 20px;
	left: 30px;
	z-index: 20;
	width: 300px;
	line-height: 14px;
	height: 100%;
}

#logo {
	width: 300px;
	letter-spacing: 0.1em;
	line-height: 1.30em; 
	height: 58px;
	border-top: 1px solid #fff;
	
}

#logo img {
	margin: 0px;
	padding: 0px;
	border: none;
	padding-top: 8px;
}

/* Nav */
#nav { 
	height: 335px;
	width: 300px;
	z-index: 100;
	float: left;
	padding: 0px;
	margin: 0px;
	list-style: none;
}


#content {
	position: relative;
	bottom: 0px;
	width: 300px;
	overflow: hidden;
	height: 200px;
	
	z-index: 200;
	padding-bottom:5px;
	border-bottom: 1px solid #fff;	
}

#content p { text-indent:50px; letter-spacing: 0em; }
#content a { font-style:italic; }
#content a:hover { text-decoration: underline; }

#gradient {
	background-image:url(../img/layout/bg_gradient_.png);
	background-repeat:repeat-y;
	z-index: 2;
	position: absolute;
	top: 0px;	
	left: 0px;
	width:600px;
	height: 100%;
}

#header {
	line-height:1.3em;
	margin-bottom: 3px;
	background-image:url(../img/layout/hairline.gif);	
	background-color: transparent;
	
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: 100% 100%;
	
}

#header img { border: 0px; }
#header span.h {  float: left; }
#header span.numbers { float: right; }


#adr1, #adr2, #adr3 { border-top: 1px solid #fff; }
#adr1 p, #adr2 p {padding-top: 5px;}
#adr3 p {padding-top: 3px;}
#adr1 a:hover, #adr2 a:hover { text-decoration: underline; }

/* SCROLLING */
div#wn { 
    position: relative; 
	float: left;
    width: 289px;
	height: 185px;
	overflow: hidden;
}
    
div#scroll {
	padding: 2px 0 5px 0;
	display: block; /* initially display:none; to hide from incapable */
	float: right;
  	position: relative;
 	width: 11px;
  	height: 175px; 
  	font-size: 1px;  /* so no gap or misplacement due to image vertical alignment */
}

div#up { position:absolute; left:0; top:0; }  
div#down { position:absolute; left:0; bottom:0; }

/* for safari, to prevent selection problem  */
div#scroll, div#up, div#down {
    -moz-user-select: none;
    -khtml-user-select: none;
}

#triangles {
	width:280px;
	z-index:50;
	position:absolute;
	top:370px;
	left:30px;	
}

#triangles img {
	padding:0 15px 13px 0;
	outline: none;
	-moz-outline-style: none;
	outline-width:0px;

	text-decoration: none;
	border: 0 none;	
}

a.visit {
	text-decoration:underline;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;	
}

a.tri {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.tra {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
}

#triangles a:hover, #triangles a:active {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}