/* CSS Document */

body {
	background-color: #ABAA71;
	margin-top: 0px;
	
}
#container {
	display: block;
	position: relative;
	height: 800px;
	width: 1024px;
	background-image: url(images/indeximage_final2.jpg);
	background-repeat: no-repeat;
}
#slideshow {
	display: block;
	height: 297px;
	width: 400px;
	position: absolute;
	left: 165px;
	top: 264px;
}
#indexportrait {
	display: block;
	height: 317px;
	width: 213px;
	position: absolute;
	left: 636px;
	top: 262px;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	display: block;
	padding: 5px;
	height: 30px;
	width: 832px;
	position: absolute;
	left: 98px;
	top: 585px;
}
#footer a:link {
	color: #ffffff;
	text-decoration: none;
}
#footer a:visited {
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover {
	color: #ABAA71;
	text-decoration: none;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
