@charset "utf-8";
/* CSS Document */
body {
	background:url(../images/bg.jpg);
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#3d1e01;
}
#main_content {	
	position:relative;
	background-image:url(../images/main_content.jpg);
	margin: 0px auto;
	margin-top: 5%;
	width: 930px;
	height: 692px;
}
#welcome_text {
	position:absolute;
	left: 60px;
	top: 100px;
	width: 283px;
	height: 266px;
	font-size:12px;
	color:#333333;
}
#info_text {
	position:absolute;
	left: 50px;
	top: 650px;
	width: 800px;
	height: 20px;
	font-size:11px;
	text-align:center;
}

#herring_ad{
	position:absolute;
	left: 750px;
	top: 580px;
	z-index:10;
}

#slideshow {
	position:absolute;
	left: 220px;
	top: -60px;
	width: 539px;
	height: 536px;
}
#footer {
	position:absolute;
	left: 70px;
	top: 650px;
	font-size:10px;
	letter-spacing:-0.05em;
	text-align:center;
	line-height:15px;
	color:#4d3700;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#footer a{
	color:#1b92dd;
}
#main_content p{
	margin-top:0px;
	margin-bottom:8px;
}
