﻿@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: Microsoft Himalaya;
    font-style:  normal;
    font-weight: normal;
    _src: url(http://www.tibetitw.com/MICROSO0.eot);
  }
html, body, h1, h2, h3, h4, h5, ul, li, p, ol, pre, code, address, variable, form, input, filedset, blockquote {
	margin: 0;
	padding: 0;
}
ul, ol {
	list-style: none;
}
img {
	border-style: none;
}
a {
	text-decoration: none;
	color: #000;
}
a:hover {
	color: #00F;
}
input, textarea, select, button { font: 1em "Microsoft Himalaya"; }
table { border-collapse:collapse; }
.clear {
	overflow: hidden;
}
.clear:after { /*适用于Firefox、Safari、IE8以及其他现代浏览器和IE7及其更早的版本里清除法*/
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.en {
	font: 10pt Georgia, "Times New Roman", Times, serif;
}
.cn {
	font: 10pt "微软雅黑", "宋体";
}

body {
	background: #FFF url(bg.gif) repeat-x left top;
	font: 1.25em/1.5em "Microsoft Himalaya";
	color: #000;
}
h1, h2, h3, h4, h5 {
	font-size: 12pt;
	font-weight: normal;
}
/*整体框架*/
#wrapper {
	width: 980px;
	margin: 0 auto;
}
#head #menu ul li {
	float: left;
}
#head #menu ul li a {
	color: #FFF;
	text-align: center;
	line-height: 34px;
	display: block;
	padding: 0 5px;
}
#head #menu ul li a:hover {
	background: #666;
}
#inside, #bottom {
	text-align: center;
}
#inside h1 {
	padding-top: 8px;
}
#bottom {
	font: 10pt/1.3em Georgia, "Times New Roman", Times, serif;
	padding-top: 25px;
}
#bottom p span {
	padding: 0 8px;
}
