@charset "utf-8";
/* CSS Document */
body,html{
		padding:0;
		margin:0;
		background-image:url(images/body_bg.jpg);
		  background-repeat: repeat-x;
		background-color:#dbeefc;
		color:#000000;
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		line-height:22px;
		
}

/* navigation */
.navigation {margin: 0 24px;}

.navigation a {
	color: #603204;
	font: bold 17px serif;
	line-height: 45px;
	margin: 0 14px;
	text-decoration: none;
}
.navigation a:hover,.navigation #selected {
	color: #FFFFFF;
}


#room{
		width:1000px;
		height:auto;
		margin:auto;
		background-color:#FFFFFF;
		/*background-image:url(images/room_bg.PNG);*/
		-moz-box-shadow: 1px 1px 5px 5px #888;		
        -webkit-box-shadow: 0 0 5px 5px#888;
         box-shadow: 0 0 5px 5px #888;
          behavior: url(ie-css3.htc);
  
          filter: progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=135, Color="#CCCCCC");
		  

		}

		 
#room_inner{
			width:1000px;
			height:auto;
			background-image:url(images/room_inner.PNG);
			}
#matter{	
			width:840px;
			height:auto;
			margin:auto;
			text-align:justify;
			}
#matter2{	
			width:900px;
			height:auto;
			margin:auto;
			text-align:justify;
			
			}
#header{
			width:950px;
			height:370px;
			margin:auto;
	
			background-image:url(images/header.PNG);
			}
#rite{
		width:230px;
		height:300px;
		margin-left:45px;
		background-image:url(images/rite.PNG);
		}
#archives{
         width:120px;
		 height:110px;
		 position:static;
		 margin-left:55px;
		 
		}
		
#contact{
		width:570px;
		height:400px;
		margin:auto;
		background-image:url(images/contact.PNG);
		}
		
			
#footer{
		color:#06212a;
		font-size:12px;
		height:35px;
		width:auto;
		font-family:"adobe garamond Pro";
		text-transform:uppercase;
		
		}
#footer a{
           color:#06212a;
		   text-decoration:none;
		   }
#footer a:hover{
           color:#FF0000;
		   text-decoration:underline;
		   }
h1{
	font-family:"Edwardian Script ITC";
	font-size:36px;
	color:#83051F;
	margin-top:5px;}
h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#FF0000;
	margin-top:5px;}
	
h1 span{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#83051F;
	margin-top:5px;}
		
input.b1{
	width:80px;
	height:25px;
	text-align:center;
	color:#FFFFFF;
	background:url(images/b1.PNG);
	border:0px;
	font-weight:bold;
	}
input.b1_hov{
     background-image:url(images/b1_hov.png);
	 width:80px;
	 height:25px;
	 text-align:center;
	 color:#FFFFFF;
	 border:0px;
	 font-weight:bold;
	 }
img{
	  border:none;
	  border:0px;
	  }

		 
