@charset "windows-1255";



/* =====================================  ==================================================*/

.MainBody{
	width:1224px;
	background:url(../images/Cont2.png) repeat-y;
	border:solid 0px #9C0;

}

#Rev10{
	width:910px;
	height:10px;
}

/* ===================================== Header ==================================================*/

#Header {
	width:1003px;
	height:214px;
	border:solid 0px #FFF;
	background:url(../images/hedear.png) center top no-repeat;
	position:relative;
	top:0px;
	left:0px;
	
}
/* ===================================== Content ==================================================*/

#ContentTop{
	background:url(../images/Top.png) center top no-repeat;
	width:1003px;
	height:8px;
}
#Content{
	width:1003px;
	color:#000;
	background:url(../images/mid.png) repeat-y;
	border:solid 0px #C0C;
}

H3 {
	font-size: 18px;
	color: #b71709;
}
	
H4 {
	font-size:18px;
	}

#ContTitle{
	color:#b71709;
	font:bold 16px Arial;
	padding:19px 40px 0px 20px;
}

#ContBody{
	color:#050b09;
	font:normal 13px Arial;

}


#News{
	background:url(../images/news.jpg) no-repeat;
	width:254px;
	height:201px;
	padding-top:30px;
	
}
/* ===================================== Contact ==================================================*/

#Contact{
	color:#fff;
	border:solid 0px #93C;
	background:url(../images/send.jpg) no-repeat;
	width:254px;
	height:277px;
}

.text{

	color:#b71709;
	font-size:12px;
	font-style:normal;
}


.inputText{
	width:110px; 
	border:solid 0px #001d46;
	float:left;

}
.inputText1{

	width:150px; 
	border:solid 0px #001d46;
}


/* ===================================== Footer  ==================================================*/

#Footer{
	width:1003px;
	height:40px;
	color:#fff;
	background:#000;
	border:solid 0px #9CC;

}
#Footer a{
	color:#fff;
	text-decoration:none;
	font:12px bold;
}

.FooterL{
	float:left;
}
.FooterR{
	float:right;
	text-align:right;
}