/* CSS Document */
body{
margin:0px;
text-align:center;
background-image:url(images/bg.jpg);
background-repeat:repeat-x;
background-color:#98174F;
}

#tab-cen{
width:954px;
min-height:400px;
margin-left:auto;
margin-right:auto;
text-align:left;
margin-top:36px;
}
	#tab-cen-tit{
	width:954px;
	height:54px;
	float:left;
	margin-bottom:16px;
	}

	#tab-cen-top-esq{
	width:253px;
	height:69px;
	float:left;
	margin-bottom:26px;
	margin-right:40px;
	}
	#tab-cen-top-dir{
	width:660px;
	height:69px;
	float:left;
	margin-bottom:26px;
	text-align:right;
	}

	#tab-cen-ban{
	width:955px;
	height:283px;
	margin-bottom:26px;
	}

	#tab-cen-fla-hom{
	width:954px;
	height:148px;
	margin-bottom:26px;
	}
	
	#tab-cen-rod{
	width:100%;
	height:144px;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#511134;
	margin-bottom:30px;
	text-align:center;
	}
		#tab-cen-rod-esq{
		width:338px;
		height:144px;
		float:left;
		margin-left:auto;
		margin-right:45px;
		text-align:left;
		}
		#tab-cen-rod-mei{
		width:389px;
		height:144px;
		float:left;
		margin-right:23px;
		text-align:left;
		}
		#tab-cen-rod-dir{
		width:156px;
		height:144px;
		float:left;
		text-align:center;
		}
	
	#tab-pad{
	width:954px;
	min-height:244px;
	margin-bottom:26px;
	}
	
	#blo-qua{
	width:611px;
	height:334px;
	background-image:url(images/bg_qua_blo.jpg);
	padding:10px;
	margin-bottom:6px;
	background-repeat:no-repeat;
	}
		#blo-qua-tex{
		width:595px;
		height:290px;
		background-color:#C7488D;
		margin-bottom:10px;
		padding:8px;
		}
	
	#tra-qua{
	width:954px;
	min-height:200px;
	margin-bottom:16px;
	text-align:justify;
	margin-top:26px;
	}
		#tra-qua-tex{
		width:916px;
		height:233px;
		background-color:#C7488D;
		margin-bottom:10px;
		padding:8px;
		}
	
	#tab-tit{
	width:941px;
	height:48px;
	margin-bottom:16px;
	padding-left:7px;
	padding-right:7px;
	padding-top:7px;
	}
	
	.form{
	border-color:#B36790;
	background-color:#810348;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	}
	.form2{
	background-color:#853E60;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	border:0px;
	}
	.form3{
	border-style:solid;
	border-color:#B36790;
	background-color:#FFEAF4;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#BE0E6F;
	}	
	.unfloat{
	clear:left;
	}