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

#general	{ 
	width:100%; background:url(../images/layout/bg.gif) repeat-x;  height:auto; display:table; text-align:center;
}
#main	{ 
	width:873px; height:auto; margin-left:auto; margin-right:auto; text-align:left;
}
#body	{
	 background-image:url(../images/layout/bg_center.gif); background-repeat:repeat-y; display:table; width:100%; padding:0px; margin:0px;
}
.frame_side	{
	float:left; width:19px;
}
#frame	{
	float:left; width:835px; background:url(../images/layout/bg_content.gif) repeat-x; min-height:360px;
}

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

#top	{
	height:100px; background:url(../images/layout/bg_top.gif) repeat-x bottom; text-align:left;
}
	#top_left	{
		float:left; width:19px; height:100px; background:url(../images/layout/bg_topleft.gif) no-repeat bottom;
	}
	#top_right	{
		float:right; width:19px; height:100px; background:url(../images/layout/bg_topright.gif) no-repeat bottom;
	}
	#logo	{
		width:248px; float:left; margin-right:80px; margin-top:20px;
	}
	#menu	{
		float:right;
	}

#contenttop	{
	width:830px; padding:0px 0px 0px 0px; height:51px; margin-left:auto; margin-right:auto;
}



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

#bottom	{ 
	width:100%; background:url(../images/layout/bg_bottom.gif) repeat-x;  height:auto; display:table; text-align:center;
}

#footer	{ 
	width:873px; height:263px; margin-left:auto; margin-right:auto; background-image:url(../images/layout/bg_contentbottom.gif); 
}
	#footer	.side { 
		width:19px; float:left;
	}
	#footer	.center { 
		width:835px; float:left;
	}
	#footer p	{ 
		font-size:10px; padding:180px 30px 0px 0px; margin:0px; text-align:right; color:#9c9b9b;
	}
	#footer a, #footer a:link, #footer a:visited	{
		color:#898888; text-decoration:none;
	}
	#footer a:hover	{
		color:#9c9b9b; text-decoration:underline;
	}
	
	
#ffscrollbarfix {
	position: absolute;
	top: 0;
	bottom: -0.1px;
	width: 1em;
	z-index: -1;
}