/* css file */
/* filename: tibetanPortalStyles.css */
body {
	background-image: url(tibetanportal/brownWeaveBackground.gif);
	background-attachment: fixed;
	padding: 0 0;
	margin: 20px 0px;
	
}
* {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
}

/* hyperlinks */
a {
	text-decoration: underline;
	color: black;
}
a:hover {
	background-color: white;
}
td#left a img {
	border: none;
	display: block;
	margin: auto;
}
td#left a, td#right a {
	display: block;
	font-size: 12px;
	text-decoration: none;
}


ul li {
 list-style-type: none;
 border-bottom: 1px dotted black;
 padding: 2px;
}
ul {
	margin: 0;
	padding: 0;
}


div#logo img {
	position: absolute;
	left: 300px;
	top: 5px;
	z-index: 50;
}
div.fullWidth {
	width: 550px;
	margin: auto;
}



div#wrapper {
	width: 90%;
	/* background-color: white; */
	margin: auto;
}
div.fullWidth {
	text-align: center;
}

/* table properties */
table {
	border-spacing: 10px;
	clear: left;
	border: 4px solid black;
	z-index: 300;
}
td {
	vertical-align: top;
	padding-left:12px;
	padding-right: 12px;
}
td#left {
	background-color: #e4b472;
}
td#center {
	width: 500px;
	background-color: white;
	padding-top: 30px;
}
td#right {
	background-color: #8dd0b8;
}
