﻿
 html,body {
    margin: 0;
    padding: 0;
    text-align: center;
    }
    #wrapper {
    width: 800px;
    margin: 0 auto;
    text-align: left;
    
    }

.main
{
	background-image:url('images/bg-image.jpg');
	background-color:Black;		
}

.home
{
	text-align:center;
	background-color:Black;
	height:600px;
	width:800px;		
}


.front
{
	background-image:url('images/home.gif');
}

.credit
{
	margin-left:330px;
	background-image:url('images/credits.png');
	background-repeat:no-repeat;
	height:105px;
	
}

.abst
{
	margin-left:300px;
	background-image:url('images/ABSTRACTS.png');
	background-repeat:no-repeat;
	height:105px;
	
}

.work
{
	margin-left:360px;
	background-image:url('images/WORK.png');
	background-repeat:no-repeat;
	height:105px;
}

.existence
{
	margin-left:220px;
	background-image:url('images/existence.png');
	background-repeat:no-repeat;
	height:105px;
}
.invisible
{
	margin-left:220px;
	background-image:url('images/invisible.png');
	background-repeat:no-repeat;
	height:105px;
}
.sense
{
	margin-left:220px;
	background-image:url('images/sense.png');
	background-repeat:no-repeat;
	height:105px;
}
.silent
{
	margin-left:250px;
	background-image:url('images/silent.png');
	background-repeat:no-repeat;
	height:105px;
}

.unknown
{
	margin-left:250px;
	background-image:url('images/unknown.png');
	background-repeat:no-repeat;
	height:105px;
}



.cont
{
	margin-left:330px;
	background-image:url('images/contact.png');
	background-repeat:no-repeat;
	height:105px;
	
}

.Heading
{
	font-family:Garamond ;
	font-size:20px;
}

.headerText
{
	font-family:Augustus;
	font-size:35px;
	color:#414042;
	}

.Header
{
	padding-top:0px;
	background-image:url('images/header.jpg');
	font-family:Augustus;
	font-size:larger;
	text-align:center;
	color:#414042;
	height:105px;
	width:980px;
	margin-top:20px;
}

.Content
{
	background-image:url('images/content.jpg');
	font-family:Garamond;
	font-size:11px;
	height:375px;
	width:980px; 
	border: 1px solid #666;
    background-color: #ccc;
}

.Footer
{
	background-image:url('images/footer.jpg');
	height:105px;
	width:980px;
}

.FooterNav
{
	margin-left:185px;
	padding-top:35px;
	font-family:Augustus;
	font-size:25px;
}

.current {color:#414042;padding-right: 15px;text-decoration:none; } 


.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left:30px;

}
.gallery li {
	padding: 10px;
	margin: 0;
	float: left;
	position: relative;
	width: 160px;
	height: 160px;
	top: 0px;
	left: 0px;
}
.gallery li:hover img {
	border-color: #000;
}
.gallery img {
	background: #fff;
	border: solid 1px #888;
	padding: 5px;
}
.gallery em {
	background: #fff url(images/grey-gradient.gif) repeat-y;
	color: #000;
	font-style: normal;
	padding: 2px 10px;
	display: block;
	position: absolute;
	top: 110px;
	left: 9px;
	border: 1px solid #999;
	border-left-color: #888;
}
.gallery a {
	text-decoration: none;
}
.gallery a:hover em {
	background: #ffdb01 url(images/orange-gradient.gif) repeat-y;
	border-color: #c25b08;
}
/*Scroll bar*/
  #scrollbar_container {  
      position:relative;  
      width:500px;  
  } 
    
  #scrollbar_track {  
      position:absolute;  
      top:0;  
      right:0;  
      height:100%;  
      width:10px;  
      background-color:transparent;  
      cursor:move;  
  } 
    
  #scrollbar_handle {  
      width:10px;  
      background-color:#5c92e7;  
      cursor:move;  
      -moz-border-radius: 5px;  
      -webkit-border-radius: 5px;  
      opacity:0.9;  
      -moz-opacity:0.9;  
  } 
    
  #scrollbar_content {  
     overflow:hidden;  
      width:485px;  
      height:250px;  
 }  

