/* CSS Document */
html{
	border:0;
	margin:0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
body{
	background-image:url(../img/web_GUI.jpg);
	background-position:center top;
	background-color:#050535;
	background-repeat:no-repeat;
	border:0;
	margin:0;
}
h1{
	margin:22px 0px 15px -5px;
}
p{
	padding-top:0px;
	margin-top:0px
}
ul #icons{
	margin-left:20px;
}
.thumbnail{
	border: 1px solid #244782;
	display:inline;
	float: left;
	width: 60px;
	min-height: 60px;
	margin: 15px;
	padding: 5px;
	font-size:10px;
	text-align:center;
	line-height:1.2em;
	background-image:url(../img/logoback_off.png);
}
.thumbnail:hover{
	border: 1px solid darkblue;
	text-decoration:none;
	background-image:url(../img/logoback.png);
}
.thumbnail a, a:visited {
	text-decoration:none;
	color:#FFFFFF;
}
.thumbnail a img, .thumbnail a:hover img{
	margin-bottom:5px;
	border:0;
}
.thumbnail a:hover{
	color:#000000;
	text-decoration:none;
}
.clearboth { clear: both; }
#container{width:auto;}
#footer{
	position:absolute;
	bottom:0px;
	left:0px;
	height:130px;
	width:100%;
	background-repeat:repeat-x;
	/*background-color:#f1eded;
	border-top:inset #FFFFFF 1px;*/
	border-bottom:inset #000000 1px;
	background-image:url(../img/web_GUI.png);
	background-position:top;
	padding-top:20px;
	text-align:right;
}
#menubar{
	background-color:#f0f0f0;
	background-image:url(../img/menu_back3.gif);
	border-bottom:outset #FFFFFF 1px;
	background-repeat:repeat-x;
	z-index:9999;
	width:100%;
	padding:1px 0px;
	height:26px;
}
#menu{
	margin-left:2px;
}

