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_title
{
  width:12%;  
  float:left;
  text-align:left;  
  
}
.menu_title a
{
text-decoration: none; 
color: #FFFFFF;
}
.menu_title a:hover    
{
background-color:#999999;
}

.main_content {

	text-align:left;
	background-color:#FF0000;
	
}
.main_left{
    width:20%;
	float:left;
	background-color:#9AB5C7;
	/*color:#000000;*/
}
.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;
 }
