

/*structure and layout*/
body {
font-family:verdana, arial, sans-serif; 
font-size: 80%; 
color: #412700; 
margin:0px 0px 0px 0px;
padding:0px;
background: #594c5e;
text-align:center;
}

.wrap {
position:relative;
width:780px;
margin:0px auto;
padding:0px 0 0 0;
text-align:center;
background: #f3f1f7 url() top center no-repeat;
}


.Header1 {
	width:700px;
	background-image: url(images/Tibetan%20Header.jpg);
	background-size: 780px;
	background-position:top;
	background-repeat:no-repeat;
	margin:auto;
	padding:20px 40px;
	}

.topnav {
clear:both;
width:780px;
margin:0 auto;
}

.container {
position:relative;
clear:both;
width:760px;
margin:0px 10px 0 10px;
padding:0px 0 0 0;
background:#f3f1f7;
color:#412700;
text-align:left;
}

.news_left{
position:relative;
float:left;
clear:both;
width:170px;
margin:0px 10px 0px 0px;
padding:20px 10px 0 10px;
background:#e8cda6;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:80%;
text-align: center;
}


.news p {
margin:5px 10px;
}


.footer {
position:relative;
clear:both;
width:780px;
margin:0px;
padding:4px 0 10px 0;
background:#887d8d;
font-size:8pt;
text-align:center;
border-top:1px solid #412700;
}


/*top navigation*/
#nav ul{
width:780px;
font-size:14px;
font-weight: bold;
text-transform:uppercase;
background:transparent;
list-style:none;
color:#fec67e;
margin-right:0px;
margin-left: 0px;
margin-top:0px;
margin-bottom:0px;
padding:5px;
}

#nav ul li{
display:inline;
list-style:none;
text-align:center;
padding-right:30px;
padding-left:30px;
}

#nav ul li a{
color:#f3f1f7;
text-decoration:none;
text-align:center;
}

#nav ul li a:hover{
text-decoration:none;
color:#fec67e;
}


/*links*/

a {
color:#582e6e;
text-decoration:underline;
}

a:hover {
color:#c46b02;
text-decoration:none;
}

#news a {
color:#582e6e;
text-decoration:underline;
}

#news a:hover {
color:#582e6e;
text-decoration:none;
}

#footer a {
color:#412700;
text-decoration:underline;
}

#footer a:hover {
color:#412700;
text-decoration:none;
}

/*fonts and colors*/

.news_title {
font-family:Helvetica, arial, sans-serif;
text-transform:uppercase;
margin: 10px 0 0 0px;
padding: 10px 0 0 0;
color:#412700;
font-size:110%;
font-weight:bold;
}

.page_title {
font-family:verdana, sans-serif;
text-transform:uppercase;
color:#412700;
font-size:100%;
font-weight:bold;
padding:10px 0 0 0;
margin: 0 0 -8px 0;
}

.imgright{
position:relative;
float:right;
padding:0 0 0 0;
margin:5px 2px 2px 5px;
}

.imgleft{
position:relative;
float:left;
padding:0 0 0 0;
margin:0 5px 0 2px;
}


/*----- FORM ----- */

input   {
	border: 1px solid #d1cab5;
	font: normal 10px tahoma;
	width:115px;
	color: #000;
	margin:0px 0px 5px 0px;
}

textarea.sidebar   {
	border: 1px solid #d1cab5;
	font: normal 10px tahoma;
	width:115px;
	height:80px;
	color: #000;
	margin:5px 0px 0px 0px;
}

input.sidebar   {
	border: 1px solid #d1cab5;
	font: normal 10px tahoma;
	width:115px;
	color: #412700;
	margin:0px 0px 5px 0px;
}

input.button_sidebar   {
	background-color:#887d8d;
	border: 1px solid #d1cab5;
	font: normal 10px tahoma;
	width:119px;
	color: #fff;
	margin:0px 0px 0px 0px;
}

input.button_content   {
	border: 1px solid #d1cab5;
	font: normal 10px tahoma;
	width:119px;
	color: #412700;
	margin:5px 0px 0px 0px;
}
p.sidebar{
	text-align:left;
	margin:0px 0 0 25px;
	padding:0px;
}

/* workarounds and hacks */
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

