@charset "UTF-8";
h1,h2,h3,div,p,a,img,ul,li,dl,dt,dd,address {
	padding: 0px;
	margin: 0px;
	line-height: 1.6em;
	font-size: small;
}
html, body {
	height: 100%;
}
body {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	background-image: url(../images/headerbg.gif);
	background-position: top;
	background-repeat: repeat-x;
}
#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -100px;
		 /* the bottom margin is the negative value of the footer's height */
}
li {
	list-style-type: none;
}
img {
	border-style: none;
}
a {
	text-decoration: none;
}
