/* CSS Document */

body {
	background:url(images/body_bg.png) top repeat-x #000;
	color:#AA8A4C;
    font: 14px "bitstream vera sans", verdana, sans-serif;
}

select {
	color:#CCC;
	background:#300;
	border:1px solid #333;
	margin-bottom:10px;
}
input {
	background:#300;
	color:#999;
	border:1px solid #333;
}

dl {
  margin:1em;
}
  
dt {
  font-weight:bold;
  font-size:1.1em;
}

a {
	color:#AA8A4C;
}

h2 { font-size:17px; }

a.text_tibetan {
display:block;
width:177px;
height:80px;
background:url(images/text_tibetan.png);
}
a.text_tibetan:hover {
display:block;
width:177px;
height:80px;
background:url(images/text_tibetan_h.png);
}
a.text_program {
display:block;
width:218px;
height:80px;
background:url(images/text_program.png);
}
a.text_program:hover {
display:block;
width:218px;
height:80px;
background:url(images/text_program_h.png);
}
a.text_one_of_a_kind {
display:block;
width:320px;
height:80px;
background:url(images/text_one_of_a_kind.png);
}
a.text_one_of_a_kind:hover {
display:block;
width:320px;
height:80px;
background:url(images/text_one_of_a_kind_h.png);
}


#outer {
position:relative;
width:816px;
margin:47px auto;
}

#sbar_bg {
	background:url(images/sbar_bg.png);
	}
#sbar_t {
	background:url(images/sbar_t.png) top no-repeat;
	min-height:270px;
	padding:230px 14px 0 14px;
	}
#sbar_b {
	background:url(images/sbar_b.png) bottom no-repeat;
	width:219px;
	height:45px;
	}

div#navbar {
	background:url(images/navbar.png);
	width:597px;
	height:39px;
	padding-top:15px;
	text-align:center;
	}
div#navbar a {
	color:#AA8A4C;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	padding:3px 10px 0px 10px;
	}
div#navbar a.on {
	text-decoration:underline;
	}
div#navbar a:hover {
	color:#CCAC6E;
	}	

#main_r {
	background:url(images/main_r.png) right repeat-y #000;
	}
#main_tr {
	background:url(images/main_tr.png) top right no-repeat;
	min-height:400px;
	padding:14px 14px 0px 14px;
	}
#main_b {
	background:url(images/main_b.png) bottom;
	width:597;
	height:45px;
	}
	
#pageflip {
	text-align:center;
}
#pageflip a {
	color:#AA8A4C;
	font-weight:bold;
	}
#pageflip #all_pages a {
	text-decoration:none;
	font-size:.8em;
	}

#thumbs {
	padding-left:20px;
	}
#thumbs a {
	text-decoration:none;
	border:0;
	}
.thumbnail img {
	border:0;
	}
.thumbnail {
	float:left;
	height:160px;
	/*background:url(images/thumb_bg.jpg);*/
	margin:10px;
	padding:10px;
	/*border:1px solid #CCC;*/
	font: 11px/11px arial;
	}
