﻿  /* 
	名稱： style_1.css 
	用途： style framework_1.php
	
  */
  

/* 這裡開始 style framework_1 的 code。 */ 
  
  #div1_header_1
  {
	  background-color:blue;
	  height:600px;
	  width:1000px;
	  
	  padding: 30px 0 0 0;
  }
  
  #div3_header_2
  {
	  background-color:lightgreen;
	  height:30px;
	  width:1000px;
	  text-align:center;
	  padding: 10px 0 50px 0;
	  
  }
  
  #horizontal_menu_3
  {
	  
  }

  #horizontal_menu_3 a:link,
  #horizontal_menu_3 a:visited
  {
	  display:block;
	  text-decoration:none;
	  padding: 5px 7px 5px 7px;	  
	  text-align:center;
	  background-color:green;
  }
  #horizontal_menu_3 a:hover
  {
	  background-color:lightgrey;
  }
  #horizontal_menu_3 a:active
  {
	  background-color:pink;
  }
  #horizontal_menu_3 li
  {
	  
	  display:inline-block;
  }
  
  
  
  
    #horizontal_menu_3
  {
	  
  }

  #horizontal_menu_3 a:link,
  #horizontal_menu_3 a:visited
  {
	  display:block;
	  text-decoration:none;
	  padding: 5px 7px 5px 7px;	  
	  text-align:center;
	  background-color:green;
  }
  #horizontal_menu_3 a:hover
  {
	  background-color:lightgrey;
  }
  #horizontal_menu_3 a:active
  {
	  background-color:pink;
  }
  #horizontal_menu_3 li
  {
	  
	  display:inline-block;
  }
  
  
  
  
  
  #div4_left_column_1
  {
	 
	  height:400px;
	  width:200px;
	  background-color:blue;
	  float:left;
	  
  }
  
  #div6_right_content
  {
	  float:left;
	  height:400px;
	  width:1000px;
	  background-color:lightred;
  }
  
  #div_7_footer
  {
	  height:30px;
	  width:100%;
	  background-color:orange;
	  clear:left;
  }
  
  
/* 這裡完結 style framework_1 的 code。 */ 
  








  
  
  
  
  
  
  
  
  
  
  
  
  
  