		body, html {
			background-color: #1a1818;
			font: 14px "Verdana", "Times New Roman", Times, serif;
			font-style: normal;
			font-weight: normal;
			letter-spacing: 1px;
			color: #000000;
		}
	
		strong {
			background-color: inherit;
			font: inherit;
			font-style: inherit;
			font-weight: bold;
			letter-spacing: 1px;
			color: #680000;
		}	
		
		em {
			background-color: inherit;
			font: inherit;
			font-style: italic;
			font-weight: inherit;
			letter-spacing: 1px;
			color: inherit;
		}
		
		h1 {
			font: 20px "Verdana", "Times New Roman", Times, serif;
			font-style: inherit;
			font-weight: bold;
			text-transform: capitalize;
			color: #680000;
			display: inline;
		}

		h3 {
			font: 15px "Verdana", "Times New Roman", Times, serif;
			font-style: inherit;
			font-weight: bold;
			text-transform: capitalize;
			color: #680000;
			display: inline;
		}
		
		a {
			text-decoration: underline;
			color: #000000;
		}

		a:visited {
			text-decoration: underline;
			color: #000000;
		}
		
		img {
			border: 0px;
		}

		/*  Positioning */
		
		#horizon {
			position: absolute;
			left: 0px; top: 50%;
			width: 100%;
			margin-top: -342px;
			min-width: 960px; 
			min-height: 684px;
		}
		
		#container {
			position: relative;
			text-align: left;
			width: 958px;
			height: 660px;
			margin: 0px auto;
			border: 1px solid white;
			color: inherit;
		}
		
		#content {
			position: absolute;
			top: 401px; left: 314px;
			width: 644px; height: 259px;
			background-color: #d1dacd;
			overflow: auto;
		}

		#content_container {
			position: relative;
			top: 3px; left: 5px;
			width: 620px; height: 254px;
		}

		#nav {
			position: absolute;
			top: 405px; left: 0px;
			width: 314px; height: 255px;
		}
		
		#footer {
			position: absolute;
			left: 0px; top: 662px;
			height: 12px;
			width: 960px;
			text-align: center;
			color: #ffffff;
			font: normal 7pt Verdana, Arial, Helvetica, sans-serif;
		}
		
		#footer a {
			color: #ffffff;
		}