@charset "utf-8";

html { height: 100% } 

body { min-height: 100%;
		background:#000;
} 

* html body { height: 100% } /*Для IE, т.к. он не поддерживает min-height*/

#htext {
	margin:0 auto;
	font-family: "Old English Text MT";
	font-size:68px;
	color:#FFF;
	padding:0 40px;
	text-align: center;
}

#ftext {
	margin:0 auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	color:#FFF;
	padding:0 40px;
	text-align: center;
}

#ltext {
	margin:0 auto;
	font-family: "Times New Roman", Times, serif;
	font-size:45px;
	color:#FFF;
	padding:0 40px;
	text-align: center;
}

#mtext {
	margin:0 auto;
	font-family: "Monotype Corsiva";
	font-size:22px;
	color:#000;
	padding:10px 40px;
	text-align: center;
}

#lt {
	width:35%; 
	background-color:#000; 
	float:left;
	
}

#rt {
	width:64%;
	float:left; 
	margin:0 0;
}

#rtin {
	margin:0;
	/*border:#FFF thin solid;*/
	/*background-image:url(img/fsbg.jpg);
	background-repeat:repeat;*/
}

a:link, a:visited{
	COLOR:inherit;
	text-decoration:underline;
}
#main {

	width:100%;
	margin: 0px auto 0px 0px;
	border: 0px solid #f0f0f0;

}
#col1 {
	background-color: #000;
	background:url(fpimg/bgtab_r1_c1.png) no-repeat right;
	height:50px;
	width:100%;
	float:left;
	
}

#col2 {
	background-color: #000;
	background:url(fpimg/bgtab_r1_c2.png) repeat-x;
	height:50px;
	width:100%;
	float:left;
}

#col3 {
	background-color: #000;
	height:50px;
	width:100%;
	float:left;
	background: url(fpimg/bgtab_r1_c3.png) no-repeat left;
}

#colm1 {
	background-color: #000;
	width:10%;
	float:left;
	background: url(fpimg/bgtab_r2_c1.png) repeat-y right;
}

#colm2 {
	background-color: #000;
	width:100%;
	height:100%;
	float:left;
	background: url(fpimg/bgtab_r2_c2.png);
}

#colm3 {
	background-color: #000;
	height:65px;
	width:10%;
	float:left;
	background: url(fpimg/bgtab_r2_c3.png) no-repeat;
	background-position: left;	
}

#colb1 {
	background-color: #000;
	height:45px;
	width:100%;
	float:left;
	background: url(fpimg/bgtab_r4_c1.png) no-repeat right top;
}

#colb2 {
	background-color: #000;
	background: url(fpimg/bgtab_r4_c2.png) repeat-x top;
	height:45px;
	width:100%;
	float:left;
}

#colb3 {
	background-color: #000;
	height:45px;
	width:100%;
	float:left;
	background: url(fpimg/bgtab_r4_c3.png) no-repeat top left;
}
