@charset "utf-8";
/* CSS Document */
#flp_body_background{
	margin: 0 auto;
	width: 938px;
	/*height:416px;*/
	background-image:url(../images/bg_white_long.png);
	background-repeat:no-repeat;
	background-position:center top;
	padding-bottom:0px;
	min-height:2000px;
	height:2000px;
	}
	
#flp_share{
	width:874px;
	text-align:right;
	padding-top:20px;
	padding-bottom:20px;
}

#flp_grid_left{
	width:252px;
	float:left;
	/*background-image:url(../images/07-FLpedia3_03.jpg);
	background-repeat:no-repeat;
	background-position:top left;*/
	background-image:url(../images/07-FLpedia3_01.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	min-height:700px;
	height:700px;
}


#flp_grid_right{
	margin-left:25px;
	float:left;
	width:598px;
	/*background-image:url(../images/grey_col.png);
	background-repeat:no-repeat;
	background-position:top left;*/
	background-image:url(../images/07-FLpedia3_01.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	min-height:900px;
	height:900px;
}

#grid_left_content{
	width:220px;
	margin: 0 auto;
	margin-top:15px;
	background:#FFF;
	min-height:700px;
	height:700px;
}

#grid_right_content{
	width:563px;
	margin: 0 auto;
	margin-top:15px;
	background:#FFF;
	min-height:900px;
	height:900px;
}

#flp_menu{
	margin:15px;
	padding-top:15px;
}
#flp_menu .month{
	font-weight:bold;
}
#flp_menu .list{
	margin-top:7px;
}

#flp_article{
	margin:15px;
	padding-top:15px;
	padding-right:10px;
	overflow:auto;
	height:1100px;
	
	
	scrollbar-3dlight-color:#c4c4c4;
	scrollbar-arrow-color:#c4c4c4;
	scrollbar-base-color:#fff;
	scrollbar-darkshadow-color:#c4c4c4;
	scrollbar-face-color:#fff;
	scrollbar-highlight-color:#fff;
	scrollbar-shadow-color:#fff;
	
	
}

#flp_article .date_month{
	margin:0px;
}
#flp_article .aheader{
	margin-top:14px;
	font-size:/*1.1em;*/13px;
	font-weight:bold;
}
#flp_article .subheader{
	font-style:italic;
}
#flp_article .firstpara{
	margin-top:0px;
}

#flp_article p{
	margin-top:14px;
}

#flp_related_articles{
	background:#f9d2ee;
	width:100%;
	margin-top:25px;
	}
#flp_related_articles .content{
	padding-left:25px;
	padding-right:25px;
	padding-top:20px;	
	padding-bottom:20px;
	}

/*********************/
a.flplink:link{
	color:#88a53e;
	text-decoration:none;
}
a.flplink:visited{
	color:#b7de53;
	text-decoration:none;
}
a.flplink:hover{
	color:#5c6f2a;
	text-decoration:underline;
}
a.flplink:active{
	color:#5c6f2a;
	text-decoration:underline;
}
/*********************/
a.flprelink:link{
	color:#850a64;
	text-decoration:none;
}
a.flprelink:visited{
	color:#dc81d2;
	text-decoration:none;
}
a.flprelink:hover{
	color:#580742;
	text-decoration:underline;
}
a.flprelink:active{
	color:#580742;
	text-decoration:underline;
}