@charset "utf-8";
/* CSS Document */

#general	{ 
	width:100%; height:auto; display:table; text-align:center;
}
#main	{ 
	width:960px; height:auto; margin-left:auto; margin-right:auto; text-align:left; 
}




/***** TOP *****/

#top	{
	
}
	#topimg {
		height:155px; background-position:0px -138px; width:350px; float:left;  background-image:url(../images/photo_head.jpg); background-repeat:no-repeat;
	}
	#topimghome {
		height:300px; background-position:0px 0px; width:350px; float:left;  background-image:url(../images/photo_head.jpg); background-repeat:no-repeat; margin-bottom:40px;
	}
	#topimg span {
		display:none;
	}
	#topcontent {
		width:570px; margin-left:40px; float:left;
	}
		#toplink {
			float:right;
		}
			#toplink a:link, #toplink a:visited	{
				color:#cbff71; text-decoration:none; background-color:#69c10b; padding:15px 0px 10px 0px; width:197px; height:24px; display:block;
			}
			#toplink a:hover	{
				color:#cbff71; text-decoration:none; background-color:#5aad02; 
			}
			#toplink img {
				vertical-align:middle; margin:0px 10px 0px 15px;
			}
		#logobloc	{
			margin-top:120px; width:440px;
		}
			#logobloc img	{
				margin-bottom:35px;
			}




/***** BODY *****/

#body	{
	 width:960px; padding:0; margin:0; clear:both;
}
	img	{
		border:0px;
	}	
	.left {
		float:left;	
	}
	.right {
		float:right;	
	}
	.valign {
		vertical-align:middle;
	}
	.indent {
		margin-left:25px;	
	}
#content {
	margin:20px;	
}


/***** FOOTER *****/


#footer	{ 
	float:left; width:960px; background-color:#82cb34; text-align:left; clear:both; margin-top:30px; padding-bottom:20px; border-top:1px solid #ffffff;
}
	#footer p	{ 
		font-size:10px; padding:7px 0px 7px 15px; margin:0px; color:#b4e085; display:block; width:945px; background-color:#69c10b;
	}
	#footer a, #footer a:link, #footer a:visited	{
		 text-decoration:none; color:#b4e085;
	}
	#footer a:hover	{
		 text-decoration:underline; color:#b4e085;
	}
	
	
#ffscrollbarfix {
	position: absolute;
	top: 0;
	bottom: -0.1px;
	width: 1em;
	z-index: -1;
}