@charset "UTF-8";
/* CSS Document */
/**************************************** BASICS */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-color: #10428E;
}

/**************************************** TOP */
#top {
	position: absolute;
	top: 0px;
	left: 0px;
	width:1100px;
	background-color: #567CC3;
	width: 100%;
	height: 110px;
	visibility: visible;
	display: block;
}
#top  h1 {
	font-weight: normal;
	color: #353100;
	padding-top: 20px;
	margin-right: 150px;
	margin-left: 150px;
	font-size: 90%;
	text-align: center;
}
#top h2 {
	font-size: 110%;
	font-weight: normal;
	color: #97CBFF;
	text-align: center;
	padding-right: 150px;
	padding-left: 150px;
}
.topLogo {
	float: left;
}
/**************************************** FOOT */
#foot p {
	font-size: 90%;
	color: #97CBFF;
	text-align: center;
	padding-left: 260px;
	padding-right: 260px;
	padding-bottom: 20px;
}
.small  {
	font-size: xx-small;
}
#foot a {
	color: #990000;
	text-decoration: none;
}
#foot a:hover {
	color: #FDFEBD;
}
/**************************************** PHOTOS */
#photos {
	position:absolute;
	left:0px;
	top:110px;
	width:1000px;
	height:100px;
	visibility: visible;
}
#foot #copyright {
	font-size: 90%;
	color: #97CBFF;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
#foot #adress a {
	color: #990000;
	text-decoration: none;
}
#foot #adress {
	font-size: 90%;
	color: #97CBFF;
	text-align: center;
	margin-top: 0px;
}
#foot  #copyright  a {
	color: #97CBFF;
	text-decoration: underline;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
