/* Specific to the main template */
	
div#leaves {
	float:left;
	width:300px;
	height:279px;
	margin-left:5px;
	}
	
div#center {
	width:400px;
	background-color:#f1fbfc;
	height:279px;
	float:left;
	padding-left:20px;
	}

div#center div { background-color:#f1fbfc; }
	
div#sidenav {
	width:240px;
	height:279px;
	background-image:url(../images/sidenav.jpg);
	float:left;
	text-align:right;
	}
	
div#sidenav img {
	border: 0;
	padding: 0;
	margin:0;
	}
	
div#bottom {
	width:960px;
	height:207px;
	margin-left:5px;
	background-image:url(../images/paper-bottom.jpg);
	}
	
div#family {
	width:451px;
	height:207px;
	padding-left:50px;
	float:left;
	}
	
div#bottomRight {
	width:459px;
	height:207px;
	float:left;
	}
	
div#bottomRight img {
	float:left;
	}

/** Panel styles **/
#center {
    position:relative;
    height:279px;
	min-height:279px;
	width:400px;
}

#center DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
	background-color:#f1fbfc;
	 height:279px;
	min-height:279px;
	width:400px;
}

#center DIV.active { z-index:10; }
#center DIV.last-active { z-index:9; }
/** End of home page panel styles **/


