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

h1{
	font-size:16px;
	font-family:"Times New Roman", Times, serif;
	font-style:normal;
}

#header{
	position:absolute;
	top:37px;
	left:333px;
}
#header-wrap {
position:fixed;
top:37px;
left: 334;
width: 100%;
}

#header-container {
height: 70px;
background: no-repeat;
}

#header {
width: 940px;
margin: 0 auto;
position: relative;

}


ul.a{
	list-style:url("images/1.gif");
	position:absolute;
	top:200px;
}
ul.b{
	list-style:url("images/2.gif");
	position:absolute;
	top:230px;
}
ul.c{
	list-style:url("images/3.gif");
	position:absolute;
	top:260px;
}
ul.d{
	list-style:url("images/4.gif");
	position:absolute;
	top:290px;
}
ul.e{
	list-style:url("images/5.gif");
	position:absolute;
	top:320px;
}

a:link{
	color:#000;
	border:none;
	text-decoration:underline;
}

a:visited{
	color:#000;
	border:none;
	text-decoration:underline;
}

a:hover{
	color:#000;
	border:none;
	text-decoration:underline;
}





#footer-wrap {
position:fixed;
bottom: 43;
left: 34;
width: 100%;
}

#footer-container {
height: 40px;
background: url(images/Copyright-Notice.gif) repeat-x left bottom;
}

#footer {
width: 940px;
margin: 0 auto;
position: relative;

}