﻿body{margin:0px;
     font-family: '宋体';
     font-size:11pt;
     color:#000;
	 background:#094176 url(images/bg_01.gif) repeat-x;
	 background-attachment:fixed
     } 

/* General Links */
a{text-decoration: none;
   color : #000000; 
   border: 0px;} 
a:hover{color: #990000;
        } 


/* General Class */

img {border: none;}


/* wrapper (FULL PAGE) */

#wrapper{margin:auto;
         width:800px;
           }


/* header*/

#header{width:100%;
        height:212px;
        background: url(images/title.jpg) no-repeat;
		background-color:#000;
           }
#container{width:770px;
        height:2920px;
		background-color:#fff;
		padding:20px 15px 10px 15px;
           }
p.title{font-weight:bold}
p{font-size:12pt;
  line-height:170%;
  text-indent:2em;}

/* footer */
#footer{clear:both;
        background-color:#fff;
        color:#000;
		width:800px;
		height:70px;
        line-height:180%;
        font-size:10pt;
        text-align:center;
        padding-top:20px;
		border-top:solid 10px #3477c2;}
#footer a{color: #000; 
          text-decoration:underline;
          }


