body {
	background: url(/wp-content/themes/theme/_img/bg.jpg) repeat;
	color: #fff;
	font: 11px Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
}
a {
	color: #d4bc79;
	text-decoration: underline;
}
a:hover {
	color: #eedeb3;
}
a img { border: none; }

#header {
	background: url('/photogallery/img/headbg.gif') top left repeat-x;
	height: 112px;
	position: relative;
	text-align: center;
}
#header #backtosite {
	/*position: absolute;
	top: 50px;
	left: 50px;*/
	float: left;
	margin: 50px 0 0 50px;
	display: block;
	background: url('/photogallery/img/backtosite.gif') top left no-repeat;
	width: 111px;
	height: 15px;
	text-indent: -9999em;
	cursor: pointer;
}
#header #logo {
	float: right;
	margin: 20px 20px 0 0;
	/*display: block;
	position: absolute;
	top: 20px;
	right: 20px;*/
	width: 261px;
	height: 69px;
	cursor: pointer;
}
#header h1 {
	display: block;
	padding: 0px;
	background: url('/photogallery/img/photogallery2.gif') top left no-repeat;
	width: 146px;
	height: 24px;
	margin: 45px 0 0 0;
	/*top: 45px;
	left: 50%;
	position: absolute;*/
	overflow: hidden;
	text-indent: -9999em;
}
#header .inner {
	background: url('/photogallery/img/photogallery2.gif') center no-repeat;
	height: 112px;
}
#footer {
	height: 31px;
	background: url('/wp-content/themes/theme/_img/footer.gif') 0px 0px repeat-x;
	width: 100%;
	margin: 0;
	font-size: 10px;
}
#footer .left {
	float: left;
	width: 600px;
	margin: 10px 0 0 10px;
	text-transform: uppercase;
}
a#starfish {
	float: right;
	width: 82px;
	height: 23px;
	display: block;
	background-image: url('/wp-content/themes/theme/_img/starfish.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 5px 10px 0 0;
	text-indent: -9999em;
}
a:hover#starfish {
	background-position: 0px -23px;
}
#body {
	outline: none;
}
#body object {
	outline: none;
}