.scroll {
	height: 350px;
	width: 130px;
	overflow: auto;
}
#header {
	position: absolute;
	top: 28px;
	left: 87px;
}
#logo_overlay {
	position: absolute;
	top: 0px;
	left: 111px;
}

#quicksearch_overlay {
	position: absolute;
	top: 142px;
	left: 115px;
	width: 269px;
	height: 178px;
	background-image: url(images/quicksearchbackground.jpg);
	background-repeat: no-repeat;
    background-position: center center;	
}

#navigation_overlay {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 190px;
	height: 178px;
}
#flash_overlay {
	position: absolute;
	top: 34px;
	left: 554px;
}
#content {
	position: absolute;
	top: 342px;
	left: 87px;
	width: 831px;
	background-color: #FFFFFF;
	background-image: url(images/content_background.gif) height: 100%;;
}
#footer {
	position: relative;
	width: 831px;
	height: 100px;
	background-color: #FFFFFF;
	background-image: url(images/footer_background.jpg) height: 100%;;
}
.welcomeH1 {
	font-size: 18px;
	color: #842C06;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	padding-left: 5px;
}
.navigation_font {
	font-size: 14px;
	font-weight: bold;
	color: #842C06;
	left: auto;
	clip: rect(auto,auto,auto,auto);
}
a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #812901;
	text-decoration: underline;
}
