/* CSS Document */

body,td,th {
	font-family: Verdana, Helvetica, sans-serif;
	text-align: center;
}
body {
	background-color: #D5E3E8;
}
#header {
	position:absolute;
	left:0px;
	top:0px;
	width:1200px;
	height:133px;
	z-index:1;
}
#home_btn {
	position:absolute;
	left:30px;
	top:150px;
	width:173px;
	height:39px;
	z-index:2;
}
#about_btn {
	position:absolute;
	left:30px;
	top:200px;
	width:173px;
	height:39px;
	z-index:3;
}
#gallery_btn {
	position:absolute;
	left:30px;
	top:250px;
	width:173px;
	height:39px;
	z-index:4;
}
#exhibitions_btn {
	position:absolute;
	left:30px;
	top:300px;
	width:173px;
	height:39px;
	z-index:5;
}
#techniques_btn {
	position:absolute;
	left:30px;
	top:350px;
	width:173px;
	height:39px;
	z-index:6;
}
#news_btn {
	position:absolute;
	left:30px;
	top:400px;
	width:173px;
	height:39px;
	z-index:7;
}
#links_btn {
	position:absolute;
	left:30px;
	top:450px;
	width:173px;
	height:39px;
	z-index:8;
}
#rare_btn {
	position:absolute;
	left:30px;
	top:500px;
	width:173px;
	height:39px;
	z-index:9;
}
#contact_btn {
	position:absolute;
	left:30px;
	top:550px;
	width:173px;
	height:39px;
	z-index:10;
}
#en_btn {
	position:absolute;
	left:63px;
	top:600px;
	width:40px;
	height:40px;
	z-index:11;
}
#gr_btn {
	position:absolute;
	left:128px;
	top:600px;
	width:40px;
	height:40px;
	z-index:12;
}
#frame {
	position:absolute;
	left:233px;
	top:150px;
	width:967px;
	height:490px;
	z-index:13;
	background-image: url(art/frame_bg.png);
}
#text {
	position:absolute;
	left:277px;
	top:188px;
	width:873px;
	height:413px;
	z-index:14;
	color: #FFF;
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 11pt;
	text-align: justify;
	overflow: auto;
	padding-right: 10px;
	letter-spacing: 0.5px;
	line-height: 1.3;
}

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

td {
	font-size: 9pt;
	border: solid;
	border-width: thin;
}

th {
	font-size: 11pt;
	border: solid;
	border-width: thin;
}

img {
	margin:0px 15px 0px 0px;
}

.no_text {
	margin:0px 0px 0px 0px;
}

.ontheleft {
	text-align:left;
}