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

body{
	margin: 0;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
}

a:link, a:visited, h2 a:link, h2 a:visited{
	text-decoration: none;
	color:#FFFFFF;
}

a:hover, h2 a:hover, h3 a:hover{
	color: #000066;
}

h1{
	margin-top: 16px;
	margin-bottom: 16px;
	font-size: 28px;
	color: #FFFFFF;
	text-align: center;
}

h2{
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	margin: 0;
	margin-top: 6px;
	margin-bottom: 6px;
}

h3{
	font-size:18px;
	margin: 10px;
}

h3 a:link, h3 a:visited{
	color:#0000CC;
	text-decoration:none;
}

h4{
	color: #FFFFFF;
	font-size: 11px;
	text-align: right;
	margin: 0;
	margin-right: 5px;
}

#pic{
	margin-top:30px;
	float:left;
	text-align:center;
	width:300px;
}

#text{
	margin-top:30px;
}

#wrapper{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	background-color:#FFFFFF;
}

#header{
	position: absolute;
	top: 100px;
	margin: 0;
	height: 100px;
	width: 800px;
	background-color: #000099;
}

#navbar{
	position: absolute;
	top: 200px;
	margin: 0;
	height: 30px;
	width: 800px;
	background-color: #0066FF;
}

.button{
	margin: 0;
	text-align: center;
	width: 399px;
	height: 30px;
	float: left;
	background-color: #0066FF;
}

#content{
	position: absolute;
	top: 230px;
	margin: 0;
	width: 800px;
	height: 445px;
	background-color: #FFFFFF;
}

#footer{
	position: absolute;
	top: 675px;
	margin: 0;
	width: 800px;
	height: 15px;
	background-color: #000099;
}

#w3{
	position: absolute;
	top: 700px;
	margin: 0;
	text-align: center;
	width: 800px;
	height: 10px;
}