
/* Copyright 2009, 2010 The Firebox.
 * All rights reserved.
 * Written by Nicholas De Cicco.
 */

/* 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;
}

table.main {
	margin: 0px;
	width: 100%;
	border: 4px solid #edd8a6;
}

td {
	border: 2px inset #edd8a6;
	padding: 5px;
}

img {
	border-style: none;
}

/* Firebox logo */

#logo {
	background: #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: #700;
}

#navbar a+a {
	border-left: 1px solid black;
	padding-left: 5px;
	margin-left: 5px;
}

/* Copyright */

#copyright {
	font-size: 10pt;
	color: #555;
}

