body {
	margin: 0;
	background: url("images/body-bg.jpg");
	background-repeat: both;
	font-family: 'Roboto', sans-serif;
	text-align: center;
}
a, a:visited {
	color: #002e72;
}
h1 {
	text-transform: uppercase;
	font-size: 18pt;
	color: #002e72;
	letter-spacing: 3px;
}

div.line {
	background-image: url("images/line.png");
	background-position: center;
	height: 1px;
	width: 100%;
	margin: 3em 0;
}

div#header {
	background-image: url("images/header-bg.jpg");
	background-repeat: repeat-x;
	height: 307px;
	text-align: center;
}
div#header div#glow {
	background-image: url("images/header-glow.png");
	width: 100%;
	height: 307px;
	background-repeat: no-repeat;
	background-position: center top;
}
div#header img#title {
	margin-top: -224px;
}

div#nav {
	margin: 2em 0 4em;
}
div#nav a {
	text-decoration: none;
}
div#nav a:hover {
	text-decoration: underline;
}
div#nav li {
	list-style-type: none;
}
div#nav ul li {
	display: inline;
	margin: 0 1em;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 6px;
}

div#content {
	width: 800px;
	text-align: justify;
}
td img {
	margin: 0.25em;
	border: 1px solid black;
}
div#updates ul li {
	list-style-type: none;
	font-style: italic;
	font-weight: bold;
	margin: 0.1em 0;
	font-size: 20pt;
	letter-spacing: 2px;
}
div#updates li a {
	text-decoration: none;
	font-size: 14pt;
	color: gray;
}
div#updates li a:hover {
	text-decoration: underline;
}
