@charset "utf-8";
/* CSS Document */
html{
	height:100%;
	margin-bottom: 1px; 
	}

body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#f3e9cd;
	background-image: url(../imgs/background.gif);
	background-repeat:repeat-y;	
	background-position:center;
	height:100%;
	}

a{
	color:rgb(255,255,255);
	}
	
img{
	border:0px;
	}	

h4{
	font-family: Verdana, Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#310904;
	padding:0 0 0 0;
	margin:0 0 0 0;
	}

	
#placement{
	z-index:1;
	position:relative;
	top:0px;
	padding-top:0px;
	width:775px;
	margin:0 auto 0 auto;
	background-color:#FFFFFF;
	background-image: url(../imgs/tile.gif);
	background-repeat:repeat;
	min-height:100%;
	border-bottom:16px;
	}
* html #placement{
	height:100%;
	}	
	
#topborder{
	position:relative;
	top:0px;
	width:775px;
	height:20px;
	background-color:#4f1906;
	}	
	
/* header options */
#header{
	position:relative;
	top:0px;
	left:0px;
	padding:0 0 0 0;
	margin:0 0 0 0;
	width:775px;
	height:150px;
	background: url(../imgs/Header.jpg) top left no-repeat;
	}
/* header for index page (fades in using scriptaculous) */
#headerIntro{
	position:relative;
	top:0px;
	left:0px;
	padding:0 0 0 0;
	margin:0 0 0 0;
	width:775px;
	height:150px;
	}
/* fits inside bluebox; links back to index page */	
#homelink{
		position:absolute; 
		top:20px; 
		left:10px;
		float:left;
		width:150px;
		height:150px;
		background-color:none
}
/* content options */	
#content{
	position:relative;
	left:80px;
	width:600px;
	padding:40px 0;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	}
#content a{
	color:#660022;
	}
	
.list_Header{
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:rgb(175,190,210);
	padding:0 0 10px 0;
	line-height:1.5em;
	}
.b_BodyCopy{
	font-family: Verdana, Arial, sans-serif;
	font-size:12px;
	color:#310904;
	line-height:18px;
	}

/*body copy lists */
.b_BodyCopy ul{
position:relative;
list-style:none;
}
.b_BodyCopy li{
	background:url(../imgs/bullet.gif)  no-repeat;
	background-position:2px 8px;
   padding-left:32px;
	margin:0px;
} 	
	
/* Contact Page */	
#b_contactCopy{
	font-family: Verdana, Arial, sans-serif;
	font-size:14px;
	color:rgb(110,55,18);
	line-height:24px;
	text-align:center;
	}
#b_contactCopy a{
	text-decoration:none;
	color:rgb(202,136,74);
	}
#italics{
	font-style:italic;
	}	
#bold{
	font-weight:bold;
	}
	


#galleryTable{
	position:relative;
	right: 65px;
	} 

.galleryTableThumbs{
	
	}
.galleryTableThumbs a{
	padding: 2px;
	margin: 2px;
	display:block;
	background-color:transparent;
	}
.galleryTableThumbs a:hover{
	background-color:#610602;
	}

/* Mr. Footer */
#footer{
	z-index:2;
	position:relative;
	left:0px;
	width:775px;
	margin:0px auto 0 auto;
	padding:4px 0 4px 0;
	height:20px;
	background-color:#3f0c05;
	font-family: Verdana, Arial, sans-serif;
	font-size:10px;
	color:#ebe9e4;
	text-align:center;
	line-height:1.5em;
	white-space:pre;
	}
		
