@charset "UTF-8";
/* CSS Document */

body{
	padding:0;
	margin:0;
	}

#wrapper{
	width:765px;
	height:1000px;
	margin:auto;
	}	

.icon{
	width:153px;
	height:153px;
	float:left;
	}
	
.icon a:hover{
	opacity:0.7;
}

#left_content{
	width:20%;
	height:306px;
	float:left;
	}

#left_content .icon{
	width:100%;
	height:50%;
	float:left;
	}

#header{
	width:40%;
	height:306px;
	float:left;
	}

h1{
	font-weight:100;
	letter-spacing:0.2em;
	font-family:Simsun, Helvetica, Vardana;
	}

#title{
	width:100%;
	height:25.5%;
	text-align:center;
	font-size:14px;
	padding-top:60px;
	float:left;
	}
	
#title a{
	text-decoration:none;
	color:#888888;
	}
	
#title a:hover{
	color:#CCCCCC;
	}
	
#menu{
	width:100%;
	height:60%;
	text-align:center;
	}
	
ul{
	list-style-type:none;
	padding:0;
	margin:0;
	}
	
li{	
	font-family:Simsun, Helvetica, Vardana;
	line-height:2em;
	}

li a{
	text-decoration:none;
	color:#555555;
	}
	
li a:hover{
	color:#999999;
	}
	
address{
	color:#666666;
	font-style:normal;
	text-align:center;
	}
	
address a{
	color:#666666;
	text-decoration:none;
	}
	
#address{
	clear:both;
}