7-2
                        css/style.css
                    
                
                                
body {
}
marquee{
  font-size: 3em;
  margin-top: 40px;
  line-height: 1em;
}
#container{
  width: 920px;
  margin: 0px auto;
  padding: 0px 20px;
  background: white;
}
#container_title_zone{
  background: white url('../images/templatemo_header_background.gif');
  height: 108px;
}
#container_title{
  width: 280px;
  text-align: center;
  padding-top: 40px;
  font: bold 2em 微軟正黑體;
  color: white;
  text-shadow:2px 2px 4px #000000;
}
#container_title_img{
  width: 280px;
  text-align: center;
}
#container_title a{
  color: white;
  text-decoration: none;
}
#container_logo{
  /* float: left; 左邊浮動
  width: 600px; */
}
#container_block{
  /* float: right; 右邊浮動
  width: 300px; */
}
#container_nav{
  background-image: url('../images/templatemo_menu_background.gif');
  height: 60px;
  text-align: center;
}
#container_menu{
  width: 840px;
  margin: 0px auto;
}
#container_foot_img{
  background-image: url('../images/templatemo_footer_background.gif');
  height: 95px;
}
#container_footer{
  padding: 20px;
  text-align: center;
  font-size: 13px;
  line-height: 1.8;
}
ul#main-menu-left > a:hover{
  color: red;
}