@charset "utf-8";

body{
	text-align: center;
	background-image: url(pics/background.png);
	background-color: #aba16b;
	background-repeat: repeat-x; 
    font-family:Tahoma, Geneva, sans-serif;
}
#blackbox{
	width: 1000px;
    background-color:#000;
	border: #3e3415 solid 5px;
	margin-top: -10px;
    margin-left: auto;
	margin-right: auto;
	text-align: left;
	position:relative;
	z-index:1;
}
#mainContent{
	margin-left: 25px;
	margin-bottom: 80px;
	margin-top: -100px;
	width: 950px;
	height:auto;
	color: white;
	clear:both;
    position:static;
	z-index:2;
}
#topleafleft{position:absolute; left: -80px; top: -15px;}
#topleafright{position:absolute; right: -80px; top: -15px;}
#leafRight{
	position:absolute;
	bottom: 0px;
	left: 928px;
	z-index: 4;
	}
#leafLeft{
	position:absolute;
	bottom: 0px;
	left: -32px;
	z-index: 4;	
	}
#signature{
	position:absolute;
	bottom: 10px;
	left: 750px;
	z-index: 5;
	}
#woman{position: absolute; z-index: 3; left: 595px; bottom: 140px;}
#rightContainer{float:right; margin-top: -300px; margin-right: 150px;}
#brownfooter{position:absolute; bottom: 0px; left: -4px;}
#footer{
  position:absolute;
  bottom: -6px;
  left: -3.75px;
  z-index: 4;
}

#greyWords{
	font-size:14px;}
	
/*Main content grey Box*/
.roundedcornr_box_348313 {
   background: #000000 url(pics/roundedcornr_348313_grad.gif) repeat-x top left;
   position:relative;
   z-index: 3;
   line-height: 20px;
}
.roundedcornr_top_348313 div {
   background: url(pics/roundedcornr_348313_tl.gif) no-repeat top left;
}
.roundedcornr_top_348313 {
   background: transparent url(pics/roundedcornr_348313_tr.gif) no-repeat top right;
}
.roundedcornr_bottom_348313 div {
   background: url(pics/roundedcornr_348313_bl.gif) no-repeat bottom left;
}
.roundedcornr_bottom_348313 {
   background: transparent url(pics/roundedcornr_348313_br.gif) no-repeat bottom right;
}

.roundedcornr_top_348313 div, .roundedcornr_top_348313,
.roundedcornr_bottom_348313 div, .roundedcornr_bottom_348313 {
   width: 100%;
   height: 30px;
   font-size: 1px;
}
.roundedcornr_content_348313 { margin: 0px 12px;}

/*Photography Image Gallery*/
#slideshow {
    position:relative;
    height:400px;

}

#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 400px;
    background-color: #000;

}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;

}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
    height: 350px;
    display: block;
    border: 0;
    margin-bottom: 10px;

}
