
/* Copyright 2009 Nicholas De Cicco.
 * All rights reserved.
 */

/* Miscellanious styles.
 */

* { font-family: Times New Roman, serif; }

body
{
	text-align: center;
}

body > div
{
	margin: 0px auto;
	width: 825px;
	padding: 0px;
	border: 2px outset #edd8a6;
}

div > table
{
	margin: 0px;
	width: 100%;
	border: 4px solid #edd8a6;
}

td
{
	padding: 5px;
	border: 2px inset #edd8a6;
}

img
{
	border-style: none;
}

/* Firebox logo.
 */

#logo
{
	background-color: #7c0b20;
}

/* "Establised date" banner
 */

#estdate
{
	text-align: center;
}

#estdate, #navbar
{
	background: #edd8a6;
}

/* Anchors
 */

a
{
	font-size: 11pt;
	text-decoration: none;
	color: #800;

	padding: 0px;
	margin: 0px;
}

a:hover
{
	text-decoration: underline;
}

a:visited
{
	color: black;
}

#navbar a + a
{
	border-left: 1px solid black;
	padding-left: 5px;
	margin-left: 5px;
}
