#container {
	width:800px;
	height:564px;
	margin-left:auto;
	margin-right:auto;
}
#header {
	position:absolute;
	top:9px;
	height:190px;
	width:800px;
	background:url('images/logo.png') no-repeat;
	overflow:visible;
}
	#header ul#menu {
		text-decoration:none;
		text-align:right;
		margin-right:40px;
		margin-top:35px;
	}
	#header ul#menu li {
		display:inline;
		font-weight:bold;
	}
	#header ul#menu li a{
		text-decoration:none;
		margin: 0px 25px 0px 25px;
		font-family:sans-serif;
		font-size:14px;
		color:#004b36;
		padding:0;
	}
	#header ul#menu li a:hover {
		color:#009d43;
		text-shadow: 2px 2px 2px #020;
	}
#main {
	top:170px;
	height:465px;
	position:absolute;
	width:800px;
}
	img.main-image {
		border:1px #555 solid;
		padding:2px;
		margin:0;
	}
	img.main-image:hover {
		background-color:#009d43;
	}
		img.main-image#left {
			margin:0;
		}
		img.main-image#center {
			border-left:none;
		}
		img.main-image#right-top {
			position:absolute;
			top:0px;
			width:216px;
			height:188px;
			border:none;
			background:url('images/main-top-right.png') no-repeat;
			background-position:0px 0px;
		}
			img.main-image#right-top:hover {
				background-position:-214px 0px;
			}
		img.main-image#right-bottom {
			position:absolute;
			top:194px;
			padding:2px;
			border-left:0;
			width:217px;
			height:182px;
		}
#footer {
	top:554px;
	height:21px;
	width:800px;
	position:absolute;
	background:#d6af7d;
	border: 1px #555 solid;
}
	#footer p {
		font-size:11px;
		font-family:sans-serif;
		padding:0;
		margin:0;
		margin-top:6px;
		margin-left:10px;
		float:left;
	}
	#footer p#credit {
		margin-left:0px;
		margin-right:2px;
		float:right;
		margin-top:1px;
	}
		#footer p#credit a {
			text-decoration:none;
			color:#005500;
		}
			#footer p#credit a:hover {
				color:#082;
			}
		footer p#credit img {
			margin:0;
			border:0;
		}
div#onepftp {
	position:absolute;
	border:0;
	top: 420px;
	height:160px;
	width:115px;
	margin-left:510px;
}
	div#onepftp img {
		border:0;
		height:160px;
		width:115px;
	}