*  {
	padding: 0;
	margin: 0;
	border: 0;
}
body  {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 95%;
	line-height: 1.2;
	background: #eee url(../images/pop_bkgd_top.jpg) repeat-x;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h1 , h2, h3, h4, h5, h6{
	font-family: "Trebuchet MS", Tahomal, Verdana, sans-serif;
	font-weight: bold;
	padding: 0px;
	margin-top: 0.6em;
	margin-right: 0em;
	margin-bottom: 0.3em;
	margin-left: 0em;
}
h1 {
	margin: 10px 0px 30px 0px;
	font-size: 165%;
	font-weight: normal;
}
h2 {
	font-size: 130%;
	font-weight: normal;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 1px;
}
#container {
	width: 960px;
	position: relative;
	height: 122px;
}
#header {
	height: 96px;
	width: 960px;
	background: #fff;
}
#header h1 {
	margin: 0;
	position: relative;
	left: -9999em;
}

#header h2 {
	margin: 0;
	position: relative;
	left: -9999em;
}
#header img {
	height: 96px;
	width: 960px;
	position: absolute;
	left: 0px;
	top: 0px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#header_nav {
	height: 24px;
	width: 960px;
	position: absolute;
	display: inline-block;
	font-size: 80%;
	top: 97px;
}
#header_nav ul {
	height: 24px;
	width: 960px;
}
#header_nav ul li {
	text-decoration: none;
	display: inline-block;
	list-style-type: none;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: left;
}
