/* 
 * Stylesheet for The Temple of the Crimson Moon website
 */
 
 	body {
		background-color: black;
		color: white;
		font-family: Times New Roman;
		font-size: 14pt;
		margin: 0;
		padding: 0;
 	}

	div#content {
		font-size: 12pt;
		left: 250px;
		margin: 0.25em 0.25em 0.25em 0.25em;
		position: absolute;
		top: 171px;
	}
	
	div#header {
		background-color: #000099;
		color: white;
		height: 171px;
		left: 0px;
		position: absolute;
		top: 0px;
		width: 100%;
		z-index: 10;
	}
	
	div#logo {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 20;
	}
	
	div#navigation {
		position: absolute;
		top: 200px;
		left: 0px;
		width: 250px;
		z-index: 30;
	}
	
	div#navigation a {
		color: white;
		text-decoration: none;
	}
	
	div#navigation a:visited {
		color: white;
	}
	
	div#navigation li#gameHistory,
	div#navigation li#home {
		background-color: #000099;
		border: 3px solid red;
		color: white;
		margin: 5px 10px 5px 10px;
		padding: 0.25em 0.5em 0.25em 0.5em;
		white-space: nowrap;
	}
	
	div#navigation ul#links {
		list-style: none;
	}
	
	div#title {
		font-family: Times New Roman;
		left: 270px;
		position: absolute;
		top: 20px;
	}
	
	div#title span#big {
		font-size: 24pt;
	}
	
	div#title span#small {
		font-size: 14pt;
	}

