* {
  margin:0;
  padding:0;
}

html, body {
  height:100%;
  overflow:hidden;
  font-family:arial;
  font-size: 10pt;
}

body{
  background: #1E1005 url(images/bg.jpg) no-repeat center top;
  background-attachment: fixed;
}

a   
{ 
 text-decoration: none;  
 color: #683711;  
 font-weight: bold;          
 background: transparent; 
} 
 
a:Hover   
{ 
 text-decoration: none;  
 color: #BC6320; 
 background: transparent; 
} 
 
a:active   
{ 
 text-decoration: none;  
 color: #BC6320;  
 background: transparent; 
} 

p {
  margin:1em 0;
}

a img {
  text-decoration: none;
  border: 0px;
}


#height_container {
  height:100%;
  overflow:auto;
}

#scrolling_content {
  margin-left: auto ;
  margin-right: auto ;
  margin-top: 160px;
  padding-left:20px;
  width: 650px;

}

#fixed_header{
  position:absolute;
  width:90%;
  right:5%;
  left: 5%;
  top:0;
  /*text-align:center; /* IE 5.x centering */*/
}

#header_content{
  margin-left: auto ;
  margin-right: auto ;
  margin-top:0px;
  padding-left:0px;
  width:660px;
  background: #FFF;
}

#fixed_divider{
  position:absolute;
  width:90%;
  right:5%;
  left: 5%;
  top:294px;
  text-align:center; /* IE 5.x centering */
	 
}

#divider_content{
  margin-left: auto ;
  margin-right: auto ;
  padding-left:0px;
  width:660px;
}

#fixed_footer{
  position:absolute;
  width:90%;
  right:5%;
  left: 5%;
  top:937px;
  text-align:center; /* IE 5.x centering */
  
	 
}

#brown_footer_content{
  margin-left: auto ;
  margin-right: auto ;
  padding-left:0px;
  width:660px;
  height: 1000px;
  background: #1E1005; 
}

#brown_fixed_footer{
  position:absolute;
  width:90%;
  right:5%;
  left: 5%;
  top:1200px;
  text-align:center; /* IE 5.x centering */
  
	 
}

#footer_content{
  margin-left: auto ;
  margin-right: auto ;
  padding-left:0px;
  width:660px;
  height: 1000px;
  /*background: #1E1005; */
}



.caption{
  padding:10px;
}

#intro{
  text-align:left;
}

#height_spacer{
  height:175px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.gray{
	color: #888;
}

.fancybox-left,
.fancybox-right
{
	display:none;
}
