/*
Denise Minger 2008
*/
html,body {overflow-x: hidden; margin:0px;}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #80744e;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
#banner {
	margin: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: center;
	overflow:hidden;
	width: 100%;
}
#topbanner {
	margin: 0 auto;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 120px;
	background-image: url(images/bannerbg.gif);
	background-repeat: repeat-x;
	text-align: center;
	overflow:hidden;
	width:100%;
}
#buttons {
	margin: 0 auto;
	position: absolute;
	top: 120px;
	text-align: center;
	overflow:hidden;
	width:100%;
	left: 0px;
}
#bar {
	margin: 0 auto;
	background-image: url(images/redbar.gif);
	position: absolute;
	top: 140px;
	left: 0px;
	background-repeat: repeat-x;
	overflow:hidden;
	width:100%;
}
#contents {
	position: absolute;
	margin: 0 auto;
	top: 147px;
	left: 0px;
	overflow:hidden;
	width:100%;
	text-align: center;
}
#footer {
	position: absolute;
	margin: 0 auto;
	left:36px;
	overflow:hidden;
	width:100%;
	text-align: center;
}
#scroll {
	margin: 0 auto;
	top: 0px;
	left: 0px;
	height:247px;
	position: absolute;
	margin: 0px;
	overflow:hidden;
	width:100%;
	text-align: center;
	
}
