
body {
	direction: rtl;
	background-color: white;
	color: #666;
	margin: 0px;
	}

a {
	color: #666;
	}

a:hover {
	text-decoration: none;
	}

img {
	border: 0px;
	}

ul {
	margin: 0px;
	list-style: none outside;
	}

div.title {
	width: 100%; height: 150px;
	background: #FBF1C0;
	margin: 0px;
	padding: 0px;
	}

div.exhibit {
	position: absolute;
	top: 200px; right: 50px;
	padding-bottom: 50px;
	}

div.exhibit img {
	border: black 1px solid;
	}

div.caption {
	position: absolute;
	top: 610px; right: 75px;
	font: 10px/20px "Arial";	
	}

div.funky {
	position: absolute;
	top: 602px; right: 50px;
	}

div.content {
	position: absolute;
	top: 650px; right: 450px;
	margin: 0px;
	padding: 0px;
	text-align: right;
	font: 12px/20px "Arial";
	color: #000;
	}

div.content a {
	color: #000;
	}

div.links_one {
	position: absolute;
	top: 975px; right: 50px;
	width: 150px;
	font: bold 12px/20px "Arial";
	color: #666;
	}

div.links_two {
	position: absolute;
	top: 975px; right: 200px; width: 200px;
	text-align: right;
	font: 12px/20px "Arial";
	color: #666;
	padding-bottom: 100px;
	}

