html
{
  overflow: hidden;
  height: 99%;
}
                         
body
{
  background-image: url('images/Walden-Black-background-5x6.jpg');
  height: 99%;
  margin: 0;
  padding: 0;
  line-height: 150%;
  text-align: center;

}

*
{
  font-size: 15pt; 
  font-family: Monotype Corsiva; 
  color: #000000;
  text-align: left;
}

.style1 
{
font-family: "Monotype Corsiva"

}
.style2 
{
font-family: "Monotype Corsiva"
 color: #999999;

}

.list
{
  margin: 5px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}




/* === Containers === */



#first_container
{
  margin: 0 auto 0 auto; 
  display: table; 
  height: 100%;  
  position: relative; 

  width: 850px;
}

#second_container
{
  position: absolute; 
  top: 50%;
  vertical-align: middle;
  width: 100%; 
}

#third_container
{
  position: relative; 
  top: -263px; 
  height: 100%; 
  width: 850px;
}



/* === Menu === */



#menu
{
  height: 31px;
  padding-right: 2px;
  margin: 0;
  list-style: none;   
}

#menu li
{
  
  float: right;
  display: block;
  width: 82px;  height: 31px;  
}

#menu a
{
  display: block;
  width: 82px;  height: 31px;  
  background-color: inherit;
  color: #999999;
  text-decoration: none;
  line-height: 31px;
  text-align: center;
}

#menu a:link, #menu a:visited
{
  color: #999999;

}

#menu a:hover, #menu a:active
{
  background-image: url('images/taba2.jpg');
  color: #ffffff; 
}

#menuselected
{
  display: block;
  width: 82px;  height: 31px;  
  background-image: url('images/taba.jpg');    
  text-decoration: none;
  line-height: 31px;
  color: #ffffff;
  text-align: center;
}



/* === Other Divs === */
 


.border
{
  background-color: #000000;
  padding: 5px 5px 5px 30px;
  height: 500px;
  background-image: url('images/back2.jpg');
  background-position: center center;
  border: 6px solid #51483e;
  text-align: left;
}

.title
{
	position: absolute;
	margin-left: 15px;
	margin-top: 15px;
	width: 86px;
	height: 436px;
	background-image: url('images/vanero.if');
	left: -20px;
	top: 9px;
}

.content
{
  height: 500px;
  overflow: auto;
  padding: 7px;
}

.designinfo
{
  font-size: 10pt; 
  margin-top: 5px;
  text-align: right;
  color: #666666;
  background-color: inherit;
  
}



/* === Inline Text Styles === */



h1
{
  margin: 10px 0 -40px -2px;
  padding: 0 10px 40px 9px;
  font-size: 20px;
  color: #ffffff;
  background-color: inherit;
  

}

.details
{
  display: none;
  font-size: 9px;
  color: #6E7468;
}

.text
{
  display: block;
  margin: 5px 5px 20px 12px;
}

.text a
{
  color: #666F53;
  text-decoration: none;
  font-weight: bold;
}

.text a:hover, .text a:active
{
  color: #000000;
}

blockquote
{
  margin: 3px 0 3px 0;
  padding: 5px 10px 5px 10px;
}

.note
{
  	display: block;
	margin: 10px 15px 10px 15px;
	color: #555555;
}

.bold
{
  font-weight: bold;
}
/* === Gallery Styles === */


#main{

width: 100%;

margin-top: 5px;

}

#left{

display: inline;

float: left;


width: 340px;

}

#right{

display: inline;

float: right;

width: 220px;


}


#title{

font-weight: bold;

margin-top: 5px;

}

#description{

width: 100%;

border-top: 1px dashed #8D8D8D;

}

#right img{

border: 2px solid #8D8D8D;

}

#right img:hover{

border: 2px solid #FFFFFF;

}
