@charset "UTF-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

body{
	width:100%;
	height:100%;
	background:#003a78;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
}

.slideshow {
position: fixed;
background-position:center;
top: 0;
left: 0;
z-index: 1;
width:100%;
	height:100%;
}
.slideshow img{
	height:auto;
	width:100%;
}

#wrapper{
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 2;
}
#main{
	width:550px;
	margin:0 auto;
	padding:20px 0 50px 0;
}
#header{
	margin:0 auto;
	text-align:center;
}
#header ul{
	height:30px;
	margin:10px 0;
}
#header ul li{
	display:inline;
	list-style-type:none;
	text-align:center;
	margin:0 5px;
}
#header ul li a:link,
#header ul li a:visited{
	padding:5px 7px;
	color:#000;
	background-color:#FFF;
	text-shadow:none;
	text-decoration:none;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	}
#header ul li a:hover{
	color:#000;
	background-color:#007dc4;
}
#footer{
	width:100%;
	height:30px;
	float:left;
	position:fixed;
	bottom:0;
	background:#002c82;
	border-top:solid 1px #fff;
}

a, p , h1, h2, h3, li{

	color:#f6f6f6;
	letter-spacing:1px;
}
h1, h2{
	
	font-weight: normal;
	margin: 0 0 0.3em 0;
}
p{
	font-size:1.1em;
	margin:0 0 0.8em 0;
}
.footer{
	font-size:0.8em;
	margin:8px;
	text-align:center;
	}