@charset "utf-8";
/* CSS */
body {
	background-color:#ba1218;
	font-size:12px;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	color:#000000;
	line-height:150%;
	}
* {
	margin:0;
	padding:0;
	}
a  {
	color:#000000;
	cursor:pointer; 
	outline:none;
	text-decoration:none;
	}
a:hover  {
	text-decoration:underline;
	}
a img {
	border:none;
	}
ul, li {
	list-style:none;
	}
h1, h2, h3 {
	font-size:14px;
	margin-left:20px;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
    }
input, textarea, select {
	border:1px solid #ccc;
	font:inherit;
	font-size:inherit;
	color:#2b2b2b;
	}

br {
	clear:both;
	overflow:hidden;
	height:0;
	visibility:hidden;
	}

/* Loader
-------------------------------*/
#Wrapper {
	width:759px;
	margin:0 auto;
	background:#fff5d2;
	margin-top:20px;
	}
#Header {
	background:url(images/header_bg.jpg) no-repeat top left;
	height:180px;
	margin-bottom:50px;
	}
#Header  h1 {
	background:url(images/taibai_tiltle.jpg) no-repeat top left;
	width:267px;
	height:139px !important;
	height:139px;
	text-indent:-9000%;
	margin:auto;
	margin-top:12px;
	}
#Header  h1 a {
	display:block;
	width:100%;
	height:100%;
	margin-bottom:5px;
	}
#Menu {
	border-bottom:1px dotted #ba1218;
	border-top:1px dotted #ba1218;
	margin-top:30px;
	height:30px;
	}
#Menu ul {
	margin-left:40px;
	}
#Menu ul li {
	float:left;
	padding:6px 5px;
	border-right:2px solid #ba1218;
	text-align:center;
	font-size:14px
	}
#Menu ul li:hover, #Menu ul li#selected {
	background:#ffffff;
	}

#Menu ul li a {
	color:#000000;
	}
#Menu ul li a:hover {
	text-decoration:none;
	}
#Menu ul li.last {
	border:none;
	}
h2#sec-tit {
	font-size:24px;
	font-weight:normal;
	margin:15px;
	padding:5px;
	border-left:1px dotted #ba1218;
	color:#ba1218;
	}
#index-cont {
	float:left;
	}
#index-cont p, #index-cont h3{
	width:400px;
	margin:15px;
	}
#images {
	float:right;
	width:320px;
	text-align:center
	}
#images img {
	margin:25px;
	}
#text-cont p, #text-cont h3 {
	margin:10px;
}
#gallery {
	text-align:center;
	}
#gallery img {
	margin:10px;
	}
.link a {
	color:#000000;
	text-decoration:underline;
	}
.link  {
	border:1px dotted #666;
	width:350px;
	height:80px;
	float:left;
	margin:10px;
	}
.link img  {
	float:right;
	}
.link p  {
	float:left;
	}

#footer {
	border-top:1px dotted #ba1218;
	margin-top:100px;
	padding:5px;
	text-align:center;
	}
