/* CSS Document */

#page_content {

	margin: 0px auto;
	width:1000px;
	height:580px;
	POSITION: relative;
	text-align:left;
	

	background-image:url(../common/background.jpg);
	background-repeat:no-repeat;
	background-position:top;
	
}


	
body {

   margin:0px auto; 
	text-align:center;
	background-color:#F7E2B5;
	background-image:url(../common/body_back.jpg);
	background-repeat:repeat-y;
	background-position:top;

}
#text_box {
	position:absolute;
	left:170px;
	top:139px;
	width:822px;
	height: 474px;
}
#menu_bar{
	position:absolute;
	left:0px;
	top:130px;
	width:155px;
	height:500px;
		background-color:#FDEECD;
		z-index:-1;
}
#logo {
	position:absolute;
	left:10px;
	top:6px;
	width:142px;
	height:146px;
}
#title {
	position:absolute;
	left:198px;
	top:26px;

}

#menu {
	position:absolute;
	left:8px;
	top:160px;
}

#book_table{
width:830px;
padding:0px;
margin:0px;

}

.book_box{
border:1px solid black;
text-align:center;
width:125px;

margin-right:8px;
}

#preview{
width:125px;}

/*photogallery*/



#gallery_container{
	position:relative;
	top:10px;
	left:40px;
		width:770px;
		text-align:center;
		
}
	

#slide_controls{
	position:absolute;
	top:405px;
	left:245px;
	width: 174px;
	cursor:pointer;
}

#gallery_cont{
	height:400px;
padding-right:20px;
	overflow:auto;
	overflow-x:hidden;
}


#main_photo_container{
margin: 0px auto;  /* need this to center in firefox, etc */

margin-top:-400px;
width:450px;


		
}
#main_photo{
filter:progid:DXImageTransform.Microsoft.Fade(duration=0.3);
}

#gallery_cont table td div{  /*need container to center thumbs relative to each other*/
    width:130px;
	overflow:hidden;
	text-align:center;
	
	}
.thumb{
border:4px solid #F7E2B5;

}
#gallery_cont table{
width:100%}
#gallery table tr, #gallery table td{
padding:0px}
	
#gallery_cont table td div img{
	cursor:pointer;
height: 70px;
	}
#main_photo{
margin-bottom:10px;}
/*end of gallery*/
/*Drop down menu config   http://www.alistapart.com/articles/dropdowns/ */
		#nav {
	position:absolute;
	left:177px;
	top:106px;
	z-index:2;
	list-style: none;
	margin: 0px;
	padding:0px;
	width: 596px;

		}
		#nav ul {
			list-style: none;
			padding: 0;
			margin: 0;
			padding-top:5px;   /*controls padding at top of dropdown*/
		}
		

		
		#nav a {
			color: #FDEECD;       
			text-decoration: none;
		}
		
		#nav li li a {
			display: block;
			font-weight: bold;   /*controls font of drop down*/
			color: #18355D;
			padding-left: 5px;   /*controls position of drop down relative to edge*/
		}
		
		#nav li li a:hover {
			text-decoration: underline;
		}
		
		#nav li a:hover {
			text-decoration: underline;
		}	
		
		#nav li {
			float: left;
			position: relative;
			padding-right:15px;  /* sets width of menu items*/
			text-align: left;
			cursor: default;
			margin:0px;
			
			font-family:  Arial, Helvetica, sans-serif;
			font-size: 12px;
			font-weight:bold;
			
			color: #FDEECD;
			

		}
		#nav li img{
		vertical-align:middle;}  
		

		#nav li ul {
			display: none;
			position: absolute;
			top: 100%;
			left: 21px;  /*controls position of drop down*/
			
			width: 100px;  /*controls width of drop down*/
			/*border-right: solid 1px #7d6340;*/
			background-color:#BC620B;
			filter: alpha(opacity=90);
			
		}
		
		#nav li>ul {
			top: auto;
			left: auto;
		}
		
		#nav li li {
			display: block;
			float: none;
			background-color: transparent;
			border: 0;
		}
		
		#nav li:hover ul, li.over ul {
			display: block;
		}
/*End ofDrop down menu config   http://www.alistapart.com/articles/dropdowns/ */

div{
margin:0px;}
table{
margin:0;}

img {
	border: 0px; 
}
a {
	margin: 0px; /*otherwise netscape has margin*/
}

p {
	margin: 0px; /*otherwise netscape has margin*/
	padding-top:2px;
	padding-bottom:2px;
}

a:link {
	color: #966F3B;
	text-decoration: none;
	font-weight:bold;
}    
a:visited {
	color:#966F3B;
	text-decoration: none;
		font-weight:bold;

} 
a:hover {
	text-decoration: underline;	
}



.border{
	border:2px solid #785A34;

}
.rollover {
filter:progid:DXImageTransform.Microsoft.Fade(duration=0.2);
}	
img{
margin:0px;
border:0px;
padding:0px;
}
.float_right{
float:right;
padding-left:5px;
}
.float_left{
float:left;}

.smalltext{
font-size:11px;
color:#000000;
font-weight:bold;
}
.text {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #785A34;
}
.bold{
font-weight:bold}
.heading{
font-size:16px;
font-weight:bold;
color:#000000;
}
.heading2{
font-size:12px;
font-weight:bold;
color:#785A34;
}
.black{
color:#000000;}
.red{
color:#966F3B;


}
.underline{
text-decoration:underline}

ul{  
margin-top:0px;
margin-left:20px;
margin-bottom:15px;
}
li{
padding-top:5px;
margin-left:20px}
.border{
	border:1px solid #262664;
}
blockquote{
padding-top:0px;
margin-top:0px;}
