﻿body {
    margin: 0;
	font-size:small;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#head {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	height: 115px;
	text-align: center;
}
#logo {
	background-image: url(imgs/ESA_Logo.gif);
	background-repeat: no-repeat;
	width: 105px;
	height: 110px;
	text-indent: -999999px;
	margin-top: 0px;
	float: left;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	cursor: pointer;
}
#topbanner {
	text-align:center;
	height: 110px;
	margin-top: 15px;
}
#content p {
	margin: 10;
}
#menu {
	margin: 25px 0 0 10px;
}
#menu a 
{
	font-family: Arial,Verdana,Sans-Serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #B243EA;
	padding: 3px 0 0 10px;
	text-decoration: none;
}
#menu a:hover {
	text-decoration: underline;
}
.menuImg {
	margin: 15px 0 0 0;
	width: 150px;
	text-align: center;
}
.txtTitle {
	text-align: center;
	padding: 3px 3px 3px 3px;
	margin: 0 auto 10px auto;
	/*color: #B243EA;*/
	background-color: #b243ea;
	color: White;
	font-size: 1.5em;
	font-weight: bold;
}
.GalleryTitle {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.buttonLeft {
	float:left;
	background-image: url(imgs/left_title.gif);
	background-repeat: no-repeat;
	height: 21px;
	width: 40px;
	padding-left: 0px;
	text-decoration: none;
	margin-left: 3px;
}
.button {
	float:left;
	line-height: 21px;
	background-color: #b243ea;
	color: White;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0 30px 0 30px;
}
.buttonRight {
	float:left;
	background-image: url(imgs/right_title.gif);
	background-repeat: no-repeat;
	height: 21px;
	width: 40px;
	padding-right: 5px;
	text-decoration: none;
}
.center {
	text-align:center;
}
.centerContent {
	margin-left: auto;
	margin-right: auto;
}


.galleria{list-style:none;width:270px}
.galleria li{display:block;width:80px;height:80px;overflow:hidden;float:left;margin:0 10px 10px 0}
.galleria li a{display:none}
.galleria li div{position:absolute;display:none;top:0;left:0px}
.galleria li div img{cursor:pointer}
.galleria li.active div img,.galleria li.active div{display:block}
.galleria li img.thumb{cursor:pointer;top:auto;left:auto;display:block;width:auto;height:auto}
.galleria li .caption{display:block;padding-top:.5em}
* html .galleria li div span{width:300px} /* MSIE bug */
	
#main_image 
{
	position:fixed;
	top: 182px;
	margin: 0 auto 60px auto;
	width: 550px;
	height: 500px;
	text-align: center;
	/*left: 400px;
	background: black;
	float: left;*/
}
#main_image img {
	margin-bottom: 10px;
}
