body
{
width:100%;
padding:0;
margin:0;
}
.container 
{
	width:100%;
	text-align:center;
	
}
.header 
{
	
	width:100%;
	text-align:center;
	background-color:#9AB5C7;
	height:134px;
	font-size:36px;
}
.content {
	width:100%;
}
.menu 
{
	width:100%;
	text-align:left;
	background-color:#354753;
	/*color: #FF6262;*/
	float:left;
}
.menu_title1
{
  width:20%;  
  float:left;
  text-align:left;  
  
}
.menu_title1 a
{
text-decoration: none; 
color: #FFFFFF;
}
.menu_title1 a:hover    
{
background-color:#999999;
}
.menu_title2
{
  width:10%;  
  float:left;
  text-align:left;  
  
}
.menu_title2 a
{
text-decoration: none; 
color: #FFFFFF;
}
.menu_title2 a:hover    
{
background-color:#999999;
}
.menu_title3
{
   width:13%;   
  float:left;
  text-align:left;  
  
}
.menu_title3 a
{
text-decoration: none; 
color: #FFFFFF;
}
.menu_title3 a:hover    
{
background-color:#999999;
}
.menu_title4
{
  width:20%;  
  float:left;
  text-align:left;  
  
}
.menu_title4 a
{
text-decoration: none; 
color: #FFFFFF;
}
.menu_title4 a:hover    
{
background-color:#999999;
}
.main_content {

	text-align:left;
	background-color:#FF0000;
	
}
.main_left{
    width:20%;
	float:left;
	background-color:#9AB5C7;
	padding-top:1%;
}
.main_left a {
text-decoration: none;
color:#000000;
}

.main_center {
    width:60%;
	padding-left:2%;
   	float:left;

}
*html .main_center {
    width:59%;
	float:left;
}
.main_right{
	
	width:15%;
	float:left;
	background-color:#9AB5C7;
	color:#000000;
	
}
.footer{
    width:100%;
    text-align:center;
	background-color:#354753;
	font-size:18px;
	color:#FFFFFF;
	float:left;
}
.footer a
 {
 text-decoration:none;
 color:#FFFFFF;
 }
 .footer a:hover
 {
 text-decoration: underline;
 color:red;
 }
