body {
	font-family: Arial, sans-serif;
	background-color: #000;
	text-align: center;
	margin: 0 0 20px 0;
}

#head-wrap {
	background-color: #333;
	text-align: center;
}

	#head {
		position: relative;
		overflow: hidden;
		padding: 5px;
		width: 960px;
		margin: 0 auto;
		text-align: left;
	}
	
		#head h1 {
			position: absolute;
			top: -10000px;
			margin: 0;
			padding: 0;
		}
		
		#head h2 {
			background-image: url("images/logo.png");
			width: 286px;
			height: 112px;
			margin: 0 15px 0 0;
			padding: 0;
			text-indent: -10000px;
			float: right;
		}

		#head ul {
			list-style-type: none;
			margin: 0;
			padding: 0;
			position: absolute;
			bottom: 0;
			left: 20px;
			font-size: 90%;
		}
		
			#head ul li {
				float: left;
				margin-right: 5px;
			}
			
				#head ul li a {
					display: block;
					padding: 10px 10px 15px 10px;
					color: #DFA93C;
				}
				
					#head ul li a:hover {
						color: #fff;
					}
				
					#head ul li.here a {
						text-decoration: none;
						background-color: #000;
						color: #fff;
					}
				
#container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

	#content {
		background-color: #000;
		padding: 40px 25px 40px 25px;
	}
	
		#content h2 {
			margin-top: 0;
			color: #fff;
			font-weight: normal;
			font-size: 160%;
			width: 400px;
		}
		
			#content h2 a {
				color: #fff;
				text-decoration: none;
			}
		
		#content p {
			color: #999;
			line-height: 1.5em;
			width: 400px;
		}
		
		#content a {
			color: #999;
		}
		
			#content a:hover {
				color: #fff;
			}
			
		#content table {
			border-collapse: collapse;
			color: #ccc;
			width: 400px;
			margin: 20px 0;
		}
		
			#content table tr {
			}
			
				#content table tr th, #content table tr td {
					font-weight: normal;
					padding: 5px 15px 5px 0;
					border-top: 1px dotted #333;
				}
		
	#footer {
		text-align: center;
		border-top: 1px solid #111;
		padding-top: 15px;
	}
	
		#footer p {
			font-size: 70%;
			color: #333;
			margin: 0;
			padding: 0;
		}
		
			#footer p a {
				color: #333;
			}