a
{
	color: white;
	background-color: transparent;

	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	text-decoration: underline;
}

body
{
	background-color: black;
	color: silver;
}

div.content
{
	position: relative;
	top: 106px;
	left: 116px;

	max-width: 75ex;
}

div.content li
{
	margin-bottom: 0.7ex;
}

div.footer
{
	position: fixed;
	bottom: 0px;
	left: 0px;

	width: 100%;

	background-color: transparent;
	color: white;
}

div.header
{
	color: white;
	background-color: black;
	background-image: url(art/fire_v1/headbg_inact.jpg);
	background-repeat: no-repeat;
	background-position: right left;

	position: fixed;
	z-index: 2;
	top: 0px;
	left: 0px;
	height: 100px;
	width: 100%;

	overflow: hidden;
	
	border-bottom: 1px solid gray;
	margin: 0px;
	padding-left: 1ex;
}

div.header:hover
{
	background-image: url(art/fire_v1/headbg_act.jpg);
}

div.header h1, h2
{
	font-family: PortagoITC TT, sans-serif;
	margin-bottom: 0px;
	margin-top: 0px;
}

div.menu
{
	position: fixed;
	z-index: 1;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 106px;
	
	border-right: 1px solid gray;
	margin: 0px;

	padding-top: 105px;
	padding-left: 5px;
	padding-right: 5px;
}

div.menu div.btn
{
	background-repeat: no-repeat;

	width: 96px;
	height: 66px;

	margin-bottom: 10px;
}

div.menu div.btn a
{
	color: black;
	background-color: transparent;

	display: block;

	width: 96px;
	height: 66px;
}

div.menu div.btn a span
{
	display: none;
}

div.menu #projects
{
	background-image: url(art/fire_v1/projects_inact.png);
}

div.menu #projects:hover
{
	background-image: url(art/fire_v1/projects_act.png);
}

div.menu #papers
{
	background-image: url(art/fire_v1/papers_inact.png);
}

div.menu #papers:hover
{
	background-image: url(art/fire_v1/papers_act.png);
}

div.menu #links
{
	background-image: url(art/fire_v1/links_inact.png);
}

div.menu #links:hover
{
	background-image: url(art/fire_v1/links_act.png);
}

div.signature
{
	position: fixed;
	z-index: 2;
	bottom: 0px;
	left: 0px;

	max-width: 105px;

	font-size: smaller;

	color: gray;
	background-color: transparent;

	padding: 1px;
}

div.signature:hover
{
	color: silver;
	background-color: transparent;
}

div.signature a
{
	color: inherit;
	background-color: transparent;
	text-decoration: none;
}

div.signature a:hover
{
	color: white;
	background-color: transparent;
	text-decoration: underline;
}

div.signature span
{
	display: none;
}

div.w3c
{
	position: fixed;
	bottom: 0px;
	right: 0px;
}

div.w3c img
{
	width: 88px;
	height: 31px;

	border: none;
}
