/* CSS Document */

body{
	margin:0px auto;
	margin-top:5px;
}

#container{
	width:1000px;
	margin:0px auto;
	margin-top:5px;
}


#fr_top{
	background:url(../tmpl/framework/fr_top.png);
	height:17px;
	overflow:hidden;
	padding:0px;
}

#fr_top a{
	font-size:10px;
	font-weight:bold;
	color:#181512;
	margin-left:85px;
	margin-top:3px;
	display:block;
	width:130px;
}

#fr_mid{
	background-color:#fff;
	background-image:url(../tmpl/framework/fr_content_line.png);
	overflow:hidden;
}

/*HEADER */
#fr_header{
	height:235px;
	width:1000px;
	overflow:hidden;
}

#fr_header_layer1{
	position:relative;
	z-index:50;
	top:0px;
	left:0px;
	height:205px;
	overflow:hidden;
	width:1000px;
	background:#161311;
}

#fr_header_layer2{
	position:relative;
	z-index:75;
	top:0px;
	left:0px;
	margin-top:-205px;
	height:235px;
	overflow:hidden;	
	background:url(../tmpl/framework/fr_header.png) no-repeat;
}

#activePage{	
	position:relative;
	z-index:90;
	background:url(/tmpl/framework/keuActivePage.png) no-repeat;
	background-position:-40px 0px;
	top:-62px;
	left:40px;
	overflow:hidden;
	height:50px;
}

*html #activePage{background:url(/tmpl/framework/keuActivePage.gif) no-repeat;}

#rollOverPage{	
	position:relative;
	visibility:hidden;
	z-index:80;
	background:url(/tmpl/framework/algActivePage.png) no-repeat;
	background-position:-40px 0px;
	top:-112px;
	left:40px;
	overflow:hidden;
	height:50px;
}

*html #rollOverPage{background:url(/tmpl/framework/algActivePage.gif) no-repeat;}


#main_menu{
	position:relative;
	z-index:100;
	top:-135px;
	left:40px;
	overflow:hidden;
}

#main_menu a{
	position:relative;
	float:left;
	color:#1C1916;
	width:150px;	
	font-size:15px;
	text-transform:uppercase;
	display:block;
	text-align:center;
	height:20px;
	outline:none;
}

#main_menu a:hover{
	text-decoration:none;
}

#main_menu a:active{
	color:#666;
	padding-top:2px;
}

#main_menu a span{
	font-size:10px;
}

#main_menu a img{
	position:relative;
	z-index:140;
	border:0px;
}

/*CONTENT*/

#fr_content{
	padding:30px 15px 15px 15px;
	min-height:420px;
	overflow:hidden;
}

*html #fr_content{
	height:420px;
	background-color:#fff;
	border-left:2px solid #000;
	border-right:2px solid #000;
}

#fr_footer{
	clear:both;
}

#fr_bottom1{
	background:0px -1px url(../tmpl/framework/fr_bottom1.png);
	background-color:#fff;
	height:25px;
	overflow:hidden;
}

#fr_bottom2{
	background:url(../tmpl/framework/fr_bottom2.png);
	height:13px;
	overflow:hidden;
	color:#FFF;
	font-size:9px;
	padding-left:20px;
	padding-top:2px;
}

#fr_bottom2 a{color:#fff;}


