@charset "utf-8";
/* CSS Document */

body {
	background: #FFF; 
	overflow-y: auto;
	overflow-x:hidden;
        }

#logo{
	position:absolute;
	float:left;
	top:34px;
	left:23px;
}

#site {
	position:relative;
	top:-30px;
	left:0;
	width:1000px;
	height:1000px;
	z-index:1;
	overflow:visible;
	background:transparent;
}


#members {
	position:absolute;
	width:155px;
	height:335px;
	z-index:1;
	padding:15px;
	top: 285px;
	left: 620px;
	overflow: hidden;
	font-family :arial;
	font-size: 16px;
	background:#EDF6F7;
	border: 1px solid #86BFC8;
	list-style:none
}

#members a,
#members a:active,
#members a:visited{
	text-decoration:none;
	color:#333;}
	
#members a:hover{
	text-decoration:none;
	color:#000;
	border-bottom:1px solid #000;}

#membersh {
	font-weight:bold;
	font-size:10px;
	font-family:arial;
	color:#545454;
	position:absolute;
	text-align:center;
	top:255px;
	left:615px; /*700*/
}

#navigation {
	position:absolute;
	list-style:none;
	margin:0px;
	padding:0;
	width:900px;
	background-color:#000;
	background-image:url(menu.png);
	background-repeat:no-repeat;
	background-position:top right;
	height:40px;
	top:160px;
	left:0px;
	float:left;
	z-index:2;
}
}

#navigation li {
	display:inline;
	text-decoration:none;
	
}

#navigation li a {
	text-decoration:none;
	padding:20px;
	width:relative;
	background:transparent;
	float:left;
	text-align:center bottom;
	/*border-left:1px solid #CCC;*/
	height:0px;
	font-family:arial;
	font-size:12px;
	color:#FFF;
	position:relative;
	left: 100px;
	top:0px;
}

#navigation li a:hover {
	background:#666;
	color:#FFF;
}

a:link, a:visited, a:active, a:hover{
text-decoration: none;
}

a:link, a:visited, a:active {color:#4EB6B6}
a:hover {color:#333333}

.highlight{
	background:#EDF6F7;
	color:#333;
	font-size:14px;
	font-weight:bolder;
	padding:1px;}

.indent {padding-left: 20px;}
 
.dark {font-weight: bold; color:#333333}

#substanceh{
	position:absolute;
	top:-66px;
	font-family:'Myriad Pro', 'Myriad', Arial, Helvetica, Tahoma, sans-serif;
	font-size:30px;
	color:#999;
	border-bottom: 1px solid #999;
	width:797px;
	padding:5px;
	text-indent:-5px;
	}

#substance {
	position:absolute;
	color:#777777;
	line-height:20px;
	font-family: arial;
	font-size:13px;
	left: 0px; /*65*/
	top: 320px;
}
	
#photos 
	{position: absolute;
	top:335px;
	left:370px;}
