/*globals*/
img {
	display:block;
	border:none;
}
body {
	background-color:silver;
}
a {
	color:navy;
}

/*main framework*/
#homelink {
	position:absolute;
	width:60px;
	left:800px;
	font:bold 10pt arial;
	text-align:right;
}
#homelink a {
	color:white;
}
#homeBottom {
	display:block;
	font:bold 12pt tahoma,sans-serif;
	text-align:center;
}
#body {
	background-image:url(gallery/bg.jpg);
	width:855px;
}
#path {
	background-color:#B0C0CC;
	border:2px solid black;
	padding:3px;
	width:845px;
	font:bold 10pt tahoma;
	margin:0px 0px 10px 0px;
}
#path a {
	color:blue;
}
#tail,#foot {
	clear:both;
	font:8pt tahoma;
	color:#575757;
	width:855px;
}
#foot {
	font-weight:bold;
}
#foot > div:first-child {
	margin-left:25px;
	width:200px;
	float:left;
}
#foot > div:first-child + div {
	width:150px;
	margin-left:250px;
	float:left;
}
#foot > div:first-child + div + div {
	float:right;
	text-align:right;
	width:150px;
}

