/*
	global style sheet
*/
body {
	background:#B9B7B8;
	margin: 0px;
	padding: 0px;
	}


/* default typography, based on owen brigg's browser-independent sizes */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:76%;
}

p, th, td, div, span, input, select, li {
	color:#333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	line-height:1.2;
	}

a:link, a:visited, a:active {
	color:#666;
	text-decoration:none;
	}
a:hover {
	text-decoration:underline;
	color:#000;
	}

.soon {
	color:#666;
	font-size:0.8em;
	font-style:italic;
	}


/* stick the debug somewhere */
#fvlogger {
	display:none;
	position:absolute;
	top:0;
	left:0;
	}

/*
	common elements
*/
img.signature {
	width:153px;
	height:44px;
	}

hr {
	border:1px solid #7f7f7f;
	color:#7f7f7f;
	background-color:#7f7f7f;
	height:3px;
	}
.spacer {
	margin-top:2em;
	}

/*
	elements common to all non-gallery pages
*/
#allcontent {
	position:absolute;
	left:50%;
	top:50%;
	width:650px;
	height:338px; /* 312+26 */
	margin-left:-325px;
	margin-top:-169px;
	}
#logo {
	position:absolute;
	left:0;
	bottom:0;
	height:26px;
	width:100%;
	cursor:pointer;
	background-image:url('./images/arzentefineart.jpg');
	background-position:center bottom;
	background-repeat:no-repeat;
	}
a img {border:none;}