body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
}
a{
	color:#000000;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a.underlined{
	text-decoration:underline;
}
a.underlined:hover{
	text-decoration:none;
}
#top{
	width:100%;
	background:url(images/top2.jpg) repeat-x;
	height:301px;
	float:left;
}
#top1{
	background:url(images/top1.jpg) no-repeat;
	width:335px;
	height:301px;
	float:left;
}
#top2{
	float:right;
	background:url(images/top3.jpg) no-repeat;
	width:452px;
	height:301px;
}

#links{
	height:33px;
	background:url(images/links.gif) repeat-x;
	clear:both;
	font-weight:bold;
	margin-bottom:15px;
}
.link{
	border-right:#000000 2px solid;
	float:left;
	margin:0 10px 3px 10px;
	padding-right:20px;
}
#orange{
	width:189px;
	height:19px;
	background-color:#FF8004;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	padding-top:4px;
}
#green{
	width:189px;
	height:19px;
	background-color:#8BB315;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	padding-top:4px;
}
#blue{
	width:189px;
	height:19px;
	background-color:#3366C2;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	padding-top:4px;
}
#main{
	margin:15px 10px 0 10px;
	float:left;
}
#bottom{
	background-color:#D4C570;
	width:100%;
	height:30px;
	clear:both;
}
#director{
	margin:5px;
	text-align:center;
}
.gallery_photo{
	width:155px;
	height:160px;
	float:left;
	background-color:#c1dd88;
	margin:5px;
	border:#000000 1px solid;
}
.publication{
	width:100%;
	clear:both;
	background-color:#c1dd88;
	margin-bottom:15px;
	padding-bottom:3px;
}
.error{
	font-weight:bold;
	color:#FF0000;
	text-align:center;
}
