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

/* ---------- style ---------- */
#wrapper {
	text-align: center;
}
/* ----------  ---------- */
#navbar {
  width: 100%;
  height: 45px;
  background-color:#444444;
  position: fixed;
  top: 0;
  left: 0;
}

/* ----------  ---------- */
#wrapper {
    width: 1080px;
    background-color: #ffffff;
    margin: 0 auto;
    padding: 80px 50px 20px;
    text-align: center;
}
#wrapper h1 {
    font-size: 2em;
    border-bottom: solid 2px #333333;
    margin-bottom: 30px;
    padding: 0 0 5px 5px;
    text-align: left;
}
#sitemap ul{
		margin-left: 15px;
		margin-bottom: 5px;
}
#sitemap ul li{
		margin-bottom: 5px;
}
#sitemap ul li span{
		font-size: 8px;
		color: #999;
}
#footer ul {
	width: 90%;
	margin: 0 auto;
}
