body {
    background-color: #000;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
    min-width: fit-content;

}
a { 
	color: #fff; 
}

a.post-text{

	color: #000; 
}

a.siteinfo { 
    opacity: 0.5;
    filter: alpha(opacity=40);
}

h1 { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 22px; 
	color: #fff; 
	font-weight: bold; 
	line-height:15px;
}

h2 { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 20px; 
	color: #000; 
	font-weight: bold; 
	line-height:17px;
}

h3 {
	font-size:22px;
	font-family: Arial, Helvetica, sans-serif; 
	color: #fff; 
	font-weight: bold; 
	line-height:14px;,
}
h4{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 18px; 
	color: #000; 
	font-weight: bold; 
	line-height:1px;
}
h5 { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 22px; 
	color: #fff; 
	font-weight: bold;
	line-height: 20px;
	margin-top:15px; 
	margin-bottom: 20px;
}

li{
	font-size: 16px;
	line-height: 32px;
	color: grey;
}

ul {
   list-style: none;
}

ul li:before {
   content: "•";
   font-size: 170%;
   padding-right: 5px;
   vertical-align: middle;
   color: #fff;
}

.style1 {
	font-family: Arial, Helvetica, sans-serif; 
	color: red;
 	font-size: 14px; 
 	font-weight: bold;
 }
.nav1{
	font-size: 16px; 
	color: #FFF; 
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
}
#post-text{
	width: 75%;
	margin:auto;
	padding-left: 20px;
	padding-right:20px;
	padding-bottom:20px;
	padding-top:1px;
	background-color:#fff;
	color:#000;
	line-height: 23px;
}

#post-text img{
	padding:10px;
	max-width: 800px;
}


.text-img-left{
	float: left;
}

.text-img-right{
	float: right;
}

img.text-img-right{
	float: right;
}
img.text-img-left{
	float: left;
}

#website-text{
	font-size:15px;
	font-weight: normal;
	line-height: 23px;
	
}
#header{
	text-align:center;
	color:#fff;
	font-size:15px;
	font-weight: bold;
	line-height: 25px;
	max-width: 80%;
	margin: 0px auto;
}

#headerpost{
	text-align:left;
	color:#000;
	background-color:#fff;
	padding-left:20px;
	padding-right:20px;
	padding-top:1px;
	padding-bottom:1px;
	font-size:15px;
	font-weight: bold;
	max-width: 80%;
	margin: 0px auto;
}

#siteinfo{
	text-align: center;
	background-color: #38292f;
	height:100%;
	width:100%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";  /* IE 8 */
	filter: alpha(opacity=90);  /* IE 5-7 */
	-moz-opacity: 0.9;          /* Netscape */
	-khtml-opacity: 0.9;        /* Safari 1.x */
	opacity: 0.9;               /* Good browsers */
	padding-top:17px;
	text-align: center;
}

#siteinfo img{
	padding-right:20px;
    opacity: 1.0;
    filter: alpha(opacity=100);
    padding-bottom: 15px;
}

#siteinfo img:hover {
    opacity: 0.4;
    filter: alpha(opacity=40);
}

#mainbody{
	font-size: 13px;
	font-weight: bold;
	width: 80%;
	margin: 0px auto;
}

#mainbody-audio{
	font-size: 13px;
	font-weight: bold;
	width: 80%;
	margin: 0px auto;
	
}

#mainbody-vid{
	font-size:13px;
	font-weight:bold;
	width:80%;
	margin:0px auto;
}

#footer{
	text-align:center;
}
#contact{
	font-size: 14px;
	text-align: center;
	width: 80%;
  	margin: 0 auto;
}
#toprowleft{
	text-align:center;
	float:left;
	width: 235px;
	margin-left:160px;
	margin-right:2px
}
#toprowcenter{
	float:left;
	width: 235px;
	margin-right:2px;
	margin-left:2px;
}
#toprowright{
	float:left;
	width: 235px;
	margin-right:160px;
	margin-left:2px;
}
.topwrapper{
	margin: 0px auto;
	text-align:center;
	width: 1050px;
	font-size: 14px;
	font-weight: bold;
	height:260px;
} 
.topwrapper1{
	margin: 0px auto;
	text-align:center;
	width: 1050px;
	font-size: 14px;
	font-weight: bold;
	height:245px;
}
.topwrapper img{
	margin-bottom: 20px;
	width:219px;
}

.topwrapper img:hover {
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.topwrapper1 img{
	margin-bottom: 20px;
	width:219px;
}
.topwrapper1 img:hover {
    opacity: 0.9;
    filter: alpha(opacity=90);
}
#toprow1{
	text-align:center;
	float:left;
	width: 235px;
	margin-left:285px;
	margin-right:2px
}
#toprow2{
	float:left;
	width: 235px;
	margin-right:2px;
	margin-right:285px;
}
.bottomwrapper{
	text-align:center;
	width: 1050px;
	font-size: 14px;
	font-weight: bold;
	margin: 0px auto;
	height:250px;
}
.bottomwrapper img{
	margin-bottom: 20px;
	width:205px;
	height: 158px;
}
.bottomwrapper img:hover {
    opacity: 0.9;
    filter: alpha(opacity=90);
}
#bottomleft{
	float:left;
	width: 225px;
	margin-left: 180px;
}
#bottomcenter{
	float:left;
	width: 225px;
	margin-left:3px;
	margin-right:3px;
}
#bottomright{
	float:left;
	width: 225px;
	margin-right: 185px;
}
#bottom1{
	float:left;
	width: 225px;
	margin-left: 60px;
}	
#bottom1ngaba{
	float:left;
	width: 225px;
	margin-left: 190px;
}
#bottom2{
	float:left;
	width: 225px;
}
#bottom3{
	float:left;
	width: 224px;
}
#bottom4{
	float:left;
	width: 225px;
	margin-right: 60px;
}
#fromtibet{
	width: 1050px;
	margin: 0px auto;
}

.video-box{
	width: 675px;
	background-color: grey;
	height: 100%;
	text-align: center;
	margin: auto;
}

.video-box p{
	margin:2px;
}

.video-box-disc{
	height:72px;
	width:675px;
	background-color:grey;
	margin-top: 15px;
	margin-bottom:45px;
	margin-left: auto;
	margin-right: auto;
}
.video-box-disc p{
	float:left;
	margin-left: 5px;
	width: 285px;
}

.video-box-disc img{
	width: 115px;
	margin-left:130px;
	margin-right: 3px;
	float:left;
}
.map-box{
	font-style: italic;
	font-size: 11px;
}
.map-box p{
	margin-left: 0;
	float: none;
	font-size: 11px;
	font-style: italic;
	padding-top: 27px;
	width:auto;
}
.click{
	padding-top: 27px;
}

.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
}
.cd-top {
  display: inline-block;
  height: 55px;
  width: 55px;
  position: fixed;
  bottom: 100px;
  right: 10px;
  z-index: 10;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #38292f url(/Images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}

.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
  }
