@charset "utf-8";
/* CSS Document */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFCC;
	background: #990000 url(images/background.gif) repeat;
	}
	
#header {
	width: 80%;
	margin: 0 auto;
	}
#header img {
	vertical-align: middle;
	margin: auto;
	display: block;
	}
#header h1 {
	display: none;
	}
#header h2 {
	color: #FFFF00;
	text-align: center;
	border: 0;
	}
	
#content {
	width: 80%;
	margin: 0 auto;
	}

h1 {
	font-style: italic;
	border-bottom: medium solid #FFFFCC;
	}

h2 {
	font-style: italic;
	border-bottom: thin solid #FFFFCC;
	}

a {
	color: #FFFF00;
	}
	
li {
	margin: 0.3em;
	}
	
.new {
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	}
